	function favoris()
		{ 
			if ( navigator.appName != 'Microsoft Internet Explorer' )
				{ 
					window.sidebar.addPanel('Orpi Immobilier : www.orpi-auvergne.com','http://www.orpi-auvergne.com',''); 
				} 
			else 
				{ 
					window.external.AddFavorite("http://www.orpi-auvergne.com","Orpi Immobilier : www.orpi-auvergne.com"); 
				} 
		} 

function affichage_popupoutils(Outils, Services)
				{
				window.open (Outils, Services, config='height=550, width=750, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no, status=no')
				}

function changeDIV ( idtt ) 
{
	

	if (idtt == "1")
	{
		// cas location
		
		// imput hidden
		elt_moteur = document.getElementById("idtt_moteur");
		if(elt_moteur)
		{
			elt_moteur.value="1";
		}
		
		// image de fond
		elt_moteur = document.getElementById("Moteur");		
		if(elt_moteur)
		{
			elt_moteur.id = "Moteur2";
		}
		
		// lien direct
		elt_moteur = document.getElementById("PlusRecherche");		
		if(elt_moteur)
		{
			elt_moteur.innerHTML = "<a href=\"http://www.orpi-auvergne.com/recherche,classic.htm?idtt=1\" title=\"Agence immobilière Orpi\">Nos annonces de locations</a>";
		}
	}
	
		

	if (idtt == "2")
	{
		// cas vente
		elt_moteur = document.getElementById("idtt_moteur");
		if(elt_moteur)
		{
			elt_moteur.value="2";
		}		
		elt_moteur = document.getElementById("Moteur2");
		
		if(elt_moteur)
		{
			elt_moteur.id = "Moteur";
		}
		
		// lien direct
		elt_moteur = document.getElementById("PlusRecherche");		
		if(elt_moteur)
		{
			elt_moteur.innerHTML = "<a href=\"http://www.orpi-auvergne.com/recherche,classic.htm?idtt=2\" title=\"Agence immobilière Orpi\">Nos annonces de ventes</a>";
		}
	}
}<!-- ID3x v4.60 - X19 - 00.014.490 - none - 10/03/2010 22:20:11 - scripts\fonctions.js -->