<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=450; // 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="#006699";
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="#006699";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#006699";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SERVICES"; // <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]=["Services"] //create header
ssmItems[1]=["Wireless", "http://www.unco.edu/it/InternetAccess/Wireless/wireless.htm", ""]
ssmItems[2]=["VPN", "http://www.unco.edu/it/InternetAccess/remoteaccess/vpn/vpn.htm",""]
ssmItems[3]=["Voicemail", "http://www.unco.edu/it/Forms/systeminfo.htm#VoiceMail", ""]
ssmItems[4]=["Voice Over IP", "http://www.unco.edu/it/core/netcom/voip.htm", ""]
ssmItems[5]=["Network Communications Home", "http://www.unco.edu/it/core/netcom/", ""]
ssmItems[6]=["Project Calendar", "http://www.unco.edu/it/core/netcom/ITNetCom.htm", "_new"]

ssmItems[7]=["BearEmail  Student", "http://blue.unco.edu", "_new", 1, "no"] //create two column row
ssmItems[8]=["OWA  Faculty", "http://owa.unco.edu", "_new",1]

ssmItems[9]=["Help", "", ""] //create header
ssmItems[10]=["Online Problem Entry", "http://www.unco.edu/it/help/callsubpage.htm", "_new"]
ssmItems[11]=["IT Help Page", "http://www.unco.edu/it/help.htm", ""]
ssmItems[12]=["E-Mail IT Web Committee", "mailto:cody.stone@unco.edu", ""]

buildMenu();

//-->