<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=5; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=90; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#cc6600";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkBACKGROUND="graphics/onarwrt.gif";
linkOverBGColor="#ffFFcc";
linkTarget="_top";
linkAlign="Center";
barBGColor="#cc6600";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=16; // no quotes!!
barText="> > MAIN MENU > >"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
selectssmItems[0]=["This Page"] //create header
selectssmItems[1]=["Astronomy", "astronom.htm", "main"]
selectssmItems[2]=["Automotive", "automoti.htm", "main"]
selectssmItems[3]=["Downloads", "dwnloads.htm", "main"]
selectssmItems[4]=["Film", "movie.htm", "main"]
selectssmItems[5]=["Fun", "fun.htm", "main"]
selectssmItems[6]=["Government", "usa.htm", "main"]
selectssmItems[7]=["Home", "home.htm", "main"]
selectssmItems[8]=["Maps", "maps.htm", "main"] // "", 1, "no"] creates two column row 
selectssmItems[9]=["Milwaukee", "local.htm", "main"]
selectssmItems[10]=["Publishing", "publish.htm", "main"]
selectssmItems[11]=["Reference", "referenc.htm", "main"]
selectssmItems[12]=["Search", "search.htm", "main"]
selectssmItems[13]=["Weather", "weather.htm", "main"]

selectssmItems[14]=["New Window", "", ""] //create header
selectssmItems[15]=["Keyboard Shortcuts", "keyhelp.htm", "_new"]
selectssmItems[16]=["News", "topnews.htm", "_new"]
selectssmItems[17]=["Climate Change", "warm/index.htm", "_new"]
selectssmItems[18]=["Conduit Size", "/conduit.htm", "_new"]
selectssmItems[19]=["Grandma's Page", "gma1.htm", "_new"]
selectssmItems[20]=["Dynamic Drive", "http://www.dynamicdrive.com/", "_new"]

buildMenu();

//-->
