function htmlIn(){
	window.document.getElementById("imgHTML").src="images/gaucheIn.jpg";
}

function flashIn(){
	window.document.getElementById("imgFlash").src="images/droiteIn.jpg";
	//window.document.getElementById("bulle").innerHTML='<img src="images/bulle.jpg" alt="bulle"/>';
}

function htmlOut(){
	window.document.getElementById("imgHTML").src="images/gauche.jpg";
}

function flashOut(){
	window.document.getElementById("imgFlash").src="images/droite.jpg";
	//window.document.getElementById("bulle").innerHTML='';
}