function clearForm(fe,txt){
	if (fe.value == txt){
		fe.value = "";
	}
	return;
}
