function TrouverAgence() {
	var fen=window.open('https://fc1.1bis.com/societegenerale2/default.asp?info=eia','newWin','width=855,height=625,toolbar=no,scrollbars=yes,resizable=yes,statusbar=no,top=0,left=0');
}

var isIE = (document.all);
var isNN6 = (!isIE) && (document.getElementById); 


function isvalidEmail(email)
	{
		var verif     = /^[a-zA-Z0-9_.-]+@[a-zA-Z0-9-]{2,}[.][a-zA-Z]{2,3}$/
		if (verif.exec(email) == null)return false;
		else return true;
	}
	
function display_print_page(){
	loc = document.location.href;
	if(loc.indexOf("/EIA?")!=-1)document.location.href=loc+"&option=print";
	else if(loc.indexOf("/EIA-")!=-1)
		{
			loc = loc.substring(0,loc.indexOf("/EIA-")+5)+"option-print-"+loc.substring(loc.indexOf("/EIA-")+5);
			document.location.href=loc;
		}
}

function printpage(){
	print();
}