if (window.print) {
document.write('<form><input type=button name=print value="Imprimer" '
+ 'onClick="javascript:window.print()"></form>');
}

