// write me if you have questions: web.master@male.ru

// constants
var lx  = 145; // x-coordinate of top left corner of dropdown menu 
var ly  = 120;
var back_color     = '#92B1DF'; // the background color of dropdown menu 
var border_color   = 'black'; // the color of dropdown menu border
var border_size    = '0'; // the width of dropdown menu border
var menu_width     = '131'; // the width of dropdown menu 
//


// Don't change these parameters
var delay           = 100; /////
var active_layer_id = -1;  /////
var on_layer_id     = -1;  /////
var buff_id         = -1;  /////
/// ----------------------------




// Attention! You have to change the first number in Array line to change the width of the particular column! 
// menu content; the dropdown menus themselfs between '' and items of every dropdown menu are diveded by |; 
// 
menu_content     = new Array (	'151 | <a href=../commercial/services.htm class=subMenu>Services</a> | <a href=../commercial/pictures.htm class=subMenu>Pictures</a>| <a href=../commercial/contactus_commercial.html class=subMenu>Contact Us</a>',
								'151 | <a href=../residential/services.htm class=subMenu>Services</a> | <a href=../residential/lgw.htm class=subMenu>The Lurie Glass Way</a> | <a href=../residential/contactus_residential.html class=subMenu>Contact Us</a>',
								'151 | <a href=../auto/services.htm class=subMenu>Services</a> |<a href=../auto/contactus_auto.html class=subMenu>Contact Us</a>| <a href=../auto/guarantee.htm class=subMenu>Our Guarantee</a>| <a href=../auto/replacements.htm class=subMenu>Replacements/Repairs</a>|<a href=auto/assignment.htm class=subMenu>Insurance Agency</a>|<a href=../auto/schedule.htm class=subMenu>Schedule Appointment</a>|<a href=auto/specials.asp class=subMenu>Specials</a>|<a href=../auto/fleet.htm class=subMenu>Fleets</a>|<a href=auto/lurieglasscleaner.htm class=subMenu>Lurie Glass Cleaner</A>|<a href=../auto/coupon.htm class=subMenu>Coupon</A>|<a href=auto/locations.htm class=subMenu>Locations</A> |<a href=../precautions.htm class=subMenu>Q & A</a>|<a href=../auto/howd.asp class=subMenu>How\'d we do</A> ',
								'261 | <a href=../panels/infill.htm class=subMenu>Infill Panels</a> | <a href=../panels/veneer.htm class=subMenu>Veneer Panels</a> | <a href=../panels/custom.htm  class=subMenu>Custom Panels</a>| <a href=../panels/cusarch.htm  class=subMenu>Custom Architectural Metal Panels</a>| <a href=../panels/genbro.htm  class=subMenu>General Brochure</a>| <a href=../panels/fabrication.htm  class=subMenu>Fabrication Capabilities Brochure</a>| <a href=../panels/contactus_panel.html class=subMenu>Contact Us</a>'
			                 );