<!--
function mostrarFoto (fotoId)
	{
	var szURL = "http://www.escolamodulus.com.br/mostrafoto.htm?fotoid="+fotoId;
	NewWindow = open (szURL,"foto", "toolbar=no,scrollbars=yes,location=no,directories=no,status=yes,menubar=no,resizable=yes,width=780");
	}
function openWnd (url)
	{
	NewWindow = open (url, "janela", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
	}
//-->


