﻿/***********************************************
* 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!!
bartext:'QUICK MENU',
fontsize:'120%', // express as percentage with the % sign
linkheight:28 ,  // linked horizontal cells height
hdingwidth:300 ,  // 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
["M E N U"], //create header
["Về trang chủ", "http://tpblog.us/index.php", ""],
["Góp ý blog", "http://tpblog.us/guestbook.php", ""],
["Subscribers", "http://feedburner.google.com/fb/a/mailverify?uri=tpblog/bXIH&loc=en_US", "_blank"],
["Đăng kí", "http://tpblog.us/login.php?job=register", ""],
["Liên hệ", "http://tpblog.us/index.php?act=contact", "_blank"],
["Rank - thứ hạng", "http://www.alexa.com/data/details/main?url=http://tpblog.us", "_blank"],
["Yêu cầu", "http://tpblog.us/read.php/1134.htm", "_blank"],
["Search", "http://www.google.com.vn/cse/home?cx=010040175831512826317:smzbe18zpnu", "_blank"],
["Shop", "http://tpblog.us/page.php?pageid=16", "_blank"],
["Liên Kết", "http://tpblog.us/page.php?pageid=17", "_blank"]
["M E N U"], //end

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


////////////////////Stop Editing/////////////////

make_menus();