<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=80; // 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="#11A1E9";
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="#027CB8";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#027CB8";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=15; // no quotes!!
barText=" Menu truy cập 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]=["Menu Chính"] //create header
ssmItems[1]=["Trang chủ", "http://nukeviet.vn", ""]
ssmItems[2]=["Nội quy", "viewtopic.php?f=59&t=1389",""]
ssmItems[3]=["Diễn đàn", "index.php", ""]
ssmItems[4]=["Google code", "http://code.google.com/p/nuke-viet/", "_new"]
ssmItems[5]=["Tiện Ích"]
ssmItems[6]=["Trợ giúp", "faq.php", "_new", 1, "no"]
ssmItems[7]=["Up ảnh", "javascript:void(window.open('upimg.htm',%20'','scrollbars=auto,width=550,height=250'))", "",1]
ssmItems[8]=["Tìm kiếm", "search.php", "", 1, "no"] //create two column row
ssmItems[9]=["Bài mới", "search.php?search_id=newposts", "",1]

//ssmItems[7]=["FAQ", "", "", 1, "no"] //create two column row
//ssmItems[8]=["Contact", "", "",1]

ssmItems[10]=["Thành Viên"] //create header
ssmItems[11]=["Trang cá nhân", "ucp.php", ""]
ssmItems[12]=["Tin nhắn", "ucp.php?i=166", ""]
ssmItems[13]=["Bài theo dõi", "ucp.php?i=main&mode=subscribed", ""]
ssmItems[14]=["Đánh dấu", "ucp.php?i=main&mode=bookmarks", "", 1, "no"]
ssmItems[15]=["Nháp", "ucp.php?i=main&mode=drafts", "", 1]
ssmItems[16]=["My Files", "ucp.php?i=attachments&mode=attachments", "", 1, "no"]
ssmItems[17]=["Chữ ký", "ucp.php?i=profile&mode=signature", "", 1]
ssmItems[18]=["Điều Hành"] //create header
ssmItems[19]=["Bảng Điều Khiển", "mcp.php", ""]

buildMenu();

//-->
// Laser - http://mangvn.org - 02/07/2009
