Shadowbox.init({
    modal: true,
    overlayOpacity: "0.5"
});
function openTerms(){
	window.open("./terms/terms.jsp", "TERMS");
}
function openPrivacy(){
	window.open("./terms/privacy.jsp", "PRIVACY");
}
function openSecure(){
	window.open("./terms/secure.jsp", "SECURE");
}
function hotelList(){
	document.getElementById('formHotelList').submit();
}
function retrieve(){
	document.getElementById('formRetrieve').submit();
}

function Lang(lingua){
	document.getElementById('form_lang_language').value=lingua;
	document.getElementById('FORM_LANG').submit();
}
