<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
Puplished For VB By Developer
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=15 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#2891E2";
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="#2891E2";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFCC00";
linkTarget="_top";
linkAlign="Left";
barBGColor="#2891E2";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="WEPRO QUICK LINK"; // <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]=["WE EVENT"] //create header
ssmItems[1]=["Mùa Hè Ngọt Ngào", "forumdisplay.php?f=175", ""]
ssmItems[2]=["Tìm Kiếm WE ICON", "forumdisplay.php?f=177", ""]

ssmItems[3]=["WE NEWS"]
ssmItems[4]=["Thông Báo", "forumdisplay.php?f=2", ""]
ssmItems[5]=["WePRO 24 Giờ", "forumdisplay.php?f=69", ""]
ssmItems[6]=["Tin Báo Chí", "forumdisplay.php?f=44", ""]
ssmItems[7]=["Lịch Diễn", "forumdisplay.php?f=33", ""]
ssmItems[8]=["WE SERVICE", "", "_blank"] //create header
ssmItems[9]=["WE Photo", "forumdisplay.php?f=43", ""]
ssmItems[10]=["WESOUND", "forumdisplay.php?f=116", ""]
ssmItems[11]=["WE TV - Mini clip", "forumdisplay.php?f=172", ""]
ssmItems[12]=["WE SMS", "http://www.weproonline.com/sms/", "_blank"]
ssmItems[13]=["WE STARS", "forumdisplay.php?f=168", ""]
ssmItems[14]=["Thế Giới V-POP", "forumdisplay.php?f=149", ""]

ssmItems[15]=["WE SUPPORT"]
ssmItems[16]=["Help", "forumdisplay.php?f=4", "",1, "no"] //create two column row
ssmItems[17]=["FAQ", "announcement.php?f=2&a=13", "",1]



buildMenu();

//-->
