function addToFavorites() {
     if (document.all){
          window.external.AddFavorite(document.location.href, document.title);
     }else if (window.sidebar){ 
		   window.sidebar.addPanel(document.title, document.location.href,"");
     }else{
           alert("Sorry, your browser doesn't support this");
     }
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function opennewterms(sCountryID, sLocationID, sResGroupID, sGroupID) {
	var loc = 'http://www.argusrentals.com/' + "terms/car-agent-rental-conditions.asp?Country=" + sCountryID + "&LocationID=" + sLocationID + "&resgroupid=" + sResGroupID + "&groupid=" + sGroupID;
	iwin = window.open(loc,"popup","status=no,toolbar=no,location=no,menu=no,scrollbars=yes,top=50,left=150,width=700,height=600");
	if (parseInt(navigator.appVersion) >= 4) { iwin.window.focus(); }
}