function windowPrint(){window.print?window.print():alert("Utiliser la commande d'impression de votre navigateur");}function addEvents(oThing,sEvent,pHandler){if(typeof oThing.addEventListener!="undefined")oThing.addEventListener(sEvent,pHandler,false);else if(typeof oThing.attachEvent!="undefined")oThing.attachEvent("on"+sEvent,pHandler);}