function clearValue(obj){
	currentValue = obj.value ;
	buff = currentValue.substr(0,3)
	if (buff==':: ') {
		obj.value=''
	}
}
