<!--
function AbrirPopUpFoto(arquivo,legenda) {
	window.open('../Include/ExibeFoto.asp?Arquivo=' + arquivo + '&Legenda='+legenda,'','width=10 height=10,scrollbars=no');
	return false;
}

function AbrirSubItem(pagina) {
	window.open(pagina,'','width=650, height=400,scrollbars=yes,resizable=yes');	
}

function RedimensionaJanela(){
	var obj = document.getElementById("Foto");
	var myHeight = obj.clientHeight;
	window.resizeTo(obj.clientWidth,myHeight);
	window.focus();
}

-->
