// write me if you have questions: web.master@male.ru

// constants
var left_corner_x  = 40; // x-coordinate of top left corner of dropdown menu 
var left_corner_y  = 30; // y-coordinate of top left corner of dropdown menu 
var back_color     = '#FFFFFF'; // the background color of dropdown menu 
var border_color   = 'black'; // the color of dropdown menu border
var border_size    = '1'; // the width of dropdown menu border
var menu_width     = '90'; // 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;  /////
/// ----------------------------



// 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 (
'100 | <a target=_top href=http://www.kturby.com/webcam/camera1.htm class=subMenu>Camera One</a> | <a target=bottom href=http://www.kturby.com/webcam2/camera2.htm class=subMenu>Camera Two</a> | <a target=bottom href=http://www.kturby.com/webcam3/camera3.htm class=subMenu>Camera Three</a> | <a target=_top href=http://www.kturby.com/webcamremote/index.htm class=subMenu>Live Video</a>',
//
'110 | <a target=_top href=http://www.kturby.com/info/info.htm class=subMenu>About this Site</a> | <a target=_top href=http://www.igpost.com/about class=subMenu>About the Dogs</a> | <a target=_top href=http://www.kturby.com/litter/litter.htm class=subMenu>Litterbox training</a>',
//
'100 | <a target=bottom href=http://www.kturby.com/webcam/overview.htm class=subMenu>Camera 1</a> | <a target=bottom href=http://www.kturby.com/webcam2/overview.htm class=subMenu>Camera 2</a>|<a target=bottom href=http://www.kturby.com/webcam3/overview.htm class=subMenu>Camera 3</a> | <a target=_top href=http://www.kturby.com/current/current.htm class=subMenu>Current Photos</a>',
//
'115 | <a target=_top href=http://www.kturby.com/mydogs/mydogs.html class=subMenu>Dog`s Homepage</a> | <a target=_top href=http://www.kturby.com/ class=subMenu>Keith`s Page</a>|<a target=_top href=http://www.kturby.com/crazyfun/index.htm class=subMenu>Crazy Fun Page</a>| <a target=_top href=http://www.igpost.com class=subMenu>IG Message board</a>',
//
'110 | <a target=_top href=http://www.kturby.com/classic/classic.htm class=subMenu>Favorite Webcam</a> | <a target=_top href=http://www.kturby.com/videos/dogvid/dogvid.htm class=subMenu>Video Clips | <a target=_top href=http://www.kturby.com/3dcube/3dcube.htm class=subMenu>3D Picture Cube | <a target=_top href=http://www.kturby.com/mydogs/morepics.htm class=subMenu>More Pictures!</a>',
//
'115 | <a target=_top href=http://www.kturby.com/visitorbook class=subMenu>Guestbook</a> | <a target=_top href=http://www.kturby.com/feedback class=subMenu>Email Me</a> | <a target=_top href=http://www.kturby.com/vote/vote.htm class=subMenu>Dog Window Vote</a>'
);
