var isord    = 0;
function lockForm(){
   if(isord > 0){ return false; }
   isord = 1;
   return true;
}
