	function windowsnews(){
	window.open("newsletter.asp?Submit=false","NewsLetter","'toolbr=no, location=no, status=no, resizable=no, menubar=no, width=470, height=300'")
	}
	
	function windowsinfo(){
	window.open("info.asp?Submit=false","Informazioni","'toolbr=no, location=no, status=no, resizable=no, menubar=no, width=470, height=300'")
	}
	
	function cataloghi(){
	window.open("scegli_catalogo.asp","Cataloghi","'toolbr=no, location=no, status=no, resizable=no, menubar=no, width=400, height=350'")
	}
	
	function infoviaggio(ID){
	window.open("infoviaggio.asp?Submit=false&ID=" + ID,"NewsLetter","'toolbr=no, location=no, status,no, resizable=no, menubar=no, width=470, height=300'")
	}
	
	function calendario(){
	window.open("test.asp","Calendario","'toolbr=no, location=no, status=no, resizable=no, menubar=no, width=180, height=200'")
	}
	
	function prenotaviaggio(ID){
	window.open("prenotaviaggio.asp?Submit=false&ID=" + ID +"&Livello=1","Prenotazione","'toolbr=no, location=no, status=no, resizable=no, menubar=no, width=470, height=550'")
	}
	
	function fotoviaggio(ID){
	window.open("fotoviaggio.asp?ID=" + ID,"Foto_del_viaggio","'toolbr=no, location=no, status=no, resizable=no, menubar=no, width=500, height=550'")
	}
	
	function fotoalbergo(ID){
	window.open("fotoalbergo.asp?ID=" + ID,"Foto_dell_albergo","'toolbr=no, location=no, status=no, resizable=no, menubar=no, width=500, height=550'")
	}
	
	function infoalbergo(ID){
	window.open("infoalbergo.asp?Submit=false&ID=" + ID,"NewsLetter","'toolbr=no, location=no, status,no, resizable=no, menubar=no, width=470, height=300'")
	}
	
	function Catalogo(ID){
		window.open("viaggi_catalogo.asp?Intro=True&Catalogo=" + ID,"Principale")
		window.close()
	}
