// JavaScript Document

function removeStartText(obj) 
{
	
	if (obj.value != ""){
		obj.value = "";
	}
	
}