function AbreTela(file,titulo){
	window.open(file,titulo,"width=660,height=500,resize=yes,menubar=no,scrollbars=yes,top=0,left=0")
}
