function printWindow(path)
{
  win1 = open(path,'printWindow','width=590,height=550,scrollbars=yes');
}