<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=1; 
XOffset=0;
staticYOffset=0;
slideSpeed=20;
waitTime=100; 
menuBGColor="black";
menuIsStatic="yes";
menuWidth=280; 
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20;
barText="The Menu of ALLEN RUSEK"; // <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
ssmItems[0]=["Content"] 
ssmItems[1]=["Home", "http://Rusek.org","",1,"no"]
ssmItems[2]=["9 X 9", "http://Rusek.org/9x9","",1]
ssmItems[3]=["Our Pages"]
ssmItems[4]=["Allen", "http://Rusek.org/Allen", "",1,"no"]
ssmItems[5]=["Aneta", "http://Rusek.org/Aneta", "",1]
ssmItems[6]=["Donna", "http://Rusek.org/Donna", "",1,"no"]
ssmItems[7]=["Korben", "http://Rusek.org/Korben", "",1]
ssmItems[8]=["Louise", "http://Rusek.org/Louise", "",1,"no"]
ssmItems[9]=["Stefan", "http://Rusek.org/Stefan", "",1]

ssmItems[10]=["Sonja", "http://Rusek.org/Sonja", "",1,"no"]
ssmItems[11]=["", ".htm", "",1] 
ssmItems[12]=[""]
ssmItems[13]=["Radio", "http://Rusek.org/radio", "",1,"no"]
ssmItems[14]=["Video", "http://rusek.org/Allen/HotWire", "",1]
ssmItems[15]=["Moment of Science", "http://amos.indiana.edu/library/audio.html", ""]


ssmItems[16]=["See the Lemmings story","http://amos.indiana.edu/library/scripts/lemmings.html",""]
ssmItems[17]=["My Lotto","http://rusek.org/Allen/My%20Lotto/GoodToUseAfter11pm.vbs",""]

ssmItems[18]=[""]
ssmItems[19]=["Earthquake","http://earthquake.usgs.gov/recenteqsww/Quakes/quakes_all.html",""]
ssmItems[20]=["Hurricane Radar","http://rusek.org/Allen/Atlantic.htm",""]
ssmItems[21]=["Speed Test","http://www.im2cool.com/perftest/alltest.htm",""]
ssmItems[22]=["Solstice & Equinox","http://www.clarkplanetarium.org/FilesPermanent/SolsticeEquinox.html",""]

buildMenu();

//-->