// write me if you have questions: web.master@male.ru

// constants
var left_corner_x  = 63; // 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</a> | <a class="type3" href="minyan.htm">Minyanim Times</a>',
			      '125 |<a href="adass.htm" class="type3">Adass Israel</a> | <a href="mck.htm" class="type3">Browns Rd.</a>| <a href="fawkner.htm" class="type3">Fawkner</a> | <a href="lyndhurst.htm" class="type3">Lyndhurst</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</a>',
			      '81 | <a href="#" class="type3"></a>',
			      '140 | <a href="#" class="type3"></a>',
			      '170 | <a href="yartz.htm" class="type3">Yahrzeit Calculator</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</a>');
/*
menu_content = new Array(
			      '134 | <a href="http://www.mck.org.au/funeral.htm" class="type3">Funeral Times&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a> | <a class="type3" href="http://www.mck.org.au/minyan.htm">Minyanim Times&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a>',
			      '125 |<a href="http://www.mck.org.au/adass.htm" class="type3">Adass Israel&nbsp;</a> | <a href="http://www.mck.org.au/mck.htm" class="type3">Browns Rd.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a>| <a href="http://www.mck.org.au/fawkner.htm" class="type3">Fawkner&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a> | <a href="http://www.mck.org.au/lyndhurst.htm" class="type3">Lyndhurst&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a> | <a href="http://www.mck.org.au/carlton.htm" class="type3">Melbourne General (Carlton)</a> | <a href="http://www.mck.org.au/necrop.htm" class="type3">Springvale Botanical (Necropolis)</a> | <a href="http://www.mck.org.au/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="http://www.mck.org.au/yartz.htm" class="type3">Yahrzeit Calculator&nbsp;&nbsp;&nbsp;&nbsp;</a> | <a href="http://www.mck.org.au/procedure.pdf" class="type3" target="_blank">Hospital Procedures&nbsp;</a> | <a href="http://www.mck.org.au/coronial.htm" class="type3">Coronial Services Act</a> | <a href="http://www.mck.org.au/histform.pdf" class="type3" target="_blank">History Form&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a>');
/**/		      
