// JavaScript Document
function cleanInput( input, defVal ){
	if(  input.value == defVal )
		input.value = '';
}