<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=170; // no quotes!!
XOffset=0;
staticYOffset=40; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=500; // 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="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#000099";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFCC00";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SLIDE 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]=["Menu"] //create header
ssmItems[1]=["Home", "http://education.boisestate.edu/iad/default.htm", ""]
ssmItems[2]=["Alumni", "alumni.htm", ""]
ssmItems[3]=["Director", "directors.htm", ""]
ssmItems[4]=["History & Purpose", "history.htm",""]
ssmItems[5]=["Nationals", "http://www.usad.org", "_blank"]
ssmItems[6]=["President's Message", "message.htm", ""]
ssmItems[7]=["Schedule", "schedule.htm", ""]
ssmItems[8]=["Schools", "schools.htm", ""]
ssmItems[9]=["Sponsors", "sponsors.htm",""]
ssmItems[10]=["State Department", "http://www.sde.state.id.us/", "_blank"]
ssmItems[11]=["Winners!", "winners.htm", ""]
ssmItems[12]=["FAQ's", "faqs.htm", ""]
ssmItems[13]=["Shuttle Discovery (PowerPoint)", "discover.pps", ""]
ssmItems[14]=["Shuttle Discovery (PDF)", "discover.pdf", ""]
ssmItems[15]=["E-mail", "mailto:helgesonj@msn.com", ""]
buildMenu();

//-->