<!--

/*
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="black";
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="#000000";
hdrAlign="Right";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Right";
barBGColor="#ffffff";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=15; // no quotes!!
barText=" Menu tiện ích trên site"; // <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ủ", "index.php", ""]
ssmItems[2]=["Sản phẩm", "modules.php?name=Shop", ""]
ssmItems[3]=["Thông tin", "modules.php?name=News", ""]
ssmItems[4]=["Tin thời sự", "modules.php?name=AutoNews", ""]
ssmItems[5]=["Sơ đồ site", "modules.php?name=Sitemap",""]
ssmItems[6]=["Tin nhắn nội bộ", "modules.php?name=Private_Messages", ""]
ssmItems[7]=["Tiện Ích"]
ssmItems[8]=["Web hay ", "modules.php?name=Weblinks", ""]
ssmItems[9]=["Albums - Hình ảnh", "modules.php?name=Albums", ""]
ssmItems[10]=["Dịch tự động", "modules.php?name=AutoTranslate", ""] //create two column row
ssmItems[11]=["Tải files", "modules.php?name=Files", ""]
ssmItems[12]=["RSS", "modules.php?name=Rss", "no"]
ssmItems[13]=["Gửi bài viết", "modules.php?name=Addnews", "no"]

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

ssmItems[14]=["Liên hệ"] //create header
ssmItems[15]=["Ban Quản Trị", "modules.php?name=Contact", ""]
ssmItems[16]=["Hỗ trợ: Hỏi&Đáp", "modules.php?name=Support", ""]
ssmItems[17]=["Thành viên"] //create header
ssmItems[18]=["Đăng nhập/Thoát", "modules.php?name=Your_Account", ""]
ssmItems[19]=["Đăng ký", "modules.php?name=Your_Account&op=new_user", ""]
ssmItems[20]=["Tin nhắn riêng", "modules.php?name=Your_Account&redirect=privmsg&folder=inbox", ""]
ssmItems[21]=["Diễn đàn - Forum", "modules.php?name=Forums", ""]
ssmItems[22]=["Danh sách thành viên", "modules.php?name=Members_List", ""]
ssmItems[23]=["Tìm kiếm trong forum", "modules.php?name=Forums&file=search", ""]
buildMenu();

//-->
// Laser - http://mangvn.org - 09/02/2006
