// JavaScript Document

function ChangeUrl(formulaire)
	{
	if (formulaire.ListeUrl.selectedIndex != 0)
		{
		location.href = formulaire.ListeUrl.options[formulaire.ListeUrl.selectedIndex].value;
	 	}
	else 
		{
		alert('Veuillez choisir un programme.');
		}
	}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function addFavorite() 
{
	
	qtitle = "Euroval Patrimoine | Immobilier neuf : résidence principale, investissement immobilier, défiscalisation loi de robien, borloo, lmp, lmnp, demessine zrr, girardin";

	if( window.sidebar && window.sidebar.addPanel ) {
		//Gecko (Netscape 6 etc.) - add to Sidebar
		window.sidebar.addPanel(qtitle,'http://www.euroval.fr', '' );
	} else if( window.external && ( navigator.platform == 'Win32' ||
		  ( window.ScriptEngine && ScriptEngine().indexOf('InScript') + 1 ) ) ) {
		//IE Win32 or iCab - 
		window.external.AddFavorite('http://www.euroval.fr',qtitle);
	} else if( window.opera && window.print ) {
		//Opera 6+ - add as sidebar panel to Hotlist
		return true;
	} else if( document.layers ) {
		//NS4 & Escape - tell them how to add a bookmark quickly (adds current page,
		//not target page)
		window.alert( 'Cliquez sur les touches Ctrl+D pour ajouter ce site à vos favoris' );
	} else {
		//other browsers - tell them to add a bookmark (adds current page, not target page)
		window.alert( 'Merci d\'ajouter ce site en utilisant le menu Favoris > Ajouter aux favoris' );
	}
	return false;
}
