// write me if you have questions: web.master@male.ru

// constants
var left_corner_x       = 181; // x-coordinate of top left corner of dropdown menu 
var left_corner_x_orig  = 181; // x-coordinate of top left corner of dropdown menu 
var left_corner_y  = 135; // y-coordinate of top left corner of dropdown menu 
//var back_color     = '#E6E6E6'; // the background color of dropdown menu 
var back_color     = 'white'; // the background color of dropdown menu 
var text_color     = '#000099'; // 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     = '162'; // the width of dropdown menu 
var menu_drop     = 20; //www the height of top level menu row
var menu_cols      = 3; //number of columns in menu table
var column_no = 0;//Counter for columns in generate layers

//


// 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 (

//Coding
'161 | <a href=http://www.w3schools.com/html/html_reference.asp class=subMenu>HTML</a> | <a href=http://wp.netscape.com/eng/mozilla/3.0/handbook/javascript/ class=subMenu>JavaScript</a> | <a href=http://www.perldoc.com/perl5.6/pod/perl.html#SYNOPSIS class=subMenu>Perl</a> |  <a href=http://www.php.net/manual/en/ class=subMenu>PHP</a> | <a href=http://www.mysql.com/doc/index.html class=subMenu>MySQL</a> | <a href=http://stein.cshl.org/WWW/software/CGI/ class=subMenu>CGI.pm</a> ',

//Systems
			      '161 | <a href=http://www.redhat.com/support/manuals/RHL-7-Manual/ref-guide/ class=subMenu>RedHat 7.0</a> | <a href=http://httpd.apache.org/docs/ class=subMenu>Apache</a> | <a href=http://www.mysql.com/doc/ class=subMenu>MySql</a> | <a href=http://www.php.org class=subMenu>PHP</a> ',

//Packages
			      '161 | <a href=http://www.redhat.com class=subMenu>RedHat</a> | <a href=http://www.apache.org class=subMenu>Apache</a> | <a href=http://www.mysql.com class=subMenu>MySql</a> | <a href=http://www.php.org class=subMenu>PHP</a> | <a href=http://msdn.microsoft.com/library/default.asp class=subMenu>MS Development</a> | <a href=http://msdn.microsoft.com/library/psdk/psdkref/errlist_9usz.htm class=subMenu>Win32 Errors</a> ',

//Downloads
				'161 | <a href=http://www.rpmfind.net class=subMenu>RPM Find</a> | <a href=http://www.redhat.com/support/errata/rh7-errata-security.html class=subMenu>RedHat Security</a>  | <a href=http://downloads.cnet.com/ class=subMenu>Windoze Shareware</a> ',

//Developers
			      '161 | <a href=http://www.slashdot.org class=subMenu>Slash Dot</a> |  <a href=http://www.devshed.com class=subMenu>DevShed</a> | <a href=http://www.linuxplanet.com class=subMenu>Linux Planet</a>',	


//Tutorials
			      '161 | <a href=http://hotwired.lycos.com/webmonkey/99/21/index2a_page5.html?tw=programming class=subMenu>PHP</a>| <a href=http://www.devshed.com/Server_Side/PHP/SoothinglySeamless/ class=subMenu>PHP Setup</a> | <a href=http://www.linuxplanet.com/linuxplanet/tutorials/?Sort=RatingOverall+DESC class=subMenu>Linux Planet</a>',	

//Purchasing
			      '161 | <a href=http://shopper.cnet.com/ class=subMenu>cnet prices</a> | <a href=http://www.ebay.com class=subMenu>eBay</a> | <a href=http://www.buy.com class=subMenu>Buy.com</a> | <a href=http://www.overtons.com class=subMenu>Overtons</a> | <a href=http://durangoherald.com/claslink.html class=subMenu>Durango Classifieds</a> ',
//Business
'161 | <a href=http://finance.yahoo.com class=subMenu>Stock Quotes</a> | <a href=http://www.pcquote.com class=subMenu>PC-Quote Quotes</a> | <a href=http://www.desktop-publishers.com/freephone.htm class=subMenu>Phones, etc.</a> ',

//Grab Bag
'161 | <a href=http://www.carload.com/rocket.htm class=subMenu>Rocket Drive-In</a> | <a href=http://www.abbeytheatre.com/abbeycinemapagetemplate.htm class=subMenu>Abbey Theatre</a> | <a href=http://www.tvguide.com/listings/ class=subMenu>TV Listings</a> | <a href=http://www.mapquest.com/cgi-bin/mqtrip?link=btwn/twn-ddir_na_basic_main&uid=uey3z1abxayeqbkd:z2dat09fr&random=1046&dir=New+Directions class=subMenu>Directions</a> | <a href=http://www.dictionary.com class=subMenu>English</a>'
);
