//One global variable to set, use true if you want the menus to reinit when the user changes text size (recommended):
resizereinit=true;

menu[1] = {
id:'menu1', //use unique quoted id (quoted) REQUIRED!!
fontsize:'100%', // express as percentage with the % sign
linkheight:22 ,  // linked horizontal cells height
hdingwidth:210 ,  // heading - non linked horizontal cells width
// Finished configuration. Use default values for all other settings for this particular menu (menu[1]) ///

menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["Menu Chính"], //create header
["Trang Chủ", "index.php", ""],
["Trang diễn đàn", "modules.php?name=Forums",""],
["Tin tức", "modules.php?name=News", ""],
["Tải về", "modules.php?name=files", ""],
["Thông báo mới", "modules.php?name=Forums&file=viewforum&f=3&sid", ""],
["Nội quy chung", "modules.php?name=Forums&file=viewforum&f=2&sid", ""],

["Tiện ích"], //create header
["Trợ giúp", "modules.php?name=Forums&file=faq", "",1, "no"],
["Tìm kiếm", "modules.php?name=Forums&file=search", "",1],

["Thành viên", "", ""], //create header
["Trang cá nhân", "modules.php?name=Forums&file=profile&mode=editprofile&sid", ""],
["Tin nhắn", "modules.php?name=Private_Messages&file=index&folder=inbox&sid", ""],

["Điều hành", "", ""], //create header
["Bảng điều khiển", "modules/Forums/admin/index.php", ""],

]}; // REQUIRED!! do not edit or remove

////////////////////Stop Editing/////////////////

make_menus();
