<!--
<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=20; // no quotes!!
staticYOffset=20; // 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=150; // Must be a multiple of 10! no quotes!!
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#666666";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#999999";
linkTarget="_top";
linkAlign="left";
barBGColor="#333333";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!

startMenu("BROWSER", "Quick Menu")
addItem('Broswer Test', 'sysinfo.htm', '');
addItem('Downloads', 'download.htm', '');
addItem('', '', '');
addHdr('PRINTENV');
addItem('eLibrary', 'http://www.elibrary.com/s/edumark/printenv.cgi', '');
addItem('bigchalk Library', 'http://www.bigchalk.com/printenv.cgi', '');
addItem('ProQuest', 'http://www.umi.com/whoami', '');
addItem('', '', '');
addHdr('COOKIE MONSTER');
addItem('eLibrary', 'http://www.elibrary.com/s/edumark/erase', '');
addItem('eLibrary Logout', 'http://www.elibrary.com/s/edumark/logout', '');
addItem('bigchalk Library', 'http://www.bigchalk.com/setup', '');
addItem('ProQuest', 'http://www.umi.com/cookiecutter', '');
addItem('', '', '');
addHdr('OLD CLIENT SOFTWARE');
addItem('Windows Software', 'ftp://ftp.bigchalk.com/pub/win/ELsetup.exe', '');
addItem('Windows Config', 'ftp://ftp.bigchalk.com/pub/win/ELconfig.exe', '');
addItem('Mac Software', 'ftp://ftp.bigchalk.com/pub/mac/ELinstaller.hqx', '');
addItem('Mac Config', 'ftp://ftp.bigchalk.com/pub/mac/ELConfig.sea.hqx', '');
addItem('', '', '');
addHdr('EL2 CLIENT SOFTWARE');
addItem('Beta Windows Software', 'elibrary2UTC.exe', '');
addItem('Beta Mac Software', 'elibrary2UTC+Installer.sit', '');
addItem('', '', '');
addHdr('BCLIBRARY CLIENT SOFTWARE');
addItem('Beta Windows Software', 'bcLibraryUTC.exe', '');
addItem('Beta Mac Software', 'bcLibraryUTC+Installer.sit', '');
addItem('', '', '');
addHdr('BCLIBRARY K6 CLIENT SOFTWARE');
addItem('Beta Windows Software', 'bcLibraryK6UTC.exe', '');
addItem('', '', '');
endMenu()

//-->


//-->