function clearInput( inp, val ) {
	var doin = document.getElementById( inp ) ;
	if( val == doin.value )
		doin.value = '' ;
}