<!--

/* */

function fiche_pop3(s,l,h) 
{
	var winwidth = ""+l+""; var winheight = ""+h+"";
	var xMax = screen.width;var yMax = screen.height;
	var xOffset = (xMax - winwidth)/2, yOffset = (yMax - winheight)/2;
	locat=""+s+"";
	window.open(locat,'nouveau_sujet','width='+winwidth+',height='+winheight+',screenX='+xOffset+',screenY='+yOffset+',top='+yOffset+',left='+xOffset+',scrollbars=yes,resizable=yes');
}


function Status ( texte )
{
	window.status = texte
}


function lienOn(objet)
{
		if (objet) objet.className="OnLien";
}
function lienOff(objet)
{
		if (objet) objet.className="OffLien";
}

-->