	function hidestatus(){
		window.status='';
		return true;
	}
	if (document.layers)
	document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);
	document.onmouseover=hidestatus;
	document.onmouseout=hidestatus;

function affiche() {
	if (document.getElementById) { //IE5 et NS6
		parent.frames["top2"].document.getElementById("titre").style.visibility="visible";
	}
	if ((document.all)&&(!document.getElementById)) { //IE4 seul
		parent.frames["top2"].document.all["titre"].style.visibility="visible";
	}
	if (document.layers) { //NS4.X seul
		parent.frames["top2"].document.layers["titre"].visibility="visible";
	}
}

//var fenimp = null;
function fermer()
{
	if (fenimp)
	{	fenimp.close(); }
}
var fenimp = null;
   function PopUp(url) {
fenimp=window.open(url,"PopUp","width=700,height=400,scrollbars=1,resizable=yes,toolbar=yes,menubar=yes,left=50,top=10,status=yes")
    }
window.focus()

	function OpDisq(url) {
var Fen = window.open(url,"OpDisq","width=400,height=455,scrollbars=1,toolbar=no,left=300,top=50,directories=no,status=no")
}
window.focus()

   function OpenPopUp(url) {
var FenPop = window.open(url,"OpenPopUp","width=400,height=455,scrollbars=1,toolbar=no,left=20,top=20,directories=no,status=no")
    }
window.focus()

