// write me if you have questions: web.master@male.ru

// constants
var left_corner_x  = 100; // x-coordinate of top left corner of dropdown menu 
var left_corner_y  = 115; // y-coordinate of top left corner of dropdown menu 
var back_color     = '#000000'; // 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     = '140'; // 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;  /////
/// ----------------------------



// 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 ('140 |<a href=http://allenfh.com/aboutus/aboutus.html class=menu>About&nbsp;Us</a> | <a href=http://allenfh.com/aboutus/staff.html class=menu>Staff</a>  |  <a href=http://allenfh.com/aboutus/maps.html class=menu>Maps&nbsp;and Directions</a>  |  <a href=http://allenfh.com/aboutus/contactus.html class=menu>Contact&nbsp;Us</a>',
			     '140 | <a href=http://allenfh.com/geninfo/faq.html class=menu>FAQ</a> | <a href=http://allenfh.com/geninfo/when_death_occurs.html class=menu>What&nbsp;To&nbsp;Do&nbsp;When Death&nbsp;Occurs</a>  | <a href=http://allenfh.com/geninfo/deathaway.html  class=menu>Death&nbsp;Away&nbsp;From&nbsp;Home</a>',
			      '140 | <a href=http://allenfh.com/services/general.html  class=menu>General&nbsp;Services</a> | <a href=http://allenfh.com/services/packages.html  class=menu>Funeral&nbsp;Packages</a> | <a href=http://allenfh.com/services/personalize.html  class=menu>Personalize</a>  |  <a href=http://allenfh.com/services/cremation.html  class=menu>Cremation&nbsp;Packages</a>|  <a href=http://allenfh.com/services/testimonials.html  class=menu>Testimonials</a>',
			    '140 | <a href=http://allenfh.com/merchandise/funeral_merch.html class=menu>Funeral Merchandise</a> | <a href=http://allenfh.com/merchandise/cremation_merch.html class=menu>Cremation Merchandise</a> | <a href=http://allenfh.com/merchandise/monuments.html  class=menu>Monuments&nbsp;and&nbsp;Markers</a>',
 				'140 | <a href=http://allenfh.com/preplan/preplan.html class=menu>Pre&nbsp;Planning Benefits</a>',
				'140 | <a href=http://obit.allenfh.com class=menu>Obituaries</a>');
