	function maxChar(obj,l) {
		al = obj.value.length;
		if(al > l) obj.value = obj.value.substr(0,255);
	}