<!-- 
function chclass(obj, newclass) { 
	  obj.className = newclass; 
}	 
function d(fichier) {   
	document.location=fichier ; 
} 
function redir(url) {
	document.location=url;
}
function mailpage()
{
mail_str = "mailto:?subject=Lien vers Aginux : " + document.title;
mail_str += "&body=Ce que propose Aginux est interessant : <br><br> " + document.title + "<br><br>";
mail_str += "Voici le lien : " + location.href + "<br>"; 
location.href = mail_str;
}
function printpage(){
   type = parseInt(navigator.appVersion)
   if (type >= 4) window.print()
}
-->
