<!--
function selectURL(nexturl) {
	if (nexturl != "") {
		window.top.location.href = nexturl;
	}
}
function addFav() {
      if(navigator.appVersion.indexOf("MSIE 6") != -1) {
        window.external.addFavorite("http://www.spain-car-hire-rental.com", "Auto Espagne -Spain Car Hire");
    } else {
        alert("This function is available only for Internet Explorer 5...\nPress CTRL + D to Add Auto Espagne to your bookmarks !");
    }
}
function setHome() {
     if(navigator.appVersion.indexOf("MSIE 5") != -1) {
        oHomePage.setHomePage("http://www.spain-car-hire-rental.com");
        event.returnValue = false;
    } else {
        alert("This function is available only for Internet Explorer 5 !");
    }
}
function puChange()
{
	document.getQuote.dotown.selectedIndex = document.getQuote.putown.selectedIndex;
}

function monthChange()
{
	document.getQuote.domonth.selectedIndex = document.getQuote.pumonth.selectedIndex;
}
function externalLinks() { 
 if (!document.getElementsByTagName) return; 
 var anchors = document.getElementsByTagName("a"); 
 for (var i=0; i<anchors.length; i++) { 
   var anchor = anchors[i]; 
   if (anchor.getAttribute("href") && 
       anchor.getAttribute("rel") == "external") 
     anchor.target = "_blank"; 
 } 
} 
window.onload = externalLinks;
//-->