/***********************************************
* 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:'BACA INFORMASI PENTING DISINI',
menupos:'left',
kviewtype:'absolute',
menuspeed:23,    // Speed of menu sliding smaller is faster (interval of milliseconds)
menupause:3131,   // How long menu stays out when mouse leaves it (in milliseconds)
d_colspan:3,     // Available columns in menu body as integer
fontsize:'100%', // express as percentage with the % sign
barcolor:'#F0F0F0',        // bar (the vertical cell) text color
barbgcolor:'#990000',   // bar (the vertical cell) background color
barfontweight:'bold',    // bar (the vertical cell) font weight
baralign:'center',       // bar (the vertical cell) right left or center text alignment
menufont:'verdana',      // menu font
borderwidth:1,
outbrdcolor:'lightblue',  // outer border color
outbrdstyle:'inset',     // outer border style (solid, dashed, inset, etc.)
linkheight:30 ,  // linked horizontal cells height
hdingwidth:313,  // heading - non linked horizontal cells width
hdingcolor:'white',      // heading - non linked horizontal cells text color
hdingbgcolor:'#990000',  // heading - non linked horizontal cells background color
hdingfontweight:'bold',  // heading - non linked horizontal cells font weight
hdingvalign:'middle',    // heading - non linked horizontal cells vertical align (top, middle or center)
hdingtxtalign:'center',    // heading - non linked horizontal cells right left or center text alignment
// 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
["INFORMASI PENTING !!!"], //create header
["1. Apa itu Forex Trading ?", "forex.php", ""],
["2. Tips & Saran Trading", "tipstrading.php", ""],
["3. Cara Daftar MasterForex", "caramendaftar_masterforex.php", ""],
["4. Cara Daftar Liberty", "caramendaftar_libertyreserve.php", ""],
["5. Cara Install Software", "installrobot.php", ""],
["6. Cara Kerja Software", "kerjarobot.php", ""],
["7. Sewa Personal VPS", "vps_personal.php", ""],

[".:: FREE DOWNLOAD ::.", "", ""], //create header
["- FREE LIVE ROBOT TRADING", "order_free.php", ""],
["- FREE DEMO ROBOT TRADING", "demo.php", ""],
["- FREE FOREX SIGNALS", "signals.php", ""],

[".:: FOREX BROKER LINKS ::.", "", ""], //create header
["- LITEFOREX", "http://www.liteforex.org/default.php?uid=900000706", "_new"],
["- E-GLOBALFOREX", "http://www.eglobal-forex.com/?affid=09f95bd", "_new"],
["- MASTERFOREX", "http://www.masterforex.org/?id=168", "_new"],
["- FXOPEN", "http://fxopen.com?agent=26715", "_new"],
["- INSTAFOREX", "http://instaforex.com/index.php?x=DWF", "_new"],

[".:: BECOME PARTNER ::.", "", ""], //create header
["- BECOME BUSINESS PARTNER", "partners.php", ""],

[".:: DONASIKAN PROFITMU ::.", "donasi.php", ""] //no comma after last entry


]}; // REQUIRED!! do not edit or remove



////////////////////Stop Editing/////////////////


make_menus();