﻿function validateMin7(src, arg){         
   if (arg.Value.length > 6){
      arg.IsValid=true;
   } else { 
     arg.IsValid=false;
   };
}