// write me if you have questions: web.master@male.ru

// constants
var left_corner_x  = 35; // x-coordinate of top left corner of dropdown menu 
var left_corner_y  = 105; // y-coordinate of top left corner of dropdown menu 
var back_color     = '#FFFFFF'; // the background color of dropdown menu 
var border_color   = '#FFD698'; // 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           = 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 ('125 |<a href=http://www.chasamillersons.com/aboutus/index.html class=subMenu>Staff Directory</a> | <a href=http://www.chasamillersons.com/aboutus/history.html class=subMenu>History</a>  |  <a href=http://www.chasamillersons.com/aboutus/facilities.html class=subMenu>Facilities</a>',
			     '125 | <a href=http://www.chasamillersons.com/geninfo/faq.html class=subMenu>FAQ</a> | <a href=http://www.chasamillersons.com/geninfo/death_occurs.html class=subMenu>What&nbsp;to&nbsp;do&nbsp;when&nbsp;death&nbsp;occurs</a>  | <a href=http://www.chasamillersons.com/geninfo/events.html class=subMenu>Events</a>',
			      '125 | <a href=http://www.chasamillersons.com/services/funeral.html class=subMenu>Funeral&nbsp;Services</a> | <a href=http://www.chasamillersons.com/services/cremation.html class=subMenu>Cremation&nbsp;Options</a>',
			    '125 | <a href=http://www.chasamillersons.com/merch/index.html class=subMenu>Merchandise&nbsp;Summary</a> | <a href=http://www.chasamillersons.com/merch/funeral.html class=subMenu>Funeral&nbsp; Merchandise</a> | <a href=http://www.chasamillersons.com/merch/cremation.html class=subMenu>Cremation&nbsp;Merchandise</a>',
 '125 | <a href=http://www.chasamillersons.com/preplan/planner.html class=subMenu>Pre-Planning&nbsp;Form</a>',
 '125 | <a href=http://www.chasamillersons.com/grief/griefwords.html class=subMenu>Grief&nbsp;Library</a>',
 '125 | <a href=http://www.memorialobituaries.com/memorials/memorials.cgi?clientid=rggr&action=List+Future class=subMenu>Obituaries</a>');
