function showTOS()
{
  tos=window.open('tos.php','toswin','width=600,height=450,resizable=1,location=0,status=1,scrollbars=1,toolbar=0');
  if (window.focus) {tos.focus();}
}
