var left_corner_x =25; // x-coordinate of top left corner of dropdown menu 
var left_corner_y =125; // y-coordinate of top left corner of dropdown menu 
var back_color = '#ECECFC'; // the background color of dropdown menu 
var border_color = 'blue'; // the color of dropdown menu border
var border_size  = '1'; // the width of dropdown menu border
var menu_width   = '170'; // 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;  /////
/// ----------------------------
// menu content; the dropdown menus themselfs between '' and items of every dropdown menu are diveded by |; 
// 

menu_content     = new Array ('<a href=http://www.geocities.com/menulite/ class=subMenu>English</a> | <a href=http://menulite.narod.ru/ class=subMenu>Russian</a>',

'<a href=/menulite/menu.css class=subMenu>CSS</a> | <a href=/menulite/menu.js class=subMenu>Functions</a> | <a href=/menulite/content.js class=subMenu>Parameters</a>',

'<a href=Cataract.html class=subMenu>Cataract</a> | <a href=LASIK.html class=subMenu>LASIK</a> | <a href=CLASIK.html class=subMenu>Custom LASIK</a> | <a href=Glaucoma.html class=subMenu>Glaucoma</a> | <a href=Diabreti.html class=subMenu>Diabetic Retinopathy</a> | <a href=ARMD.html class=subMenu>Age Related Macular Degeneration</a> | <a href=Dryeyes.html class=subMenu>Dry Eyes</a> | <a href=Compvis.html class=subMenu>Computer Vision</a> | <a href=Eyedrops.html class=subMenu>Using Eye Drops</a> | <a href=Publications.html class=subMenu>Publications</a> | <a href=Iiis.html class=subMenu>Intravitreal Injections</a> | <a href=Collxl.html class=subMenu>Collagen Cross Linking</a>',

'<a href=/menulite/info/ class=subMenu>About scripts</a> | <a class=subMenu href=mailto:web.master@male.ru>Write me</a>');