<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=112; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=80; // 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=220; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#746D84";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFEF50";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FF9600";
barFontFamily="Arial";
barFontSize="2";
barFontColor="#350066";
barVAlign="center";
barWidth=24; // no quotes!!
barText="QUICK LINKS"; // <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]=["Menu"] //create header
ssmItems[1]=["<B>Wired News</B><BR>&nbsp;<Font Class=Tiny>Wired on Nanotech.</font>", "#1", ""]
ssmItems[2]=["<B>Nano Tech Wire</B><BR>&nbsp;<Font Class=Tiny>Nanotechwire.com.</font>", "#2",""]
ssmItems[3]=["<B>AZoNano News</B><BR>&nbsp;<Font Class=Tiny>Daily Nanotech News</font>", "#3", ""]
ssmItems[4]=["<B>AZom</B><BR>&nbsp;<Font Class=Tiny>Tech Engineering and Materials.</font>", "#4", ""]
ssmItems[5]=["<B>Topix</B><BR>&nbsp;<Font Class=Tiny>News from around the web.</font>", "#5", ""]
ssmItems[6]=["<B>NanoNewsNet</B><BR>&nbsp;<Font Class=Tiny>Nanonewsnet.com.</font>", "#6", ""]
ssmItems[7]=["<B>Nano Group</B><BR>&nbsp;<Font Class=Tiny>Yahoo! Nanotech Group.</font>", "#7", ""]
ssmItems[8]=["<B>Top of the Page</B><BR>", "index.php", ""]

buildMenu();

//-->