var left_corner_x = 205; 	// x-coordinate of top left corner of dropdown menu 
var left_corner_y = 140; 	// y-coordinate of top left corner of dropdown menu 
var back_color = '#E6E6E6'; 	// the background color of dropdown menu 
var border_color = 'black'; 	// the color of dropdown menu border
var border_size  = '1'; 	// the width of dropdown menu border
var menu_width   = '121'; 	// the width of dropdown menu 

//// Don't change these parameters
var delay  = 500; /////
var active_layer_id = -1;  /////
var on_layer_id  = -1;  /////
var buff_id  = -1;  /////

/// ----------------------------
//Script developed by Alexey
//for support visit http://www.geocities.com/menulite
//submitted to A1 JavaScripts - www.a1javascripts.com
// menu content; the dropdown menus themselfs between '' and items of every dropdown menu are diveded by |; 
// 

menu_content     = new Array 
menu_content[0] = '<a href=/support/Credit_Application_Form.pdf target=_blank class=smalltext>Download PDF Form</a>'
	     	+ ' | <a href=NewAccount.asp target=_blank class=smalltext>Online Submit</a>'
menu_content[1] = '<a href="/support/RMA_Request_Form.pdf" target=_blank class=smallText>Download PDF Form</a>'
	     	+ ' | <a href="Login.asp?ContactType=RMA" target=_top class=smallText>OnLine Submit</a>'
menu_content[2] = '<a href="Login.asp?ContactType=Reseller" target=_self class=smallText>Login</a>'
	     	+ ' | <a href="Logoff.asp" target=_self class=smallText>Logoff</a>'


