// afficher masquer un div
function gethit(target,newprint) {document.getElementById(target).style.display= (newprint)}
