<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=252; // no quotes!!
staticYOffset=20; // no quotes!!
XOffset=10; // no quotes!!
slideSpeed=5 // 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";
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="yellow";
hdrBGColor="blue";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="dodgerblue";
linkOverBGColor="yellow";
linkTarget="_top";
linkAlign="left";
barBGColor="blue";
barFontFamily="tahoma";
barFontSize="2";
barFontColor="yellow";
barVAlign="center";
barWidth=20; // no quotes!!
barText='NAV PULL-OUT ' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
addHdr("Site Information Links");
addItem("Monthly Updates E-zine Sign Up", "http://collegehelp.info/e_zine_col.htm", "_top");
addItem("Communications Blog", "http://albro62.bravejournal.com/index.php", "_top");
addHdr("Navigation Links");
addItem("Help Getting Into College", "index.htm", "_top");
addItem("Help for the Student in College", "incollege.htm", "_top");
addItem("School Resources for Students,    Teachers, and Parents", "school.htm", "_top");
addItem("Amazon.com Links", "amazon.htm", "_top");
buildMenu();

//-->