function validateForm()
{
var x=document.forms["S"]["s"].value
if (x==null || x=="")
  {
  return false;
  }
}
