function form_labels(field){
		
	target = document.getElementById(field);
	//target.class = "";
	target.value = "";
	target.onclick = "";
}
	