function choisir(x,y) {
	
	document.form1.rep.value = y;
	document.form1.choix.value = x;
	document.form1.submit();
	
}

function OpenWindowFullScreen(url, aWindowName) {
	
	var win_width = screen.width;
	var win_height = screen.height;
	window.open(url,aWindowName,"left=0,top=0,width=" + win_width + ",height=" + win_height);
	
}

function MM_checkPlugin(plgIn, theURL, altURL, autoGo) {
  
  var ok=false; document.MM_returnValue = false;
  with (navigator) if (appName.indexOf('Microsoft')==-1 || (plugins && plugins.length)) {
	 ok=(plugins && plugins[plgIn]);
  } else if (appVersion.indexOf('3.1')==-1) { //not Netscape or Win3.1
	 if (plgIn.indexOf("Flash")!=-1 && window.MM_flash!=null) ok=window.MM_flash;
	 else if (plgIn.indexOf("Director")!=-1 && window.MM_dir!=null) ok=window.MM_dir;
	 else ok=autoGo; }
  if (!ok) theURL=altURL; if (theURL) window.location=theURL;
  
}

function MM_openBrWindow(theURL,winName,features) {
  
  window.open(theURL,winName,features);
  
}

Xt_param = 's=182645&p=Accueil General';
Xt_r = document.referrer;
Xt_h = new Date();
Xt_i = '<img width="1" height="1" src="http://logi7.xiti.com/hit.xiti?'+Xt_param;
Xt_i += '&hl='+Xt_h.getHours()+'x'+Xt_h.getMinutes()+'x'+Xt_h.getSeconds();
if(parseFloat(navigator.appVersion)>=4)
{Xt_s=screen;Xt_i+='&r='+Xt_s.width+'x'+Xt_s.height+'x'+Xt_s.pixelDepth+'x'+Xt_s.colorDepth;}
document.write(Xt_i+'&ref='+Xt_r.replace(/[<>"]/g, '').replace(/&/g, '$')+'" >');

function xt_flash(typefl,page) {
	Xt_r = document.referrer;
	Xt_h = new Date();
	xt_img = new Image();
	Xt_i = 'http://logi7.xiti.com/hit.xiti?s=182645';
	Xt_i += '&p='+page+'&type='+typefl+'&hl=' + Xt_h.getHours() + 'x' + Xt_h.getMinutes() + 'x' + Xt_h.getSeconds();
	if(parseFloat(navigator.appVersion)>=4)
	{Xiti_s=screen;Xt_i += '&r=' + Xiti_s.width + 'x' + Xiti_s.height + 'x' + Xiti_s.pixelDepth + 'x' + Xiti_s.colorDepth;}
	Xt_i += '&ref=' + Xt_r.replace(/[<>"]/g, '').replace(/&/g, '$');
	xt_img.src = Xt_i;
	return;
}