<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=0; // 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=160; // Must be a multiple of 10! no quotes!!
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; // no quotes!!
barText="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]=["FREE Property Analysis", "http://www.mathassistant.com/fpar.htm", ""]
ssmItems[1]=["CS 106 Syllabus", "http://www.mathassistant.com/cs106.htm", "_new"]
ssmItems[2]=["CS 305 Syllabus", "http://www.mathassistant.com/cs305.htm", "_new"]
ssmItems[3]=["Math 203 Syllabus", "http://www.mathassistant.com/math203.htm", "_new"]
ssmItems[4]=["Math 005 Syllabus", "http://www.mathassistant.com/math005.htm", "_new"]
ssmItems[5]=["CS 107 Examples", "http://www.mathassistant.com/examples.htm", "_new"]
ssmItems[6]=["Chat", "http://www.mathassistant.com/chat/flashchat.php", ""]
//ssmItems[5]=["Chat", "http://client0.sigmachat.com/sc.pl?id=73302", ""]
ssmItems[7]=["About Math Software", "http://www.mathassistant.com/math-software.htm", "_new"]

ssmItems[8]=["FREE Math Newsletter", "http://www.mathassistant.com/subscribe.htm", "_new"]
ssmItems[9]=["ORDER NOW", "https://www.paypal.com/xclick/business=gec%40psci.net&undefined_quantity=1&item_name=Math+Assistant+Version+4.1&amount=97.00&currency_code=USD"]

ssmItems[10]=["FAQ", "http://www.mathassistant.com", "", 1, "no"] //create two column row
ssmItems[11]=["Email", "mailto:gec@psci.net", "",1]

ssmItems[12]=["External Links", "", ""] //create header
ssmItems[13]=["GEC Software, Inc.", "http://www.gecsoftware.com", ""]


buildMenu();

//-->
