function setBody(mf)
{
  mf.srchstr.value=document.JTextArea.zzzrs(); 

  if (mf.srchstr.value == "")
   {
     alert("Enter Search String in Tamil");
     return false;
   }
  return true;
}

function clear_body()
{
  document.JTextArea.zzzqs();     
}

function set_layout(v)
{
  clear_body();
  document.JTextArea.zzzis(v);  
}

function Form_Validation(theform)
{
  if (theform.srchstr.value == "")
  {
    alert("Enter Search String in English");
    theform.srchstr.focus();
    return false;
  }
  return true;
}

function pop_page()
{
  window.open('pop.asp?pic_no='+(document.optkbd_form.optkbd.selectedIndex+1),'','menubar=no,toolbar=no,status=no,resizable=no,width=586,height=160');
}
