/***********************************************
* Omni Slide Menu script - ｩ John Davenport Scheuer
* very freely adapted from Dynamic-FX Slide-In Menu (v 6.5) script- by maXimus
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full original source code
* as first mentioned in http://www.dynamicdrive.com/forums
* username:jscheuer1
***********************************************/

//One global variable to set, use true if you want the menus to reinit when the user changes text size (recommended):
resizereinit=true;

menu[3] = {
id:'kbmenu3', //use unique quoted id (quoted) REQUIRED!!
bartext:'QUICK GUIDE',
menupos:'right',
kviewtype:'fixed', 
menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["Hướng dẫn"], //create header
["Quy định", "http://www.thongtinnhatban.net/fr/t4711.htmh", ""],
["Gõ tiếng Việt", "http://www.thongtinnhatban.net/fr/t1439.html",""],
["Quên Mật Khẩu", "http://www.thongtinnhatban.net/fr/t7239.html", ""],
["Đổi mật khẩu", "http://www.thongtinnhatban.net/fr/t7240.html", ""],
["Tạo CLB", "http://www.thongtinnhatban.net/fr/t6996.html", ""],
["Hỏi Đáp", "http://www.thongtinnhatban.net/fr/t7242.html", ""],

["Bài mới", "http://www.thongtinnhatban.net/fr/search.php?do=getnews", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["TL mới", "http://www.thongtinnhatban.net/modules/Active_Topics/index.php", "",1],

["Truy cập nhanh", "", ""], //create header
["Cách đăng ký", "http://www.thongtinnhatban.net/fr/t1437.html", "_new"],
["Cách gửi bài", "http://www.thongtinnhatban.net/fr/t1438.html", "_new"],
["Lên đầu trang", "#top", ""]  //no comma after last entry

]}; // REQUIRED!! do not edit or remove

////////////////////Stop Editing/////////////////

make_menus();