function iprint(ptarget)
{
ptarget.focus();
ptarget.print();
}
