	function abreCAF(){
			largura = 800;
			altura = 600;
			centroTop = screen.height/2 - altura/2;
			centroLeft = screen.width/2 - largura/2;
			window.open('http://www.fiscosoft.com.br/caf/caf.php', 'janNotFound', 'status=0, resizable=0, location=0, toolbar=0, scrollbars=1, width='+largura+', height='+altura+', directories=0, menubar=0, titlebar=0, top='+centroTop+',left='+centroLeft);
		}

function abreCAFISCO(){
	abreCAF();
}