<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // 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=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="12";
hdrFontColor="white";
//hdrBGColor="#170088";
hdrBGColor="#1f567c";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#0082D1";
//barBGColor="#1f567c";
barFontFamily="Verdana";

barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=30; // no quotes!!
barText="←欢迎来到航运学院←"; // <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]=["站内导航"] //create header
//ssmItems[1]=["新闻发布", "pub.aspx", "_new"]
ssmItems[1]=["新闻发布", "news_post.asp", ""]
ssmItems[2]=["网络辅导员", "question.asp",""]
ssmItems[3]=["站内短信", "msgsend.asp", ""]
ssmItems[4]=["上传下载", "up_file.asp", ""]
ssmItems[5]=["返回主页", "index.asp", ""]

//ssmItems[7]=["FAQ", "http://www.dynamicdrive.com/faqs.htm", "", 1, "no"] //create two column row
//ssmItems[8]=["Email", "http://www.dynamicdrive.com/contact.htm", "",1]

ssmItems[6]=["校内链接", "", ""] //create header
ssmItems[7]=["武汉理工大学主页", "http://www.whut.edu.cn/index.html", ""]
ssmItems[8]=["新闻经纬", "http://news.whut.edu.cn/", ""]
ssmItems[9]=["学工广场", "http://stuplaza.whut.edu.cn/", ""]
ssmItems[10]=["理工青年", "http://www.wutyouth.net/news/index.aspx", ""]
ssmItems[11]=["Job9151", "http://www.job9151.com/t_index.asp", ""]
buildMenu();

//-->
