// raccourci du getelementbyid
function o(id)
{
	return document.getElementById(id);
}