<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<table cellpadding="3" cellspacing="0" border="0"><tr><td align="center">');

document.write('<form class="formmargin">');
document.write('<input type="button" value="Print" onClick=\'window.print()\' class="button" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" style="width: 100px;">');
document.write('</form><br>');

document.write('<td align="center">');

document.write('<form class="formmargin">');
document.write('<input type="button" value="Close" onClick=\'window.close()\' class="button" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" style="width: 100px;">');
document.write('</form><br>');

document.write('</td></tr></table>');

document.write('<br>');

//  End -->
