function sdt(num)
{
   document.Data.OP.value = num == 1 ? 61 : 60;
   document.Data.NF.value = 1;
   document.Data.UT.value = 6;
   document.Data.submit();
   return true;
}
function hStatus()
{
   window.status = '';
   return true;
}
