<!--
var janela1;
function Abrejanela(cod){
	popup = window.open(cod,'janela1','toolbar=no,location=no,status=no,scrollbars=yes,resizable=no,top=0,left=0,width=400,height=450');
	self.janela1 = popup;
}

var janela2;
function Abreficha(id){
	popup = window.open(id,'janela2','toolbar=no,location=no,status=no,scrollbars=yes,resizable=no,top=0,left=0,width=640,height=450');
	self.janela2 = popup;
}

var janela3;
function consultar(cod){
	popup = window.open(cod,'janela3','toolbar=no,location=no,status=no,scrollbars=yes,resizable=no,top=0,left=0,width=400,height=350');
	self.janela3 = popup;
}

var janela4;
function orcamento(cod){
	popup = window.open(cod,'janela4','toolbar=yes,location=no,status=no,scrollbars=yes,resizable=no,top=0,left=0,width=640,height=480');
	self.janela4 = popup;
}
function abrepolitica(janela){
window.open(janela,'Externo1','top=5,left=5,width=350,height=450,resize=0,scrollbars=1,menu=0,location=0,toolbar=0,copyhistory=0,status=0');
}
//-->

