
var left_corner_x = 57; // x-coordinate of top left corner of dropdown menu 
var left_corner_y = 350; // y-coordinate of top left corner of dropdown menu 
var back_color = '333333'; // the background color of dropdown menu 
var border_color = '999999'; // the color of dropdown menu border
var border_size  = '1'; // the width of dropdown menu border
var menu_width   = '130'; // the width of dropdown menu 
//// Don't change these parameters
var delay  = 2000; /////
var active_layer_id = -1;  /////
var on_layer_id  = -1;  /////
var buff_id  = -1;  /////
/// ---------------------------- 
//Script developed by Alexey
//for support visit http://www.geocities.com/menulite
//submitted to A1 JavaScripts - www.a1javascripts.com
// menu content; the dropdown menus themselves between '' and items of every dropdown menu are diveded by |; 
// 


menu_content     = new Array ("<a href=black-white.htm target='mainFrame' class=subMenu>  &nbsp; &nbsp; BLACK & WHITE</a> | <a href=still-life.htm target='mainFrame' class=subMenu>  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Still Life</a> | <a href=floral-studies.htm target='mainFrame' class=subMenu>  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Floral Studies</a> | <a href=scenic.htm target='mainFrame' class=subMenu>  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Scenic</a> | <a href=people.htm target='mainFrame' class=subMenu>  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; People and Kids</a> | <a href=color.htm target='mainFrame' class=subMenu>  &nbsp; &nbsp; COLOR</a>");

