function enforcechar(what,limit)
{
if (what.value.length>=limit)
return false
}
