
/** SERIE de FONCTIONS RACCOURCIS **/
function $j(str){ 
	return document.getElementById(str); 
}

