/***********************************************
* 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] = {
kviewtype:'absolute', 
keepinview:false, 
menutop: 20,
menupos:"right",  // Menu position - left, top, or right	
id:'menu3', //use unique quoted id (quoted) REQUIRED!!
linkheight:18 ,  // linked horizontal cells height
hdingwidth:200 ,  // heading - non linked horizontal cells width
bartext:"MUSICA",  // Text for 'draw' bar.  Quoted <img> tag may be used, ex: bartext:'<img src="../../scripts/my_bar.gif">',
menufont:"Courier",  // Font for menu, use any you like, defaults to sans-serif if not supported
barbgcolor:"#D90000",  // Background color for 'draw' bar
barcolor:"black",  // Text color for 'draw' bar
// 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

["MUSICA", "http://www.adrianotota.com/musica.html",""],
["> Baby Lores", "http://www.adrianotota.com/musica_baby.html", ""],
["> El Micha", "http://www.adrianotota.com/musica_micha.html", ""],
["> Andrea Maja", "http://www.adrianotota.com/musica_andrea.html", ""],
["> Boris SOS", "http://www.adrianotota.com/musica_boris.html", ""],
["> Cuba Latin Jazz", "http://www.adrianotota.com/musica_cubalatinjazz.html", ""],
["> Fresco", "http://www.adrianotota.com/musica_fresco.html",""],
["> Gemelos Son", "http://www.adrianotota.com/musica_gemelos.html", ""],
["> Havana express", "http://www.adrianotota.com/musica_havanaexpress.html", ""],
["> ng La Banda", "http://www.adrianotota.com/musica_labanda.html",""],
 
]}; // REQUIRED!! do not edit or remove
 
 
menu[2] = {
kviewtype:'absolute', 
keepinview:false, 
menutop:220,
menupos:"right",  // Menu position - left, top, or right
id:'menu1', //use unique quoted id (quoted) REQUIRED!!
linkheight:18 ,  // linked horizontal cells height
hdingwidth:200 ,  // heading - non linked horizontal cells width
bartext:"SIGARI",  // Text for 'draw' bar.  Quoted <img> tag may be used, ex: bartext:'<img src="../../scripts/my_bar.gif">',
menufont:"Courier",  // Font for menu, use any you like, defaults to sans-serif if not supported
barbgcolor:"#ffffff",  // Background color for 'draw' bar
barcolor:"black",  // Text color for 'draw' bar
// 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

["SIGARI", "http://www.adrianotota.com/sigari.html", ""],
["> Storia", "http://www.adrianotota.com/sigari_storia.html", ""],
["> Curiosita'", "http://www.adrianotota.com/sigari_curiosita.html",""],
["> Il tabacco", "http://www.adrianotota.com/sigari_tabacco.html", ""],
["> Il colore", "http://www.adrianotota.com/sigari_colore.html", ""],
["> Le tipologie", "http://www.adrianotota.com/sigari_tipologie.html", ""],
["> La conservazione", "http://www.adrianotota.com/sigari_conservazione.html", ""],
["> Il rito", "http://www.adrianotota.com/sigari_rito.html", ""],
["> Si giudica", "http://www.adrianotota.com/sigari_giudica.html", ""],

 ]}; // REQUIRED!! do not edit or remove
 

menu[3] = {
kviewtype:'absolute', 
keepinview:false, 
menutop:400,
menupos:"right",  // Menu position - left, top, or right	
id:'menu2', //use unique quoted id (quoted) REQUIRED!!
linkheight:18 ,  // linked horizontal cells height
hdingwidth:200 ,  // heading - non linked horizontal cells width
bartext:"CUBA",  // Text for 'draw' bar.  Quoted <img> tag may be used, ex: bartext:'<img src="../../scripts/my_bar.gif">',
menufont:"Courier",  // Font for menu, use any you like, defaults to sans-serif if not supported
barbgcolor:"#D90000",  // Background color for 'draw' bar
barcolor:"black",  // Text color for 'draw' bar
// 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

["CUBA", "http://www.adrianotota.com/cuba.html",""],
["> Stato e Territorio", "http://www.adrianotota.com/cuba_stato.html", ""],
["> Storia", "http://www.adrianotota.com/cuba_storia.html", ""],
["> Come spostarsi", "http://www.adrianotota.com/cuba_spostarsi.html",""],
["> A tavola", "http://www.adrianotota.com/cuba_tavola.html", ""],
["> Lo shopping", "http://www.adrianotota.com/cuba_shopping.html", ""],
["> Lo sport", "http://www.adrianotota.com/cuba_sport.html", ""],
["> Le serate", "http://www.adrianotota.com/cuba_sera.html", ""],
["> Indirizzi utili", "http://www.adrianotota.com/cuba_indirizzi.html", ""],
["> L'Avana", "http://www.adrianotota.com/cuba_avana_city.html", ""],
["> Altre citta'", "http://www.adrianotota.com/cuba_altre_city_01.html", ""],
["> Tesori di Isole", "http://www.adrianotota.com/cuba_isole.html", ""],
 
]}; // REQUIRED!! do not edit or remove
 
 


////////////////////Stop Editing/////////////////

make_menus();
