<!--
	
	function change_photo(choix) {
		document.images["espace_photo"].src = choix ;
	}
	
	function reference_bien() {
		choix  = document.forms["form_criteres"].elements["reference"].selectedIndex ;
		valeur = document.forms["form_criteres"].elements["reference"].options[choix].value ;
		window.location.href = valeur ;
	}
	
	function lien_externe() { 
		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" ; 
		}
	}
	
	function noclick() {
		if (event.button==2) alert('Agence Françoise Dufossé Immobilier\n144 avenue de la Côte Vermeille\n66140 CANET-PLAGE') ;
	}
	document.onmousedown = noclick ;
	window.onload = lien_externe ;
	
	function newwin(url) {
		window.open(url,"popuplinkeo",'width=380,height=350,top=5,left=5,toolbar=no,location=no, directories=no, status=no, scrollbars=no, resizable=1');
	}
-->