<!--

/*
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=100; // 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=15; // no quotes!!
barText="LIÊN KẾT NHANH"; // <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]=["CÁ NHÂN"] //create header
ssmItems[1]=["Đăng Ký", "http://thptchonthanh.com.vn/diendan/index.php?action=register", ""]
ssmItems[2]=["Đăng Nhập", "http://thptchonthanh.com.vn/diendan/index.php?action=login", ""]
ssmItems[3]=["Hồ Sơ", "http://thptchonthanh.com.vn/diendan/index.php?action=profile", ""]
ssmItems[4]=["Tin Nhắn", "http://thptchonthanh.com.vn/diendan/index.php?action=pm", ""]

ssmItems[5]=["TIỆN ÍCH"]
ssmItems[6]=["Diễn Đàn", "http://thptchonthanh.com.vn/diendan", ""]
ssmItems[7]=["Tìm Kiếm", "http://thptchonthanh.com.vn/diendan/index.php?action=search", ""]
ssmItems[8]=["Lịch", "http://thptchonthanh.com.vn/diendan/index.php?action=calendar", ""]
ssmItems[9]=["Thành Viên", "http://thptchonthanh.com.vn/diendan/index.php?action=mlist", ""]
ssmItems[10]=["Hộp thư", "http://mail.thptchonthanh.com.vn", "_blank"]

ssmItems[11]=["HỖ TRỢ"]
ssmItems[12]=["Quy định", "http://thptchonthanh.com.vn/diendan/index.php/topic,97.0.html", ""]
ssmItems[13]=["Trợ Giúp", "http://thptchonthanh.com.vn/diendan/index.php?action=help", ""]
ssmItems[14]=["Góp Ý", "http://thptchonthanh.com.vn/diendan/index.php?board=163.0", ""]



buildMenu();

//-->

