/***********************************************
* 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:'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 Utama"], //create header
["Home", "http://www.smartoxy.com/index.php?m=35", ""],
["SmartOxy News", "http://www.smartoxy.com/index.php?m=55",""],
["FAQ", "http://www.smartoxy.com/index.php?m=37", ""],
["Contact", "http://www.smartoxy.com/index.php?m=38", ""],
["Join", "http://www.smartoxy.com/index.php?m=36", ""],
["Login", "http://www.smartoxy.com/index.php?m=11", ""],
["Check Bonus", "http://www.oxycjdw.com/member.php", "_new"],

["Sub Menu Utama", "", ""], //create header
["Profil Perusahaan", "http://www.smartoxy.com/index.php?m=45", ""],
["Profil Admin", "http://www.smartoxy.com/index.php?m=68", ""],
["Produk", "http://www.smartoxy.com/index.php?m=57", ""],
["Marketing Plan", "http://www.smartoxy.com/index.php?m=30", ""],
["Demo Produk", "http://www.smartoxy.com/index.php?m=31", ""],
["Fasilitas Member", "http://www.smartoxy.com/index.php?m=51", ""],
["Kisah Sukses", "http://www.smartoxy.com/index.php?m=47", ""],
["Cara Bergabung", "http://www.smartoxy.com/index.php?m=33", ""],
["Daftar Stokist", "http://www.smartoxy.com/index.php?m=34", ""],
["Motivasi", "http://www.smartoxy.com/index.php?m=54&cat=20051102114539", ""],
["CJDW News", "http://www.oxycjdw.com/news.php", "_new"],
["Testimony", "http://oxycjdw.com/testimony.php", "_new"],
["Galeri", "http://www.smartoxy.com/index.php?m=67", ""]  //no comma after last entry

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



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

make_menus();