/***********************************************
* 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
*<style type="text/css">
*#menu1 a {color:black;background-color:#FFFFE0;text-decoration=bold;text-*indent:1ex;}
*#menu1 a:active {color:black;text-decoration:bold;}
*#menu1 a:hover {color:black;background-color:#FFFF99}
*#menu1 a:visited {color:black;text-decoration:none;}
*</style>

***********************************************/

//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!!
menupos:"right",
menutop:330, 
hdingwidth:149,
hdingheight:20,
linkheight:16, 
borderwidth:1, 
bordercolor:"#B96D00",
linktopad:1, 
linktxtalign:"center",
  
fontsize:'100%', // express as percentage with the % sign
linkheight:30 ,  // linked horizontal cells height
menufont:"georgia",  // Font for menu, use any you like, defaults to sans-serif if not supported
fontsize:"110%",  // Font size, use quoted percent value

d_colspan:2,
bartext:"BUSQUEDA-SEARCH",
barwidth:28,  
barcolor:"#B96D00",  // Text color for 'draw' bar
barbgcolor:"black",  // Background color for 'draw' bar
barfontweight:"bold",  // Bar font weight
baralign:"Center",  // Bar text align
wrapbar:false,
outbrdwidth:1,  // Outer border, ex: outbrdwidth:'5px', or outbrdwidth:'2px 3px 2px 5px',
outbrdcolor:"white",  // Outer border color
outbrdstyle:"outset",  // Outer border style ('solid', 'dashed', 'outset', etc.)

menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["Inici/Top", "#", ""],
["A", "#A", "", 1, "no"],
["B", "#B", "", 1 ],
["C", "#C", "", 1, "no"],
["D", "#D", "", 1 ],
["E", "#E", "", 1, "no"],
["F", "#F", "", 1 ],
["G", "#G", "", 1, "no"],
["H", "#H", "", 1 ],
["I", "#I", "", 1, "no"],
["J", "#J", "", 1 ],
["K", "#K", "", 1, "no"],
["L", "#L", "", 1 ],
["M", "#M", "", 1, "no"],
["N", "#N", "", 1 ],
["O", "#O", "", 1, "no"],
["P", "#P", "", 1 ],
["Q", "#Q", "", 1, "no"],
["R", "#R", "", 1 ],
["S", "#S", "", 1, "no"],
["T", "#T", "", 1 ],
["U", "#U", "", 1, "no"],
["V", "#V", "", 1 ],
["W", "#W", "", 1, "no"],
["X", "#X", "", 1 ],
["Y", "#Y", "", 1, "no"],
["Z", "#Z", "", 1 ],
["Final/End", "#Final", ""],





]}; // REQUIRED!! do not edit or remove


make_menus();
