
	function clearBox(box, val) {
		
		if (box.value == val) 
			box.value = '';
	}
