// JavaScript Document
<!--


function abrirFotos(wHtml){
		window.open(wHtml,'foto','top=5,left=5,width=510,height=480,scrollbars=no');void(0);

}

function abrirVersaoImpressao(wHtml){
	return void( window.open(wHtml,'imprimir','width=723,height=480') );
}

-->
