// 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  = 250; // y-coordinate of top left corner of dropdown menu 
var back_color     = '#ffffff'; // the background color of dropdown menu 
var border_color   = '#7B034D'; // 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=/aboutus/index.html class=subMenu>About&nbsp;Us</a> | <a href=/aboutus/staff.html class=subMenu>Staff</a>  |  <a href=/aboutus/history.html class=subMenu>History</a>  |  <a href=/aboutus/facilities.html class=subMenu>Facilities</a>  | <a href=/aboutus/testimonials.html class=subMenu>Testimonials</a>  | <a href=/aboutus/why.html class=subMenu>Why Covenant?</a>  | <a href=/aboutus/directions.html class=subMenu>Maps&nbsp;Directions</a>',
			     '125 | <a href=/geninfo/index.html class=subMenu>Consumer&nbsp;Information</a>  |  <a href=/geninfo/ss.html class=subMenu>Social&nbsp;Security&nbsp;Benefits</a>   |  <a href=/geninfo/vets.html class=subMenu>Veterans&nbsp;Benefits</a>  |  <a href=/geninfo/death_occurs.html class=subMenu>What&nbsp;to&nbsp;Do&nbsp;When&nbsp;Death&nbsp;Occurs</a>  |  <a href=/geninfo/death_away.html class=subMenu>Death&nbsp;Away&nbsp;From&nbsp;Home</a>',
'125 | <a href=/preplan/index.html class=subMenu>Pre&nbsp;Planning</a>  |  <a href=/preplan/sense.html class=subMenu>Why&nbsp;Preplanning&nbsp;Makes&nbsp;Sense</a>',
			      '125 | <a href=/services/index.html class=subMenu>Funeral&nbsp;Options</a> | <a href=/services/cremation.html class=subMenu>Cremation&nbsp;Options</a>  |  <a href=/services/atneed.html class=subMenu>At-Need&nbsp;Form</a>',
 '125 | <a href=/merch/index.html class=subMenu>Merchandise</a>  | <a href=/merch/caskets.html class=subMenu>Caskets</a>  |  <a href=/merch/vaults.html class=subMenu>Vaults</a>  |  <a href=/merch/monuments.html class=subMenu>Monuments</a>  |  <a href=/merch/cremation.html class=subMenu>Cremation&nbsp;Merchandise</a> ',
 '125 | <a href=/cemetery/index.html class=subMenu>Cemetery</a>',
 '125 | <a href="/aftercare/index.html" class=subMenu>Aftercare</a>  |  <a href=http://www.griefwords.com/library/active/covenantfuneralservice.asp class=subMenu>Grief&nbsp;Library</a>',
 '125 | <a href=http://obit.covenantfuneralservice.com class=subMenu>Obituaries</a>',
 '125 | <a href=/contactus.html class=subMenu>Contact&nbsp;Us</a>');

