<!--
function selectURL(nexturl) {
	if (nexturl != "") {
		window.top.location.href = nexturl;
	}
}
function addFav() {
      if(navigator.appVersion.indexOf("MSIE 6") != -1) {
        window.external.addFavorite("http://www.france-car-hire-rental.com", "France Car Hire");
    } else {
        alert("This function is available only for Internet Explorer 5...\nPress CTRL + D to add France Car Hire in your bookmarks !");
    }
}
function setHome() {
     if(navigator.appVersion.indexOf("MSIE 5") != -1) {
        oHomePage.setHomePage("http://www.france-car-hire-rental.com");
        event.returnValue = false;
    } else {
        alert("This function is available only for Internet Explorer 5 !");
    }
}
//-->