function foto(foto,largura, altura,modo){
	xx = 32; yy = 30; varcompl = '&simples=false';
	if(modo=='simples'){
		xx=0;yy=0;
		varcompl = '&simples=true';
	}
	varscroll='no';
	if(largura>(screen.width-20)){largura = 780; varscroll='yes';}
	if(altura>(screen.height-20)){altura = 580; varscroll='yes';}
	if(varscroll=='yes'){largura=largura+20;}
	x = (780 - (largura+xx)) / 2; y = ((screen.height - (altura+yy)) / 2) - 20;
	window.open('http://www.colegiomodulo.com.br/images/mostrafotos/foto.asp?foto='+foto+varcompl,'_blank','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars='+varscroll+',resizable=no,copyhistory=no,maximized=no,top=10,left=130,width='+eval(largura+xx)+',height='+eval(altura+yy)+',left='+x+',top='+y);
}
function nova_janela(caminho){
	window.showModalDialog('../../../fotos/foto.htm', null, 'dialogWidth=100px; dialogHeight:1px; dialogCenter:yes; help:no; status=no; scroll=no')
}