//-- ADD LINK TO FAVORIS --------------------------------------------
function addToFavoris(astrName, astrURL) {
 if ( navigator.appName != 'Microsoft Internet Explorer' ) {
     window.sidebar.addPanel(astrName,astrURL,'');
 } else {
     window.external.AddFavorite(astrURL,astrName);
 }
}

//-- SEND URL BY EMAIL ----------------------------------------------
function sendUrl(astrURL) {
 sujet = document.recommandezcesite.BODY.value;
 mail1 = document.recommandezcesite.TO.value;
 mail2 = document.recommandezcesite.CC.value;
 if ((mail1 == "") && (mail2 == "")) {
	 alert('Il faut saisir un destinataire !');
	 return false;
 } else {
	 if (sujet == "") {
		alert('Il faut saisir un message !');
		return false;
	 } else {
		return true;
	 }
 }
} 

//-- MESSAGE WINDOW -------------------------------------------------
function messageWindow(title, msg, width, height) {
  // var width="300", height="125";
  var left = (screen.width/2) - width/2;
  var top = (screen.height/2) - height/2;
  var styleStr = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbar=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+',top='+top+',screenX='+left+',screenY='+top;
  var msgWindow = window.open("","msgWindow", styleStr);
  var head = '<head><title>'+title+'</title></head>';
  var body = '<center>'+msg+'</center>';
  msgWindow.document.write(head + body);
}

//-- SHOW XITI  -----------------------------------------------------
function showXITI() {
	document.write("<a href='http://www.xiti.com/xiti.asp?s=246088' title='Mesurez votre audience'>");
	Xt_param = 's=246088&p=';
	try {Xt_r = top.document.referrer;}
	catch(e) {Xt_r = document.referrer; }
	Xt_h = new Date();
	Xt_i = '<img width="39" height="25" border="0" ';
	Xt_i += 'src="http://logv30.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, '$')+'" title="Analyse d\'audience">');
	document.write("</a>");
}

//-- SHOW XITI  -----------------------------------------------------
function showDOMADOO() {
	document.write("<a href='http://pub.domadoo.fr/adclick.php?n=aa78058d' target='_blank'>");
	document.write("<img src='http://pub.domadoo.fr/adview.php?what=zone:7&n=aa78058d' border='0' alt=''/></a>");
}
