// Renvoi l'objet demandé
function o(objId){
	return document.getElementById(objId);
}

