//Sidenavigation
menu = new Image();
menu.src = "img/menu_ON.gif";
menu2 = new Image();
menu2.src = "img/menu_OFF.gif";

function menuOn(menu) {
		if (document.getElementById) document.getElementById(menu).style.backgroundImage = 'url(img/menu_ON.gif)';
}
function menuOut(menu) {
//var activeSubSec = document.hid_activeSec.hid_subNavFunc.value;
	if(activeSubSec == menu){
		if (document.getElementById) document.getElementById(menu).style.backgroundImage = 'url(img/menu_ON.gif)';
	} else{
		if(document.getElementById) document.getElementById(menu).style.backgroundImage = 'url(img/menu_OFF.gif)';
	}
}
//***************** menu de arriba

menu1 = new Image();
menu1.src = "img/menu1_ON.gif";
menu12 = new Image();
menu12.src = "img/menu1_OFF.gif";

function menuOn1(menu) {
		if (document.getElementById) document.getElementById(menu).style.backgroundImage = 'url(img/menu1_ON.gif)';
}
function menuOut1(menu) {
//var activeSubSec = document.hid_activeSec.hid_subNavFunc.value;
	if(activeSubSec1 == menu){
		if (document.getElementById) document.getElementById(menu).style.backgroundImage = 'url(img/menu1_ON.gif)';
	} else{
		if(document.getElementById) document.getElementById(menu).style.backgroundImage = 'url(img/menu1_OFF.gif)';
	}
}


//***********************************


function OpenPisaairport()
{ 
myWindow = window.open("http://www.pisa-airport.com", "window", "width=512,height=384,location=yes,menubar=yes,personalbar=yes,resizable=yes,scrollbars=yes,toolbar=yes"); 
myWindow.focus(); 
} 



function OpenSafnet()
{ 
myWindow = window.open("http://www.safnet.it/pagine/a_inglese/index-ing.htm", "window", "width=512,height=384,location=yes,menubar=yes,personalbar=yes,resizable=yes,scrollbars=yes,toolbar=yes"); 
myWindow.focus(); 
} 


function Opentrenitalia()
{ 
myWindow = window.open("http://www.trenitalia.it", "window", "width=512,height=384,location=yes,menubar=yes,personalbar=yes,resizable=yes,scrollbars=yes,toolbar=yes"); 
myWindow.focus(); 
} 


function Openataf()
{ 
myWindow = window.open("http://www.ataf.net", "window", "width=512,height=384,location=yes,menubar=yes,personalbar=yes,resizable=yes,scrollbars=yes,toolbar=yes"); 
myWindow.focus(); 
} 


function Openlazzi()
{ 
myWindow = window.open("http://www.lazzi.it", "window", "width=512,height=384,location=yes,menubar=yes,personalbar=yes,resizable=yes,scrollbars=yes,toolbar=yes"); 
myWindow.focus(); 
} 




function Openscuolaleonardo()
{ 
myWindow = window.open("http://www.scuolaleonardo.com/Italian-language-school-Florence.html", "window", "width=512,height=384,location=yes,menubar=yes,personalbar=yes,resizable=yes,scrollbars=yes,toolbar=yes"); 
myWindow.focus(); 
} 


function Openistitutoeuropeo()
{ 
myWindow = window.open("http://www.istitutoeuropeo.it", "window", "width=512,height=384,location=yes,menubar=yes,personalbar=yes,resizable=yes,scrollbars=yes,toolbar=yes"); 
myWindow.focus(); 
} 


function Opencursoitaliano()
{ 
myWindow = window.open("http://www.curso-italiano.com/lengua_italiana_cursos_generales.html", "window", "width=512,height=384,location=yes,menubar=yes,personalbar=yes,resizable=yes,scrollbars=yes,toolbar=yes"); 
myWindow.focus(); 
} 




function Openfirenze()
{ 
myWindow = window.open("http://www.sbas.firenze.it", "window", "width=512,height=384,location=yes,menubar=yes,personalbar=yes,resizable=yes,scrollbars=yes,toolbar=yes"); 
myWindow.focus(); 
} 


function Openprovincia()
{ 
myWindow = window.open("http://www.provincia.fi.it", "window", "width=512,height=384,location=yes,menubar=yes,personalbar=yes,resizable=yes,scrollbars=yes,toolbar=yes"); 
myWindow.focus(); 
} 


function Openregione()
{ 
myWindow = window.open("http://www.regione.toscana.it", "window", "width=512,height=384,location=yes,menubar=yes,personalbar=yes,resizable=yes,scrollbars=yes,toolbar=yes"); 
myWindow.focus(); 
} 


function Opencomune()
{ 
myWindow = window.open("http://www.comune.firenze.it", "window", "width=512,height=384,location=yes,menubar=yes,personalbar=yes,resizable=yes,scrollbars=yes,toolbar=yes"); 
myWindow.focus(); 
} 



function Openminlavoro()
{ 
myWindow = window.open("http://www.minlavoro.it", "window", "width=512,height=384,location=yes,menubar=yes,personalbar=yes,resizable=yes,scrollbars=yes,toolbar=yes"); 
myWindow.focus(); 
} 



function Openpaginegialle()
{ 
myWindow = window.open("http://www.paginegialle.it", "window", "width=512,height=384,location=yes,menubar=yes,personalbar=yes,resizable=yes,scrollbars=yes,toolbar=yes"); 
myWindow.focus(); 
} 

