// JavaScript Document
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->

function jumpTo(url) {
	if( url != "" ) window.open(url,"_blank");
}
function GoTo(url) {
	if( url != "" ) window.open(url,"_blank");
}
function addToFavorite(favTitle){
if ((navigator.appVersion.indexOf("MSIE") > 0) && (parseInt(navigator.appVersion) >= 4)) {
window.external.AddFavorite(location.href, unescape(favTitle));
}
} 
function cheapest_rates() {
newWindow = window.open('http://www.abahotels.com/cheapest_rates.htm','newWin','width=520,height=160,resizable=no,toolbar=no,location=no,scrollbars=no')
}
function openSecure() {
newWindow = window.open('http://www.abahotels.com/secure.htm','newWin','width=500,height=450,resizable=yes,toolbar=no,location=no,scrollbars=yes')
}

function addNewsletter(str) {
url = "http://secure.hotel-accommodation.net/parisf/news/aba.php?Email=" + str;
newWindow = window.open(url,'newswin', 'width=550,height=300,resizeable=yes,toolbar=no,location=no,scrollbars=yes');
}

