function cleanInputForm(el) {
	if ( ALERT.Window.jQuery("#"+el).val() == "pesquisar" ) { ALERT.Window.jQuery("#"+el).val(''); }			
}