function befSubMit(Form) {
 if ( Form.QR.value == "") { 
  alert("Please Enter The Query!!!")
  Form.QR.focus();
  return false
 }
  return true
}

