﻿<!--

/*
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="#869BBF";
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="helvetica";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="helvetica";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="helvetica";
barFontSize="2";
barFontColor="#99CC33";
barVAlign="center";
barWidth=20; // no quotes!!
barText="4UPRO 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]=["Menu 4UPro"] //create header
ssmItems[1]=["Trang Chủ", "http://4upro.info", "_new"]
ssmItems[2]=["Diễn Đàn", "http://4upro.info/forums","_new"]
ssmItems[3]=["ÂM Nhạc", "http://4upro.info/dj", "_new"]
ssmItems[4]=["TV Online", "http://4upro.info/tv", "_new"]
ssmItems[5]=["Xì Tin", "http://4upro.info/xjtjn", "_new"]
ssmItems[6]=["MD5", "http://4upro.info/md5", "_new"]
ssmItems[7]=["Đặt Quảng Cáo", "http://4upro.info/forums/logo/asd/info_qc.htm", "_new"]

ssmItems[8]=["FAQ", "http://4upro.info/forums/faq.php", "", 1, "no"] //create two column row
ssmItems[9]=["Email", "http://4upro.info/forums/sendmessage.php", "",1]

ssmItems[10]=["Liên Kết", "", ""] //create header
ssmItems[11]=["Forum Danang", "http://dananggsm.com", "_new"]
ssmItems[12]=["Google", "http://google.com", "_new"]
ssmItems[13]=["Yahoo", "http://yahoo.com", ""]

buildMenu();

//-->