// JavaScript Document
function visiblespeed(){
	document.getElementById("speed").style.display = "block" ;
}

function exemple_1() {
     alert('Vous avez cliquez !');
}
function exemple_2(str) {
     alert(str);
}
function myFlash_DoFSCommand(command, args)                {
  var myFlashObj = InternetExplorer ? myFlash : document.myFlash;
  alert (args);
}

alert("rff");
function exemple(str) {
	alert(str);
}


function winOpen(url, largeur, hauteur){
      gauche = (screen.width/2)-(largeur/2);
      haut = (screen.height/2)-(hauteur/2);
      window.open(url,"popup","height="+hauteur+",width="+largeur+",status = no,toolbar = no,menubar = no,location = no,resizable = no,titlebar = no,scrollbars = yes,fullscreen = no,top ="+haut+",left ="+gauche);
   } 
/*
function affiche(args) {
	//alert(args);
     alert('Vous avez cliquez !');
	document.getElementById("texte1").style.display = "none" ;
	document.getElementById("speed").style.display = "none" ;
	document.getElementById("intelligence").style.display = "none" ;
	document.getElementById("larger").style.display = "none" ;
	document.getElementById("respect").style.display = "none" ;
	document.getElementById("speed").style.display = "block" ;
}
*/
