/*** 
This is the menu creation code - place it right after you body tag
Feel free to add this to a stand-alone js file and link it to your page.
**/
//Menu object creation

oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

//Menu properties   
oCMenu.pxBetween=14
oCMenu.fromLeft=0
oCMenu.fromTop=105
oCMenu.rows=1 
oCMenu.menuPlacement="center"
oCMenu.offlineRoot="" 
oCMenu.onlineRoot=""                                                              
oCMenu.resizeCheck=1
oCMenu.wait=1000 
oCMenu.fillImg=""
oCMenu.zIndex=0

//Netscape 4 and Opera form work-around !! !! !! !! !!
if(bw.ns4 || bw.op5 || bw.op6){
  oCMenu.onshow="document.layers?document.layers.formLayer.visibility='hidden':document.getElementById('formDiv').style.visibility='hidden';"
  oCMenu.onhide="document.layers?document.layers.formLayer.visibility='visible':document.getElementById('formDiv').style.visibility='visible';"
}

//Background bar properties

oCMenu.useBar=0
oCMenu.barWidth="900"
oCMenu.barHeight="menu" 
oCMenu.barClass="clBar"
oCMenu.barX=0 
oCMenu.barY=0
oCMenu.barBorderX=0
oCMenu.barBorderY=0
oCMenu.barBorderClass=""

//Level properties - ALL properties have to be specified in level 0

oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=78
oCMenu.level[0].height=20 
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=1
oCMenu.level[0].borderY=1
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=0
oCMenu.level[0].offsetY=0
oCMenu.level[0].rows=0
oCMenu.level[0].arrow=0
oCMenu.level[0].arrowWidth=2
oCMenu.level[0].arrowHeight=2
oCMenu.level[0].align="bottom"

//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this

oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=190
oCMenu.level[1].height=20
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=1
oCMenu.level[1].borderY=1
oCMenu.level[1].align="right" 
oCMenu.level[1].offsetX=-5
oCMenu.level[1].offsetY=-1
oCMenu.level[1].borderClass="clLevel1border"

//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to spesify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this

oCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[2].width=130
oCMenu.level[2].height=20
oCMenu.level[2].offsetX=0
oCMenu.level[2].offsetY=0
oCMenu.level[2].regClass="clLevel2"
oCMenu.level[2].overClass="clLevel2over"
oCMenu.level[2].borderClass="clLevel2border"
oCMenu.level[3]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[3].width=100
oCMenu.level[3].height=20
oCMenu.level[3].offsetX=0
oCMenu.level[3].offsetY=0
oCMenu.level[3].regClass="clLevel2"
oCMenu.level[3].overClass="clLevel2over"
oCMenu.level[3].borderClass="clLevel2border"

/******************************************

Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 

*************************************/

<!--Inizio voci menu-->

oCMenu.makeMenu('top0','','HOME','/','',40)

<!--menu Turitdirectory-->
oCMenu.makeMenu('top1','','VIAGGIARE','/','',70)

  	<!--submenu Notizie ed  idee per viaggiare-->
	oCMenu.makeMenu('sub10','top1','AREE DI SOSTA IN ITALIA','http://www.turismoitinerante.com/php/sosta/italia/search.php')

	<!--submenu AREE DI SOSTA IN EUROPA-->
	oCMenu.makeMenu('sub11','top1','AREE DI SOSTA IN EUROPA','http://www.turismoitinerante.com/php/sosta/europa/soeuropa.php3')	   
	<!--submenu SOSTA ROMA-->
	oCMenu.makeMenu('sub12','top1','SOSTA ROMA','http://www.turismoitinerante.com/site/sosta-roma') 			
	<!--submenu UTILIZZO DEL GPS-->
	oCMenu.makeMenu('sub13','top1','UTILIZZO DEL GPS','http://www.turismoitinerante.com/site/utilizzo-del-gps')
	<!--submenu CAMPEGGI ITALIA-->
	oCMenu.makeMenu('sub14','top1','CAMPEGGI ITALIA','http://www.turismoitinerante.com/campeggi/campsearch.php')
	
	<!--submenu AGRITURISMO-->
	oCMenu.makeMenu('sub15','top1','AGRITURISMO','http://www.turismoitinerante.com/campeggi/agrisearch.php')
	<!--submenu OSTERIE-->
	oCMenu.makeMenu('sub16','top1','OSTERIE','http://www.turismoitinerante.com/ps/cucina/osterie.shtml')

	<!--submenu UFFICI TURISTICI-->
	oCMenu.makeMenu('sub17','top1','UFFICI TURISTICI','http://www.turismoitinerante.com/php/uffturit.php3')

<!--fine menu VIAGGIARE-->

<!--menu METE-->
oCMenu.makeMenu('top2','','METE','/','',35)	

	<!--submenu DIARI SCELTI-->	
	oCMenu.makeMenu('sub20','top2','DIARI SCELTI','http://www.turismoitinerante.com/turitzine/itinerari-in-camper.php')	
		
	<!--submenu DIARI DI VIAGGIO-->	
	oCMenu.makeMenu('sub21','top2','DIARI DI VIAGGIO','http://www.turismoitinerante.com/php/diaridiviaggio.php')
	
	<!--submenu ULTIMI DIARI -->	
	oCMenu.makeMenu('sub22','top2','ULTIMI DIARI','http://www.turismoitinerante.com/site/category/diari-racconti-di-viaggio-in-camper/')	
		
	<!--submenu APPUNTAMENTI-->	
	oCMenu.makeMenu('sub23','top2','APPUNTAMENTI','/')	
     	oCMenu.makeMenu('sub200','sub23','SAGRE','http://www.turismoallariaaperta.com/category/news-2/appuntamenti/feste-e-sagre/')	 
		oCMenu.makeMenu('sub201','sub23','EVENTI','http://www.turismoallariaaperta.com/category/news-2/appuntamenti/eventi/')
		oCMenu.makeMenu('sub202','sub23','MOSTRE','http://www.turismoallariaaperta.com/category/news-2/appuntamenti/mostre/')
		oCMenu.makeMenu('sub203','sub23','FIERE','http://www.turismoallariaaperta.com/category/news-2/appuntamenti/fiere/')
     	oCMenu.makeMenu('sub204','sub23','RADUNI','http://www.turismoitinerante.com/site/tag/raduni/')		

<!--menu VADEMECUM-->
oCMenu.makeMenu('top3','','VADEMECUM','/','',80)

	<!--submenu FOTOGRAFIA-->	
	oCMenu.makeMenu('sub30','top3','FOTOGRAFIA','http://www.turismoitinerante.com/site/fotografia-istruzioni-per-luso/')	
	
	<!--submenu LE FREQUENZE RADIO-->	
	oCMenu.makeMenu('sub31','top3','LE FREQUENZE RADIO','http://www.turismoitinerante.com/site/frequenze-radiorai-di-om-e-mf-per-ogni-provincia/')	

	
	<!--submenu LIMITI DI VELOCITA-->	
	oCMenu.makeMenu('sub32','top3','LIMITI DI VELOCITA','http://www.turismoitinerante.com/site/limiti-di-velocita-in-europa-kmh/')	

	
	<!--submenu HO PRESO TUTTO?-->	
	oCMenu.makeMenu('sub33','top3','HO PRESO TUTTO?','http://www.turismoitinerante.com/site/chec-list-camper-ho-preso-tutto/')	

	
	<!--submenu VIAGGIARE IN PAESI LONTANI-->	
	oCMenu.makeMenu('sub34','top3','VIAGGIARE IN PAESI LONTANI','http://www.turismoitinerante.com/site/viaggiare-in-paesi-lontani/')	

	
	<!--submenu CARTA VERDE-->	
	oCMenu.makeMenu('sub35','top3','CARTA VERDE','http://www.turismoitinerante.com/site/la-carta-verde/')	

	
	<!--submenu SPECIALE ASSICURAZIONI-->	
	oCMenu.makeMenu('sub36','top3','SPECIALE ASSICURAZIONI','http://www.turismoitinerante.com/site/speciale-assicurazioni/')	



<!--menu RUBRICHE-->
oCMenu.makeMenu('top4','','RUBRICHE','/','',65)

	<!--submenu CANI E GATTI IN CAMPER-->	
	oCMenu.makeMenu('sub40','top4','CANI E GATTI IN CAMPER','http://www.turismoitinerante.com/site/cani-e-gatti-in-camper/')	

	<!--submenu SONDAGGI-->	
	oCMenu.makeMenu('sub41','top4','SONDAGGI','http://www.turismoitinerante.com/site/sondaggi')

	<!--submenu CUCINA-->	
	oCMenu.makeMenu('sub42','top4','CUCINA','/')

	<!--submenu NORMATIVE-->	
	oCMenu.makeMenu('sub43','top4','NORMATIVE','http://www.turismoitinerante.com/site/normative/')

	<!--submenu USATO DEI CONCESSIONARI-->	
	oCMenu.makeMenu('sub44','top4','USATO DEI CONCESSIONARI','http://www.turismoitinerante.com/site/category/campermarket/')

	<!--submenu MERCATINO-->	
	oCMenu.makeMenu('sub45','top4','MERCATINO','http://www.turismoitinerante.com/turitcafe/forumdisplay.php?f=246')

	<!--submenu ULTIME DAI CLUB-->	
	oCMenu.makeMenu('sub46','top4','ULTIME DAI CLUB','http://www.turismoitinerante.com/site/category/associazioni/')

	<!--submenu IL BUON CAMPERISTA-->	
	oCMenu.makeMenu('sub47','top4','IL BUON CAMPERISTA','/')	
	     	oCMenu.makeMenu('sub400','sub47','SENSIBILIZZAZIONE','http://www.turismoitinerante.com/site/campagna-sensibilizzazione-per-il-rispetto-dei-luoghi/')	 
			oCMenu.makeMenu('sub401','sub47','SINDACO','http://www.turismoitinerante.com/')	
			oCMenu.makeMenu('sub402','sub47','MANUALI','http://www.turismoitinerante.com/iniziative/manual.shtml')		     	
			oCMenu.makeMenu('sub403','sub47','DECALOGO','http://www.turismoitinerante.com/site/il-decalogo-del-camperista/')	

<!--menu DIRECTORY-->
oCMenu.makeMenu('top5','','DIRECTORY','/','',77)
		
	<!--submenu A-->	
	oCMenu.makeMenu('sub51','top5','PICCOLA NAUTICA','http://www.turismoitinerante.com/nautica/')
		
	<!--submenu A-->	
	oCMenu.makeMenu('sub52','top5','COSTRUTTORI DI TENDE','http://www.turismoitinerante.com/tendonline/')
		
	<!--submenu A-->	
	oCMenu.makeMenu('sub53','top5','KAMPTECH','http://www.turismoitinerante.com/kamptech/')
		
	<!--submenu A-->	
	oCMenu.makeMenu('sub54','top5','CLUB DI UTENTI','http://www.turismoitinerante.com/php/ass_club.php3')
		
	<!--submenu A-->	
	oCMenu.makeMenu('sub55','top5','RIMESSAGGI CAMPER','http://www.turismoitinerante.com/php/rimessaggio-camper.shtml')
		
	<!--submenu A-->	
	oCMenu.makeMenu('sub56','top5','ASSOCIATI ASSOCAMP','http://www.turismoitinerante.com/php/associati-assocamp.shtml')
		
	<!--submenu A-->	
	oCMenu.makeMenu('sub57','top5','NOLEGGIO CAMPER ITALIA','http://www.turismoitinerante.com/php/noleggio-camper.php')
		
	<!--submenu A-->	
	oCMenu.makeMenu('sub58','top5','NOLEGGIO CAMPER ESTERO','http://www.turismoitinerante.com/site/noleggio-camper-europa-mondo/')
		
	<!--submenu A-->	
	oCMenu.makeMenu('sub59','top5','CONCESSIONARI','http://www.turismoitinerante.com/php/conc_search.php')
		
	<!--submenu A-->	
	oCMenu.makeMenu('sub501','top5','TRAGHETTI','http://www.turismoitinerante.com/site/traghetti/')
		
	<!--submenu A-->	
	oCMenu.makeMenu('sub502','top5','BICI','http://www.turismoitinerante.com/site/passione-bicicletta/')
		
	<!--submenu A-->	
	oCMenu.makeMenu('sub503','top5','SITI TURISTICI','http://www.turismoitinerante.com/site/siti-turistici-in-italia/')
		
	<!--submenu A-->	
	oCMenu.makeMenu('sub504','top5','ANIMALI','http://www.turismoitinerante.com/site/animali/')	
		
	<!--submenu A-->	
	oCMenu.makeMenu('sub505','top5','PARCHI DIVERTIMENTO','http://www.turismoitinerante.com/site/parchi-divertimento/')	
		
	<!--submenu A-->	
	oCMenu.makeMenu('sub506','top5','PARCHI NATURALI','http://www.turismoitinerante.com/site/trekking-e-parchi/')	
		
	<!--submenu A-->	
	oCMenu.makeMenu('sub507','top5','SICUREZZA STRADALE','http://www.turismoitinerante.com/site/sicurezza-stradale/')	
		
	<!--submenu A-->	
	oCMenu.makeMenu('sub508','top5','POIGPS.COM','http://www.poigps.com/index.php')	
		
	<!--submenu A-->	
	oCMenu.makeMenu('sub509','top5','SERVIZI PER IL TURISMO','http://www.turismoitinerante.com/site/servizi-per-il-turismo-allaria-aperta/')		
			
	<!--submenu A-->	
	oCMenu.makeMenu('sub510','top5','COSTRUTTORI CAMPER','http://www.turismoitinerante.com/site/costruttori-di-camper-e-caravan/')	


<!--menu CONDIVIDIAMO-->
oCMenu.makeMenu('top6','','CONDIVIDIAMO','/','',100)

	<!--submenu FORUM-->	
	oCMenu.makeMenu('sub60','top6','FORUM','http://www.turismoitinerante.com/turitcafe/')
	
	<!--submenu INVIA IL TUO DIARI DI VIAGGIO-->	
	oCMenu.makeMenu('sub61','top6','IL TUO DIARIO DI VIAGGIO','http://www.turismoitinerante.com/site/inviaci/')
	
	<!--submenu INSERISCI IL TUO ANNUNCIO-->	
	oCMenu.makeMenu('sub62','top6','IL TUO ANNUNCIO','http://www.turismoitinerante.com/site/inviaci/')
	
	<!--submenu MANDACI LE TUE FOTO-->	
	oCMenu.makeMenu('sub63','top6','MANDACI LE TUE FOTO','http://www.turismoitinerante.com/site/inviaci/')
	
	<!--submenu SEGNALA L'AREA DI SOSTA IN ITALIA-->	
	oCMenu.makeMenu('sub64','top6','SEGNALA AREA DI SOSTA(IT)','http://www.turismoitinerante.com/site/inviaci/')
	
	<!--submenu SEGNALA AREA DI SOSTA (EU)-->	
	oCMenu.makeMenu('sub65','top6','SEGNALA AREA DI SOSTA(EU)','http://www.turismoitinerante.com/site/inviaci/')
	
	<!--submenu SEGNALA UN OSTERIA-->	
	oCMenu.makeMenu('sub66','top6','SEGNALA UN OSTERIA','http://www.turismoitinerante.com/site/inviaci/')
	
	<!--submenu INVIA LA TUA RICETTA-->	
	oCMenu.makeMenu('sub67','top6','INVIA LA TUA RICETTA','http://www.turismoitinerante.com/site/inviaci/')
	
	<!--submenu SEGNALA IL TUO MECCANICO-->	
	oCMenu.makeMenu('sub68','top6','SEGNALA IL TUO MECCANICO','http://www.turismoitinerante.com/site/inviaci/')
		
	<!--submenu PRESENTACI I TUOI ANIMALI-->	
	oCMenu.makeMenu('sub69','top6','PRESENTACI I TUOI ANIMALI','http://www.turismoitinerante.com/site/inviaci/')
		
	<!--submenu SEGNALA IL RADUNO-->	
	oCMenu.makeMenu('sub601','top6','SEGNALA IL RADUNO','/')	


<!--menu AMICI DI TI-->
oCMenu.makeMenu('top7','','AMICI DI TI','',110)

	<!--submenu LA TESSERA-->	
	oCMenu.makeMenu('sub70','top7','LA TESSERA','http://www.turismoitinerante.com/site/tessera-turit-amici-turismo-itinerante')		

	<!--submenu LE CONVENZIONI-->	
	oCMenu.makeMenu('sub71','top7','LE CONVENZIONI','http://www.turismoitinerante.com/site/le-convenzioni-di-turismo-itinerante/')		
	
	<!--submenu GRANDI VIAGGI-->	
	oCMenu.makeMenu('sub72','top7','GRANDI VIAGGI','http://www.turismoitinerante.com/site/category/grandiviaggi/')		
	
	<!--submenu PUNTI DI INCONTRO-->	
	oCMenu.makeMenu('sub73','top7','PUNTI DI INCONTRO','http://www.turismoitinerante.com/site/pit-punti-di-incontro-turit')		


<!--menu TECNICA-->
oCMenu.makeMenu('top8','','TECNICA','','',60)	  

	<!--submenu FAI DA TE-->	
	oCMenu.makeMenu('sub80','top8','FAI DA TE','http://www.turismoitinerante.com/site/category/fai_da_te_in_camper/')		

	<!--submenu LE SPINE NEL MONDO-->	
	oCMenu.makeMenu('sub81','top8','LE SPINE NEL MONDO','http://www.turismoitinerante.com/site/spine-nel-mondo/')		

	<!--submenu IL FUNZIONAMENTO DEL FRIGO TRIVALENTE-->	
	oCMenu.makeMenu('sub82','top8','IL FRIGO TRIVALENTE','http://www.turismoitinerante.com/site/il-frigo-trivalente/')	

	<!--submenu GLI PNEUMATICI-->	
	oCMenu.makeMenu('sub83','top8','GLI PNEUMATICI','http://www.turismoitinerante.com/site/vademecum-pneumatici/')

	<!--submenu GPL IN CAMPER-->	
	oCMenu.makeMenu('sub84','top8','GPL IN CAMPER','http://www.turismoitinerante.com/site/i-gas-di-petrolio-liquefatti-gpl-in-camper/')	

	<!--submenu CB: ALFABETO FONETICO-->	
	oCMenu.makeMenu('sub85','top8','CB: ALFABETO FONETICO','http://www.turismoitinerante.com/site/cb-alfabeto-fonetico-vocabolario/')	

<!--menu SU DUI NOI-->
oCMenu.makeMenu('top9','','SU DI NOI','','',90)
	<!--submenu CHI SIAMO-->
	oCMenu.makeMenu('sub90','top9','CHI SIAMO','http://www.turismoitinerante.com/site/chi_siamo/')
	<!--submenu COME ERAVAMO-->
	oCMenu.makeMenu('sub91','top9','COME ERAVAMO','http://www.turismoitinerante.com/site/come-eravamo/')
	<!--submenu DICONO DI NOI-->
	oCMenu.makeMenu('sub92','top9','DICONO DI NOI','http://www.turismoitinerante.com/site/dicomo-di-noi/')
	<!--submenu PUBBLICITA'-->
	oCMenu.makeMenu('sub92','top9','PUBBLICITA','http://www.turismoitinerante.com/site/pubblicita/')	

<!--menu CONTATTI-->
oCMenu.makeMenu('top10','','CONTATTI','http://www.turismoitinerante.com/site/contattaci','',60)


//Leave this line - it constructs the menu

oCMenu.construct()

