function checkValid(){
var opstate=confirm("If You Want Execute. Please 'ok' to enter, 'cancel' to exit immediately!")
if (opstate)
   return true;
 else 
   return false;  
  }
