



//
function clearMe( textInputObj ){
	var elem = textInputObj;
		elem.value = "";
}

