// write me if you have questions: web.master@male.ru

// constants
var left_corner_x  = 45; // x-coordinate of top left corner of dropdown menu 
var left_corner_y  = 32; // y-coordinate of top left corner of dropdown menu 
var back_color     = '#000000'; // bg color of dropmenu 
var border_color   = '#cccccc'; // color of dropmenu border
var border_size    = '0'; // width of dropmenu border
var menu_width     = '121'; // width of dropmenu 
//


// 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 (
			      '134 | <a href=funeral.htm class=type3>Funeral Times&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a> | <a class=type3 href=minyan.htm>Minyanim Times&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a>',
			      '125 |<a href=adass.htm class=type3>Adass Israel&nbsp;</a> | <a href=mck.htm class=type3>Browns Rd.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a>| <a href=fawkner.htm class=type3>Fawkner&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a> | <a href=lyndhurst.htm class=type3>Lyndhurst&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a> | <a href=carlton.htm class=type3>Melbourne General (Carlton)</a> | <a href=necrop.htm class=type3>Springvale Botanical (Necropolis)</a> | <a href=stkilda.htm class=type3>St Kilda&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a>',
			      '81 | <a href=# class=type3></a>',
			      '132 | <a href=yartz.htm class=type3>Yahrzeit Calculator&nbsp;&nbsp;&nbsp;&nbsp;</a> | <a href=procedure.pdf class=type3 target="_blank">Hospital Procedures&nbsp;</a> | <a href=coronial.htm class=type3>Coronial Services Act</a> | <a href=histform.pdf class=type3 target=blank>History Form&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a>');
			      
			      