/***********************************************
* 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:'Opciones',
menupos:'right',
kviewtype:'fixed', 
menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["Menú"], //create header
["X-TraRoms", "http://x-traroms.mforos.com", ""],
["Ir al foro", "http://x-traroms.mforos.com/forums",""],
["Ir a las roms", "http://x-traroms.mforos.com/1743909-descargas-roms-nds/", ""],
["Ir a las homebrews", "http://x-traroms.mforos.com/1732207-descargas-homebrews/", ""],
["Pide tu juego de NDS", "http://x-traroms.mforos.com/tagboard", ""],
["Afilianos", "http://x-traroms.mforos.com/1728399/8817850-afiliate-a-x-traroms-oficial/", ""],

["FAQ", "http://x-traroms.mforos.com/faq/", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Contacto", "http://servicios.miarroba.com/whois/?url=x-traroms.mforos.com", "",1],

["Afiliados", "", ""], //create header
["Wii cheats hispanos", "http://mkwcheatscodes.creatuforo.com", "_new"],
["Vacante", "http://x-traroms.mforos.com", "_new"],
["Vacante", "http://x-traroms.mforos.com", "_new"]  //no comma after last entry

]}; // REQUIRED!! do not edit or remove

////////////////////Stop Editing/////////////////

make_menus();