function fotoA( imgName ) {
	
	textColor = "#000000";
	bgColor = "#ffffff";
		
	w = window.open('','BoxWin','toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=yes,copyhistory=no,width=666,height=555');
	w.document.write( "<html><head><title>Box 17, Visioni</title>" );
	w.document.write( "</head><body id='imgBody' background='../img/bacheca/bg.jpg' leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>" );
	w.document.write( "<center><a href='javascript:top.window.close();'><img src='"+imgName+"' border=0></a></td></tr></center>" );
        w.document.write( "</body></html>" );
	w.document.close();
}

function fotoB( imgName ) {
	
	textColor = "#000000";
	bgColor = "#ffffff";
		
	w = window.open('','BoxWin','toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=yes,copyhistory=no,width=550,height=670');
	w.document.write( "<html><head><title>Box 17, Visioni</title>" );
	w.document.write( "</head><body id='imgBody' background='../img/bacheca/bg.jpg' leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>" );
	w.document.write( "<center><a href='javascript:top.window.close();'><img src='"+imgName+"' border=0></a></td></tr></center>" );
        w.document.write( "</body></html>" );
	w.document.close();
}
