
// COPYRIGHT 2006 © I-TPE Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="center" width="50%">');

document.write('<form style="margin: 0px">');
document.write('<input type="button" value="Imprimer" onClick=\'window.print()\' class="button-popups" onmouseover="this.className=\'buttonon-popups\'" onmouseout="this.className=\'button-popups\'"><br>');
document.write('</form>');

document.write('<td align="center" width="50%">');

document.write('<form style="margin: 0px">');
document.write('<input type="button" value="Fermer" onClick=\'window.close()\' class="button-popups" onmouseover="this.className=\'buttonon-popups\'" onmouseout="this.className=\'button-popups\'"><br>');
document.write('</form>');

document.write('</td></tr></table>');
