// write me if you have questions: web.master@male.ru

// constants
var left_corner_x  = 125; // x-coordinate of top left corner of dropdown menu 
var left_corner_y  = 150; // y-coordinate of top left corner of dropdown menu 
var back_color     = '#FEF8EA'; // the background color of dropdown menu 
var border_color   = '#797AAF'; // the color of dropdown menu border
var border_size    = '0'; // the width of dropdown menu border
var menu_width     = '125'; // 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 ('125 |<a href=http://www.mcculloughfh.com/aboutus/aboutus.html class=subMenu>About&nbsp;Us</a> | <a href=http://www.mcculloughfh.com/aboutus/facilities.html class=subMenu>Facilities</a>  |  <a href=http://www.mcculloughfh.com/aboutus/testimonials.html class=subMenu>Testimonials</a>  |  <a href=http://www.mcculloughfh.com/aboutus/directions.html class=subMenu>Maps&nbsp;and Directions</a>|  <a href=http://www.mcculloughfh.com/aboutus/flowers.html class=subMenu>Flower&nbsp;Shop</a>|  <a href=http://www.mcculloughfh.com/aboutus/career.html class=subMenu>Employment&nbsp;Opportunities</a>',
			     '125 | <a href=http://www.mcculloughfh.com/geninfo/faq.html class=subMenu>FAQ</a> | <a href=http://www.mcculloughfh.com/geninfo/ss.html class=subMenu>Social&nbsp;Security&nbsp;Benefits</a> | <a href=http://www.mcculloughfh.com/geninfo/vets.html class=subMenu>Veterans&nbsp;Benefits</a>  | <a href=http://www.mcculloughfh.com/geninfo/what_to_do.html class=subMenu>When&nbsp;Death&nbsp;Occurs</a>  | <a href=http://www.mcculloughfh.com/geninfo/death_away.html class=subMenu>Death&nbsp;Away&nbsp;From&nbsp;Home</a>',
			      '125 | <a href=http://www.mcculloughfh.com/services/services.html class=subMenu>Services</a> |<a href=http://www.mcculloughfh.com/services/funeral.html class=subMenu>Funeral&nbsp;Services</a> | <a href=http://www.mcculloughfh.com/services/cremation.html class=subMenu>Cremation&nbsp;Options</a>  | <a href=http://www.mcculloughfh.com/services/gpl.html class=subMenu>General&nbsp;Price&nbsp;List</a>',
			    '125 | <a href=http://www.mcculloughfh.com/merch/merchandise.html class=subMenu>Merchandise</a> | <a href=http://www.mcculloughfh.com/merch/caskets.html class=subMenu>Caskets</a> | <a href=http://www.mcculloughfh.com/merch/vaults.html class=subMenu>Vaults</a>  | <a href=http://www.mcculloughfh.com/merch/comingsoon.html class=subMenu>Urns</a>',
 '125 | <a href=http://www.mcculloughfh.com/preplan/preplan.html class=subMenu>Pre&nbsp;Planning</a>',
 '125 | <a href=http://www.griefwords.com/library/active/mcculloughfh.asp class=subMenu>Grief&nbsp;Library</a>',
 '125 | <a href=http://obit.mcculloughfh.com class=subMenu>Obituaries</a>',
 '125 | <a href=http://www.mcculloughfh.com/contactus/contactus.html class=subMenu>Contact&nbsp;Us</a>');

