/**
* Flash Agence En Ligne
*/

function initLink(){
	document.getElementById("openFlash").onclick = function(){
		lance();
	}
	return false;
}

function lance(){
	document.getElementById("soHome").style.display = "block";
	var swo = new SWFObject("/fichiers/flash/99064/agence_ligne2.swf", "edf_bando1", "982", "670", "8");
	swo.addParam("wmode", "transparent");
	swo.write("soHome");
}

function inscrivez(){

	window.location = " https://agence.edfpro.fr/WebPro/appmanager/WebPro/front?JSESSIONID=F2cT9GnwQpB8yHH6YMW7wLZHk7R2FzZTYTP2yTQvDrvrQxv6XC6l!-415455027&JSESSIONID=F2cT9GnwQpB8yHH6YMW7wLZHk7R2FzZTYTP2yTQvDrvrQxv6XC6l!-415455027&_nfls=false&_nfpb=true&_pageLabel=page_inscription_authentification&_pageRedirect=page_liste_accords";

}

function comment(){

	window.open('/FRONT/EDF_PRO/template/statique/pro/home.html', '', 'resizable=yes, location=no, width=750, height=510, menubar=no, status=no, scrollbars=no, menubar=no, top=250, left=250');
}

function fermer(){

	document.getElementById("soHome").style.display  = "none";

}
function init(){}
function initFlash(){
	initLink();
}
