
var bookmarkurl="http://www.esplorya.it"
var bookmarktitle="Esplorya"
function preferiti(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

function homepage() { 
if(document.all)
document.body.style.behavior='url(#default#homepage)';
document.body.setHomePage('http://www.esplorya.it');
}

function help() { 
window.open('http://www.esplorya.it/it/help.html','help','width=620,height=400,left=200,top=200,resizable=no,menubar=no,toolbar=no, scrollbars=1,locations=no,status=no');
}

function password() { 


}

function condizioni() { 
window.open('http://www.esplorya.it/it/condizioni.html','help','width=620,height=400,left=200,top=200,resizable=no,menubar=no,toolbar=no, scrollbars=1,locations=no,status=no');


}

function privacy() { 
window.open('http://www.esplorya.it/it/privacy.html','help','width=620,height=400,left=200,top=200,resizable=no,menubar=no,toolbar=no, scrollbars=1,locations=no,status=no');
}

function netiquette() { 
window.open('http://www.esplorya.it/it/netiquette.html','help','width=620,height=400,left=200,top=200,resizable=no,menubar=no,toolbar=no, scrollbars=1,locations=no,status=no');
}

function cerca() {
		if (document.ricerca.etada.value>document.ricerca.etaa.value){
			alert ("ATTENZIONE: Il imite massimo di età deve essere maggiore o uguale al limite minimo!");
			document.ricerca.etada.focus();
		}
		else{
			document.ricerca.submit()
		}
}

			
