<!--
/*
Copyright © MaXimuS 2000-2001, All Rights Reserved.
Site: http://www.absolutegb.com/maximus
E-mail: maximus@nsimail.com
Version: 6.3 (NS6 compatibility + NS4 x-axis scroll bar fix)
*/

YOffset=54; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=17 // no quotes!!
waitTime=400; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#d49100";
menuIsStatic="yes";
menuWidth=170; // Must be a multiple of 10! no quotes!!
hdrFontFamily="verdana, arial, sans serif";
hdrFontSize="1";
hdrFontColor="#ffffff";
hdrBGColor="#0035ad";
hdrAlign="left";
hdrVAlign="top";
hdrHeight="14";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#f6c97b";
linkOverBGColor="#f3ba4f";
linkTarget="_top";
linkAlign="Left";
barBGColor="#e7ab32";
barFontFamily="verdana, sans serif";
barFontSize="2";
barFontColor="#9f2d20";
barVAlign="center";
barWidth=15; // no quotes!!

startMenu("Intranet Access", "SMUS  MENU")
addItem("Staff Login", "http://admin.smus.ca/smuslive/staff/intranet", "");
addItem("Student Login", "http://admin.smus.ca/smuslive/local", "");
addItem("H:Drive", "http://admin.smus.ca/vpn", "");
addItem("SMUS Photo Gallery", "http://gallery.smus.bc.ca", "");
addItem("Webmail", "http://email.smus.ca/", "");
addHdr("Quick Links");
addItem("Home Page", "http://www.smus.ca", "");
endMenu()

//-->