function openPopupTest(locale,id){
	var w = 964;
	var h = 379;
	var left = (screen.width/2)-(w/2);
	var top = (screen.height/2)-(h/2);
	popup = window.open('/'+locale+'/awdio/index.html?id='+id,'popup_test','width='+w+',height='+h+',resizable=0,menubar=0,toolbar=0, top='+top+', left='+left);
	popup.focus();
}

function retourFlash(adresse){
	//document.getElementById("home").fcChangePage(adresse);
	if (navigator.appName.indexOf("Microsoft") != -1) {
		window["home"].retourFlash(adresse);
	} else {
		document["home"].retourFlash(adresse);
	}
}