var left_corner_y = 95; // y-coordinate of top left corner of dropdown menu 
var back_color = '#EFEFEF'; // the background color of dropdown menu 
var border_color = '#999999'; // the color of dropdown menu border
var border_size  = '1'; // the width of dropdown menu border
//// Don't change these parameters
var delay  = 500; /////
var active_layer_id = -1;  /////
var on_layer_id  = -1;  /////
var buff_id  = -1;  /////
/// ----------------------------
// menu content; the dropdown menus themselfs between '' and items of every dropdown menu are diveded by |; 
x_coords = new Array(92,203,292,365);
menu_widths = new Array(100,180,100,180);
menu_content     = new Array ('<a href="about.asp" class="subMenu">Introduction</a> | <a href="about_heritage.asp" class="subMenu">Heritage</a> | <a href="about_personnel.asp" class="subMenu">Key Personnel</a>',
'<a href="services_expertise.asp" class="subMenu">Areas of expertise</a> | <a href="services_advertising.asp" class="subMenu">Advertising and media buying</a> | <a href="services_direct.asp" class="subMenu">Direct Marketing</a> | <a href=services_design.asp class=subMenu>Design</a> | <a href="services_integrated.asp" class="subMenu">Integrated Services</a> | <a href="services_promotion.asp" class="subMenu">Sales Promotion</a> | <a href="services_public.asp" class="subMenu">Public relations</a> | <a href="services_publishing.asp" class="subMenu">Contract Publishing</a> | <a href="services_automotive.asp" class="subMenu">Specialised - Automotive marketing</a>',
'<a href="news_latest.asp" class="subMenu">Latest Article</a> | <a href="news_archive.asp" class="subMenu">Archive</a>',
'<a href="our_work_qd.asp" class="subMenu">Advertsing - QD</a> | <a href="our_work_capezio.asp" class="subMenu">DM - Capezio</a> | <a href="our_work_rspb.asp" class="subMenu">Design - RSPB</a> | <a href="our_work_empire.asp" class="subMenu">Integrated services - Empire</a> | <a href="our_work_archant.asp" class="subMenu">Sales promotion - Archant</a> | <a href="our_work_noble.asp" class="subMenu">Public relations - Noble</a> | <a href="our_work_mkt.asp" class="subMenu">Contract publishing - MKT</a> | <a href="our_work_automotive.asp" class="subMenu">Specialised - Automotive marketing</a>');

