
<!--

var isNav="";
NS4 = (document.layers) ? 1 : 0;
IE4 = (document.all) ? 1 : 0;
var Ecranlarg = (NS4) ? innerWidth : document.body.clientWidth;

var b="";


// debut alt
if ((navigator.appName == "Netscape")&&(navigator.appVersion.substring(0,4)>=4)) 
	{isNav="net";} 
if (navigator.appName == "Microsoft Internet Explorer")
	{isNav="ie";} 


function popLayer(a,b)
	{ 
	
	if (b=='barre')
		{desc = "<table bgcolor='#0086b3' cellpadding=3 cellspacing='0' border=1><td align='center'><a id='texte'>"; }
	else
		{desc = "<table cellpadding=3 cellspacing='0' border=1 bgcolor='green' width='150'><td align='center'><a id='normal10'><font color='#ffffff'>"; }
	
	desc+=a
	desc += "</font></a></td></tr></table>"; 
	
	if (isNav=="net") 
		{ 
		document.alt.document.write(desc); 
		document.alt.document.close(); 
		document.alt.left=x+25; 
		document.alt.top=y; 
		document.alt.visibility = "show"
		
		} 
	if (isNav=="ie")
		{ 
		
		handlerMM();
		alt.innerHTML=desc; 
		alt.style.pixelLeft=x+25;
		alt.style.pixelTop=y;
		alt.style.visibility = "visible"
		} 
	} 
function hideLayer(a)
	{ 
	if (isNav=="net") 
		{document.alt.visibility = "hide"} 
	if (isNav=="ie")
		{alt.style.visibility = "hidden"} 
	} 
function handlerMM(e)
	{ 
	if (isNav=="net") 
		{
		x = e.pageX; 
		y = e.pageY; 
		} 
	if (isNav=="ie")
		{
		x = event.x+document.body.scrollLeft; 
		y = event.y+document.body.scrollTop; 
		}
	} 

if (isNav=="net")
	{
	document.captureEvents(Event.MOUSEMOVE);
	document.onmousemove = handlerMM; 
	} 

//fin alt




// debut ouverture popup aide

function lienaide(renseignement)
	 {
	 cursus = window.open(renseignement,'aide','toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=400,height=300');
	 }	

// fin popup


// début Impression
var NS = (navigator.appName == "Netscape");
function printit(){ 
if (NS) { 
window.print() ; 
} else { 
var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
WebBrowser1.ExecWB(6, 1);
//Use a 1 vs. a 2 for a prompting dialog box WebBrowser1.outerHTML = "";
}
}
// fin impression




function reCharge() 
	{window.location.reload()}

if (isNav=="ie")
	{window.onresize=reCharge;}


	function open_popUp(page,name,detail) {
		//	width = xxx ; height = xxx ; directories = yes ; location = yes ; menubar = yes ; resizable = yes ; scrollbars = yes ; status = yes ; toolbar = yes ; screenX = xxx ; screenY = xxx ; top = xxx ; left = xxx
			
		window.open(page,name,detail);
	}
			
			
	function open_popUp_flash(page,name,detail) {
		//	width = xxx ; height = xxx ; directories = yes ; location = yes ; menubar = yes ; resizable = yes ; scrollbars = yes ; status = yes ; toolbar = yes ; screenX = xxx ; screenY = xxx ; top = xxx ; left = xxx
			
			if (bloqueurPopup){ 
				popUp_bloqueur(page,name,detail);
			}
			else{
			
				var monPopup = window.open(page,name,detail);
				monPopup.focus(); 
			}
			
			

	}

	


//  --> 
