function printPage()
{
window.print();
self.close();
firstForm.first.focus();
return false;
}
