

function toggleblock(id)
{  if (id>-1)  document.VesForm.SOU[id].checked=true; }
