function check(e) {if (e.s.value.length<2) {return false;} else {return true;}}

