/***********************************************
* 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[1] = {
id:'menu1', //use unique quoted id (quoted) REQUIRED!!
fontsize:'80%', // express as percentage with the % sign
linkheight:18 ,  // linked horizontal cells height
hdingwidth:200 ,  // heading - non linked horizontal cells width, default is 210
// 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
["Thảo Luận"], //create header
["Đệm Hát", "http://guitarpro.vn/forumdisplay.php?f=63", ""],
["Cổ Điển", "http://guitarpro.vn/forumdisplay.php?f=64",""],
["Fingerstyle", "http://guitarpro.vn/forumdisplay.php?f=65", ""],
["Flamenco", "http://guitarpro.vn/forumdisplay.php?f=66", ""],
["E-Guitar - Bass", "http://guitarpro.vn/forumdisplay.php?f=72", ""],
["Thể Loại Khác", "http://guitarpro.vn/forumdisplay.php?f=68", ""],

["Radio Online", "http://guitarpro.vn/forumdisplay.php?f=89", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["MTV New", "http://guitarpro.vn/forumdisplay.php?f=11", "",1],

["Học Guitar Online", "", ""], //create header
["Video Hướng Dẫn", "http://guitarpro.vn/forumdisplay.php?f=22", ""], // _new nghĩa là mở ra cửa sổ mới
["Nhạc Lý Chuyên Sâu", "http://guitarpro.vn/forumdisplay.php?f=23", ""] , //no comma after last entry  : mục kết thúc thì không có dấu phẩy
["Học Guitar Đệm Hát", "http://guitarpro.vn/forumdisplay.php?f=82", ""] ,
["Học Guitar Classic", "http://guitarpro.vn/forumdisplay.php?f=83", ""] ,
["Download Guitar Pro 6", "http://guitarpro.vn/showthread.php?p=34527", ""] ,

["Thư Viện Âm Nhạc", "", ""], //create header
["Thư Viện Hợp Âm", "http://guitarpro.vn/forumdisplay.php?f=31", ""], // _new nghĩa là mở ra cửa sổ mới
["Thư Viện GP - Tab - Sheet", "http://guitarpro.vn/forumdisplay.php?f=32", ""] , //no comma after last entry  : mục kết thúc thì không có dấu phẩy
["Ebook Học Guitar", "http://guitarpro.vn/forumdisplay.php?f=43", ""] ,
["Phần Mềm Hỗ Trợ Guitar", "http://guitarpro.vn/forumdisplay.php?f=40", ""]


]}; // REQUIRED!! do not edit or remove


////////////////////Stop Editing - Chúc thành công/////////////////

make_menus();
