﻿/***********************************************
* 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:'mnu1', //use unique quoted id (quoted) REQUIRED!!
fontsize:'80%', // express as percentage with the % sign
linkheight:18 ,  // linked horizontal cells height
hdingwidth:250 ,  // 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
["VietnamLearning"], //create header
//["Trang Chủ", "http://vietnamlearning.vn", "_new"],// _new nghĩa là mở ra cửa sổ mới
["Học thử", "http://www.vietnamlearning.vn/mienphi/", "_new"],
["Mua hàng", "http://www.vietnamlearning.vn/shop","_new"],
["Nạp thẻ", "http://vietnamlearning.vn/shop/cardProcess.html","_new"],
["Trợ giúp", "http://vietnamlearning.vn/help","_new"],
["Pre test", "#",""],
["Đăng nhập", "http://login.vietnamlearning.vn",""]

//["Thư viện khóa học"],
//["Kỹ năng mềm", "http://www.vietnamlearning.com.vn/shop/listCourseInParentCate.html?id=1", "_new"],
//["Kỹ năng marketing - Bán hàng", "http://www.vietnamlearning.com.vn/shop/listCourseInParentCate.html?id=2", "_new"],
//["Kỹ năng dịch vụ khách hàng", "http://www.vietnamlearning.com.vn/shop/listCourseInParentCate.html?id=4", "_new"],
//["Kỹ năng quản lý nhân sự", "http://www.vietnamlearning.com.vn/shop/listCourseInParentCate.html?id=5", "_new"],
//["Kỹ năng lãnh đạo", "http://www.vietnamlearning.com.vn/shop/listCourseInParentCate.html?id=6", "_new"],
//["Kỹ năng quản lý", "http://www.vietnamlearning.com.vn/shop/listCourseInParentCate.html?id=7", "_new"],
//["Bộ ứng dụng Microsoft Office", "http://www.vietnamlearning.com.vn/shop/listCatalogs.html#fragment-14", "_new"],
//["Thư viện các kỹ năng tin học", "http://www.vietnamlearning.com.vn/shop/listCatalogs.html#fragment-15", "_new"],

//["Diễn đàn", "", ""], //create header
//["Kiến thức E-Learning", "http://forum.vietnamlearning.com.vn/forumdisplay.php?f=4", ""], 
//["Kỹ năng kinh doanh", "http://forum.vietnamlearning.com.vn/forumdisplay.php?f=8", ""],
//["Kỹ năng tin học", "http://forum.vietnamlearning.com.vn/forumdisplay.php?f=9", ""], 
//["Microsoft Office", "http://forum.vietnamlearning.com.vn/forumdisplay.php?f=34", ""]  //no comma after last entry  : mục kết thúc thì không có dấu phẩy

]}; // REQUIRED!! do not edit or remove


////////////////////Stop Editing - Chúc thành công/////////////////

make_menus();
