//*************************************************************************
// © 2000 UNIVERSIDADE DE BRASÍLIA - FACULDADE DE EDUCAÇÃO
// Todos os direitos reservados
// Cliente: 			Valdir Junior- vjunior@fe.unb.br
// Desenvolvimento: 	Cesar Marinho Eiras - studioc@abordo.com.br
//*************************************************************************


//*********************************************************
var cap_atual = "pdf/"+ document.forms[0].nome_capit.value + ".pdf";

//*********************************************************
function AbrirJanela($pdf_file) {
	$win1 = open($pdf_file,"JanSecund","scrollbars=yes,width=600,height=400");
}

//*********************************************************
function AbrirJanelaAnexos($num_anexo) {
	eval("$win" + $num_anexo + " = open('anexos_" + $num_anexo + ".htm','JanSecund" + $num_anexo + "1','scrollbars=yes,width=720,height=500');");
}

//*********************************************************
function old_FecharJanela() {
	window.close()
}

//*********************************************************
function FecharJanela() {
	window.close()
}

