


function openwin(file)
{
  window.open(file,'','left=100,top=100,scrollbars=no,menubar=no,height=500,width=640,resizable=no,toolbar=no,location=no,status=yes');
}

function openwin_wide(file)
{
  window.open(file,'','left=100,top=100,scrollbars=yes,menubar=no,height=600,width=860,resizable=yes,toolbar=no,location=no,status=yes');
}

                  
