<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=135; // 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=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial"; // "verdana"
hdrFontSize="2";
hdrFontColor="black"; // Top menu bar header - text
hdrBGColor="#CBBF90"; // Top menu bar header - background
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial";
linkFontSize="1";
linkBGColor="#F0F0F0";
linkOverBGColor="#D3DAE4"; // MouseOver menu items
linkTarget="_top";
linkAlign="Left";
barBGColor="#CBBF90"; // Vertical Bar background color with barText
barFontFamily="arial";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
barText="TECHNET 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
ssmItems[0]=["Technet Menu"] //create header
ssmItems[1]=["&#149; Technet's Mission   ", "mission.html", ""]
ssmItems[2]=["&#149; About Technet       ", "about.html",""]
ssmItems[3]=["&#149; Educational Programs", "education.html", ""]
ssmItems[4]=["&#149; Computer Reruns     ", "reruns.html", ""]
ssmItems[5]=["&#149; Rural Initiatives   ", "rural.html", ""]
ssmItems[6]=["&#149; Economic Development", "econ.html", ""]
ssmItems[7]=["&#149; Special Programs    ", "special.html", ""]
ssmItems[8]=["&#149; Contact Technet     ", "contact.html", ""]
ssmItems[9]=["&#149; Technet Home        ", "index.html", ""]

buildMenu();

//-->