	function __doPostBack(form, accao){
		document.getElementById(form).__accao.value = accao;
		document.getElementById(form).submit();
	}
