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

// constants
var left_corner_x  = 155; // x-coordinate of top left corner of dropdown menu 
var left_corner_y  = 75; // y-coordinate of top left corner of dropdown menu 
var back_color     = '#FFFFFF'; // the background color of dropdown menu 
var border_color   = '#0099CC'; // 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 |<img src="graphics/n_top.gif" width="150" height="14" alt="" border="0"> | <a href=/staff.html class=subMenu><img src="graphics/n_staff.gif" width="150" height="26" alt="" border="0"></a> | <a href=/history.html class=subMenu><img src="graphics/n_history.gif" width="150" height="25" alt="" border="0"></a>  |  <a href=/facilities.html class=subMenu><img src="graphics/n_facilities.gif" width="150" height="19" alt="" border="0"></a> | <img src="graphics/n_bottom.gif" width="150" height="22" alt="" border="0">',


			     '125 | <img src="graphics/n_top.gif" width="150" height="14" alt="" border="0"> | <a href=/faq.html class=subMenu><img src="graphics/n_faq.gif" width="150" height="18" alt="" border="0"></a> | <a href=/death_occurs.html class=subMenu><img src="graphics/n_whendeath.gif" width="150" height="25" alt="" border="0"></a>  | <a href=/deathaway.html class=subMenu><img src="graphics/n_deathaway.gif" width="150" height="27" alt="" border="0"></a> | <img src="graphics/n_bottom.gif" width="150" height="22" alt="" border="0">',


			      '125 | <img src="graphics/n_top.gif" width="150" height="14" alt="" border="0"> | <a href="/services.html"><img src="graphics/n_genservices.gif" width="150" height="18" alt="" border="0"></a> | <a href=/funpkgs.html class=subMenu><img src="graphics/n_funpkgs.gif" width="150" height="27" alt="" border="0"></a> | <a href=/crempkgs.html class=subMenu><img src="graphics/n_crempkgs.gif" width="150" height="23" alt="" border="0"></a> | <img src="graphics/n_bottom.gif" width="150" height="22" alt="" border="0">',



			  '125 | <img src="graphics/n_top.gif" width="150" height="14" alt="" border="0"> |  <a href=/merchoverview.html class=subMenu><img src="graphics/n_merchoverview.gif" width="150" height="29" alt="" border="0"></a> | <img src="graphics/n_bottom.gif" width="150" height="22" alt="" border="0">',


 '125 | <img src="graphics/n_top.gif" width="150" height="14" alt="" border="0"> | <a href=/preplan.html class=subMenu><img src="graphics/n_preplan.gif" width="150" height="18" alt="" border="0"></a> | <a href=/ppform.html class=subMenu><img src="graphics/n_ppform.gif" width="150" height="26" alt="" border="0"></a> | <a href=/funding.html class=subMenu><img src="graphics/n_funding.gif" width="150" height="26" alt="" border="0"></a> | <img src="graphics/n_bottom.gif" width="150" height="22" alt="" border="0">',
 
 
 '125 | <img src="graphics/n_top.gif" width="150" height="14" alt="" border="0"> | <a href=/aftercare.html class=subMenu><img src="graphics/n_grief.gif" width="150" height="24" alt="" border="0"></a> | <img src="graphics/n_bottom.gif" width="150" height="22" alt="" border="0">',


 '125 | <a href=http://www.memorialobituaries.com/memorials/memorials.cgi?clientid=rggr&action=List+Future class=subMenu>Obituaries</a>');
