<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"><html xml:lang="it">
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>
				IMSS - VII.1. The Battle of Anghiari</title>
<base href="http://brunelleschi.imss.fi.it/menteleonardo/">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="description" content="">
<meta http-equiv="keywords" content="">
<meta meta="htdig-keywords" content="applesp">
<meta http-equiv="dc:language" content="ENG">
<meta http-equiv="dc:rights" content="Istituto e Museo di Storia della Scienza, Firenze, Italia"><script>
	
		
function restringi(indirizzo){
								document.cerca.keywords.value=indirizzo;
								this.document.cerca.submit();
							  }
function MM_openBrWindow(theURL,winName,features) {window.open(theURL,winName,features);}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

		
					coloreSfondo='#98907d';
					coloreSopra= '#2F91B8';
					coloreCorrente='#2F91B8';
			
					immagineCorrente = 0;
					totIcone = -1;
					pathImm = new Array;
					didascalie = new Array;
					titolo = new Array;
					chiaveImm = new Array;
					filmato = new Array;


function restringi(applicazione){
								document.cerca.keywords.value=applicazione;
								this.document.cerca.submit();
							  }
function MM_openBrWindow(theURL,winName,features) {window.open(theURL,winName,features);}

function aprifin(codice)
	{	
	window.open("emulti.asp?c=" + codice, "", "menubars=no, width=700, height=450, resizable=yes");
	}
function aprifinaudio(titolo)
	{	
	window.open("mm/" + titolo + ".mp3", "", "menubars=no, width=700, height=450, resizable=yes");
	}

function cambiaImg (id, path, dida, titolo,filmato) {
		
		//document.images["img"+immagineCorrente].style.borderColor='#98907d';
		immagineCorrente = id;
		//document.images["img"+immagineCorrente].style.borderColor='#2285A7';
		document.images.ingrandimento.src=path;
		document.images.ingrandimento.alt=titolo;
		
		var padre1=document.getElementById("Filmato");
		var nonno1=padre1.parentNode;
		nonno1.removeChild(padre1);		
		padre1 = document.createElement("span");
		padre1.setAttribute("id","Filmato");
		nonno1.appendChild(padre1);
		
		tagBr=document.createElement('br');
					padre1.appendChild(tagBr);
		if(filmato != '')
		{	
		if(titolo=='VI.5B.b4')
				audio=true;
		else
				audio=false;
				
		
			tagImg=document.createElement("img");
			tagImg.setAttribute("src",audio ? "images/iconcina-audio.jpg" : "images/icona-multimedia.gif");
			tagImg.setAttribute("width","10");			
			tagImg.setAttribute("height","9");
			tagImg.setAttribute("hspace","2");
			tagImg.setAttribute("vspace","4");
			tagImg.setAttribute("align","absmiddle");
			tagA=document.createElement("a");
			if (audio)
			 {
				tagA.setAttribute("href", "javascript:aprifinaudio('"+titolo+"')");
				}
			else
				{
				tagA.setAttribute("href", "javascript:aprifin("+filmato+")");
				}
			tagA.setAttribute("class","linkleomm");
			padre1.appendChild(tagImg);
			padre1.appendChild(tagA);
			var testo=document.createTextNode(audio ?  "Listen" : "Launch video");
			tagA.appendChild(testo);

			 }
		
			 
		var padre=document.getElementById("testoDida");
		document.getElementById("testoTitolo").childNodes[0].nodeValue=titolo;
		var nonno=padre.parentNode;
		nonno.removeChild(padre);
		padre.appendChild(tagBr);
		
		padre = document.createElement("span");
		padre.setAttribute("id","testoDida");
		nonno.appendChild(padre);
		
		padre.nodeValue=cambia(dida, padre);
	
	
		
	
		}




function aggiustaApici(testo) {
	while (testo.indexOf("|")>-1) {
		testo = testo.substring(0,testo.indexOf("|"))+"'"+testo.substring(testo.indexOf("|")+1,testo.length);
	}
	return testo;
}


function prepara(){

	
			var url=document.URL;
			var dove=url.indexOf('#');
				
				if (dove<=0)
			
		{
				initBordo();
				return;
			}
			var quale=url.substring(dove+1);
	
	for (i=0;i<=totIcone;i++) 
			{
	
					if (titolo[i]==quale)
				{
				cambiaImg(i,pathImm['img'+i],aggiustaApici(didascalie[i]),aggiustaApici(quale),filmato[i]);
				break;
				}
			}	
	for (i =0; i<document.images.length; i++)
			{
					if(document.images[i].name != 'ingrandimento' && document.images[i].alt == document.ingrandimento.alt)
				{
					document.images[i].style.borderColor=coloreCorrente;
					grande=i;
				}
			else
				{
				if(document.images[i].name != 'ingrandimento')
						document.images[i].style.borderColor=coloreSfondo;
				}
		}
}

function initBordo(){

	var i;
		if(filmato[0]!='')
			cambiaImg(0,pathImm['img'+ 0],didascalie[0],titolo[0],filmato[0]);
		
				for (i =0; i<document.images.length; i++)
					{
					//alert(document.images[i].name + "-" + document.images[i].alt);
						if(document.images[i].name != 'ingrandimento' && document.images[i].alt == document.ingrandimento.alt)
						{
			
								document.images[i].style.borderColor=coloreCorrente;
								break;
						}		
					}	
		
		
}



function cambiaBordo(sorge, sopra) {
		var i;
			coloreSfondo='#98907d';
			coloreSopra= '#2F91B8';
			coloreCorrente='#2F91B8';
			colore=sopra ? coloreSopra :coloreSfondo;

			var grande;

			
		for (i =0; i<document.images.length; i++)
		{
			if(document.images[i].name != 'ingrandimento' && document.images[i].alt == document.ingrandimento.alt)
			{
					document.images[i].style.borderColor=coloreCorrente;
					grande=i;
			}
			else
			{
				if(document.images[i].name != 'ingrandimento')
						document.images[i].style.borderColor=coloreSfondo;
			}
			
			if (document.images[i].src==sorge)
			{
						if(i!=grande)
							document.images[i].style.borderColor=colore;
			}
					
		 }
}

function italiano(c,k,r) {
			cancelletto=document.ingrandimento.alt;
			window.location='imdl.asp?c='+c+'&k='+k+'&rif='+r+'&xsl=1#'+cancelletto;
			
}




//var primo = true;

function cambia(t, idPadre) {

	if (t.indexOf("<br/>")>-1) {
		var t1 = t.substring(0,t.indexOf("<br/>"));
		var t2 = t.substring(t.indexOf("<br/>")+5,t.length);
		aggiungiParagrafo(t1, idPadre);
		cambia (t2, idPadre);
	} else
		aggiungiParagrafo(t, idPadre);
}

function aggiungiParagrafo (t, idPadre) {

	/* --------------------------------- va cambiato x con l'id del div che contiene la didascalia ------- */
	
	//var x = document.getElementById(idPadre);

	var x =document.getElementById('testoDida');

	/*if (primo)
		primo = false;
	else {
		var br = document.createElement("br");
		x.appendChild(br);
	}
	*/

		var br = document.createElement("br");
		x.appendChild(br);


	aggiungiTesto (t, x);
	//x.appendChild(document.createTextNode(t));

}

function aggiungiTesto (t, x) {

	if (t.indexOf("<i>") > -1) {
		var t1 = t.substring(0,t.indexOf("<i>"));
		var t2 = t.substring(t.indexOf("<i>")+3,t.indexOf("</i>"));
		var t3 = null;
		if (t.length > (t.indexOf("</i>")+4))
			t3 = t.substring(t.indexOf("</i>")+4, t.length);
		x.appendChild(document.createTextNode(t1));
		var i = document.createElement("i");
		i.appendChild(document.createTextNode(t2));
		x.appendChild(i);
		if (t3 != null)
			aggiungiTesto(t3, x);
	} else {
		x.appendChild(document.createTextNode(t));
	}
}

</script>
</script><link rel="stylesheet" href="../espo-leo.css" type="text/css">
</head>
<body onload="prepara()">
<div id="intestazione">
<div class="blocco"></div>
<div id="logo"><a href="http://www.museogalileo.it/en/index.html"><img src="../elogo-espo.gif" alt="logo Museo Galileo - Istituto e Museo di Storia della Scienza" width="475" height="37" border="0"></a></div>
</div>
<div id="navigazione">
<div class="blocco"></div>
<div id="quadretti"><img src="../quadretti.jpg" alt="quadretti" width="39" height="19" align="left"></div>
<div id="lingua"><a href="javascript:italiano(13419,23343,23344)">ITALIANO</a> / <span class="grigio">ENGLISH</span></div>
</div>
<table id="corpo" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#958881" height="3" nowrap><img src="images/spacer.gif" height="3"></td></tr>
<tr>
<td bgcolor="#230D01" class="inalto"><div align="left">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#230D01"> </td>
<td bgcolor="#230D01">
<table width="369" border="0" align="left" cellpadding="0" cellspacing="0">
<tr>
<td width="61" height="63" nowrap><a href="emdl.asp?c=13419&amp;k=1470&amp;rif=1470" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('I','','images/menu_01l.gif',1)"><img src="images/menu_01n.gif" alt="Sezione I" name="I" width="60" height="63" border="0" id="I"></a></td>
<td width="61" height="63" nowrap><a href="emdl.asp?c=13419&amp;k=13369&amp;rif=13369&amp;xsl=1" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('II','','images/menu_02l.gif',1)"><img src="images/menu_02n.gif" alt="Sezione II" name="II" width="60" height="63" border="0" id="II"></a></td>
<td width="61" height="63" nowrap><a href="emdl.asp?c=13419&amp;k=13394&amp;rif=13394" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('III','','images/menu_03l.gif',1)"><img src="images/menu_03n.gif" alt="Sezione III" name="III" width="60" height="63" border="0" id="III"></a></td>
<td width="61" height="63" nowrap><a href="emdl.asp?c=13419&amp;k=13363&amp;rif=13363" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('IV','','images/menu_04l.gif',1)"><img src="images/menu_04n.gif" alt="Sezione IV" name="IV" width="60" height="63" border="0" id="IV"></a></td>
<td width="61" height="63" nowrap><a href="emdl.asp?c=13419&amp;k=13362&amp;rif=13362" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('V','','images/menu_05l.gif',1)"><img src="images/menu_05n.gif" alt="Sezione V" name="V" width="60" height="63" border="0" id="V"></a></td>
<td width="61" height="63" nowrap><a href="emdl.asp?c=13419&amp;k=13397&amp;rif=13397" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('VI','','images/menu_06l.gif',1)"><img src="images/menu_06n.gif" alt="Sezione VI" name="VI" width="60" height="63" border="0" id="VI"></a></td>
<td><a href="emdl.asp?c=13419&amp;k=23343&amp;rif=23343"><img src="images/menu_07c.gif" width="60" height="63" alt="Sezione VII" border="0"></a></td>
</tr>
</table>
</td>
<td bgcolor="#230D01"><div align="right"><a href="index.html"><img src="images/mindofleonardo_09.gif" alt="The Mind of Leonardo" width="328" height="63" border="0"></a></div>
</td>
</tr>
<tr>
<td bgcolor="#958881" colspan="3" height="3" nowrap><img src="images/spacer.gif" height="3"></td>
</tr>
<tr>
<td colspan="3">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td><div align="right"><span class="xsmall"><a href="emdl.asp?c=13419&amp;k=23343&amp;rif=23343" class="linkleo">&lt; previous</a><span class="grigio"> | </span><a href="emdl.asp?c=13419&amp;k=23343&amp;rif=23345&amp;xsl=1" class="linkleo">next &gt;</a></span>  </div></td>
</tr>
</table>
</td>
</tr>
<tr><td width="10" nowrap><img src="images/spacer.gif" width="10"></td>
<td colspan="2">
<table border="0" align="left" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="4" valign="top" align="center" width="320">
<table border="0" cellpadding="0" cellspacing="0" width="320" nowrap="nowrap">
<tr>
<td valign="top">
</td>
<td align="center"><img src="http://vitruvio.imss.fi.it/foto/mdl/VII_1rs.jpg" name="ingrandimento" alt="VII.1" border="1" class="leoimggalleria"></td>
<td valign="top">
</td>
</tr>
<tr>
<td> </td>
<td width="240" colspan="3" align="left"><span><span id="Filmato"></span></span><br><span class="leotitoloimmag"><span id="testoTitolo">VII.1</span></span><span class="leodidascalia"><span id="testoDida"><br>Head of a warrior<br/>Szepmuveszeti Muzeum Budapest no. 1774r</span></span></td>
<td> </td>
</tr>
</table></td>
<td nowrap> </td>
<td><span class="parent-liv1">[</span><span class="numeri-liv2">VII.1</span>  <span class="titolo-liv2">The Battle of Anghiari</span><span class="parent-liv1">]</span></td>
<td> </td>
<td nowrap> </td>
</tr>
<tr>
<td nowrap><img src="images/spacer.gif" width="10"></td>
<td nowrap> </td>
</tr>
<tr>
<td rowspan="2" nowrap><img src="images/spacer.gif" width="10"></td>
<td valign="top">
<table id="text" border="0" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="2" nowrap> </td>
<td> </td>
<td rowspan="2" nowrap> </td>
</tr>
<tr>
<td valign="top" class="leobodytext">
<p><campo tipocampo="T" nome="txtxml" style=""><div class="Section1" xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:WX="http://schemas.microsoft.com/office/word/2003/auxHint" xmlns:aml="http://schemas.microsoft.com/aml/2001/core" xmlns:w10="urn:schemas-microsoft-com:office:word">
<p class="Normal-P" style="text-align:justify;text-justify:inter-ideograph;"><span class="Normal-H">In 1503 Leonardo received an important commission from the Florentine Republic, that of decorating a wall in the Sala del Gran Consiglio in Palazzo Vecchio with a representation of the city&#8217;s victory over the Milanese army at Anghiari in 1440. The conception of the monumental pictorial decoration, which remained unfinished and was covered over by Vasari&#8217;s frescoes in 1563, is here visualized through an exceptional selection of Leonardo&#8217;s drawings as well as through copies, including paintings, drawings and sculptures by contemporary or late generation artists.</span></p>
<p class="Normal-P" style="text-align:justify;text-justify:inter-ideograph;"><span class="Normal-H">Leonardo&#8217;s preparatory studies document with striking eloquence the extremely innovative conception of the gigantic mural painting, masterfully illustrating the confused fury of the clashing forces and the horses&#8217; pounding hooves amidst the uproar of the battle, "where [&#8230;] there occur infinite foreshortenings and bendings of those engaging in this discord, [&#8230;]<span style="font-weight:bold;"> </span>or it might be said, this most bestial madness" (<span style="font-style:italic;">Book on Painting</span>, § 173).</span></p>
</div></campo></p><br></td>
</tr>
</table>
</td>
<td valign="top"> </td>
</tr>
<tr>
<td align="left" valign="top"><table width="100%" border="0" align="left" cellpadding="4" cellspacing="2" id="anteprime">
<tr>
<td align="left" valign="middle">
<ul>
<div align="left">
<li class="leoanteprime">
<pre><img src="images/spacer.gif" alt="0" width="47" height="60" align="absmiddle"><img src="http://vitruvio.imss.fi.it/foto/mdl/VII_1r.gif" alt="VII.1" name="img00" hspace="2" align="absmiddle" onclick="cambiaImg(0,'http://vitruvio.imss.fi.it/foto/mdl/VII_1rs.jpg', aggiustaApici('Head of a warrior<br/>Szepmuveszeti Muzeum Budapest no. 1774r'), aggiustaApici('VII.1'), '')" style="cursor:pointer; border-color:#98907d" onmouseover="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1r.gif', true)" onmouseout="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1r.gif', false)" border="1"><script>
				totIcone++;
				pathImm["img"+totIcone] = 'http://vitruvio.imss.fi.it/foto/mdl/VII_1rs.jpg';
				didascalie[totIcone]='Head of a warrior<br/>Szepmuveszeti Muzeum Budapest no. 1774r';
				titolo[totIcone]='VII.1';
				chiaveImm[totIcone]='23437';
				filmato[totIcone]='';
			</script></pre>
</li>
</div>
<div align="left">
<li class="leoanteprime">
<pre><img src="images/a.gif" alt="a" width="47" height="60" align="absmiddle"><img src="http://vitruvio.imss.fi.it/foto/mdl/VII_1_ar.gif" alt="VII.1.a" name="img0a" hspace="2" align="absmiddle" onclick="cambiaImg(0,'http://vitruvio.imss.fi.it/foto/mdl/VII_1_ars.jpg', aggiustaApici('Leonardo da Vinci<br/>Two horsemen attack a position defended by two foot-soldiers<br/>Venice, Gabinetto Disegni e Stampe delle Gallerie dell|Accademia, 235r<br/>Metal point, pen, light brown ink, on white paper; c. 1483-85<br/><br/>The studies of clashes between foot-soldiers and horsemen, with pikes, spears and war machines, and notes on the subject of warfare can be considered a first graphic reflection that Leonardo will keep in mind in confronting the subject of battle for his decoration of the walls of the hall in Palazzo Vecchio.'), aggiustaApici('VII.1.a'), '')" style="cursor:pointer; border-color:#98907d" onmouseover="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_ar.gif', true)" onmouseout="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_ar.gif', false)" border="1"><script>
				totIcone++;
				pathImm["img"+totIcone] = 'http://vitruvio.imss.fi.it/foto/mdl/VII_1_ars.jpg';
				didascalie[totIcone]='Leonardo da Vinci<br/>Two horsemen attack a position defended by two foot-soldiers<br/>Venice, Gabinetto Disegni e Stampe delle Gallerie dell|Accademia, 235r<br/>Metal point, pen, light brown ink, on white paper; c. 1483-85<br/><br/>The studies of clashes between foot-soldiers and horsemen, with pikes, spears and war machines, and notes on the subject of warfare can be considered a first graphic reflection that Leonardo will keep in mind in confronting the subject of battle for his decoration of the walls of the hall in Palazzo Vecchio.';
				titolo[totIcone]='VII.1.a';
				chiaveImm[totIcone]='23350';
				filmato[totIcone]='';
			</script></pre>
</li>
</div>
<div align="left">
<li class="leoanteprime">
<pre><img src="images/b.gif" alt="b" width="47" height="60" align="absmiddle"><img src="http://vitruvio.imss.fi.it/foto/mdl/VII_1_br.gif" alt="VII.1.b" name="img0b" hspace="2" align="absmiddle" onclick="cambiaImg(0,'http://vitruvio.imss.fi.it/foto/mdl/VII_1_brs.jpg', aggiustaApici('Leonardo da Vinci<br/>Skirmish of mounted warriors and study of human motions<br/>Venice, Gabinetto Disegni e Stampe delle Gallerie dell|Accademia, 215<br/>Pen, ink, traces of black pencil, brownish white paper; c. 1504<br/><br/>Extraordinary visual documentation of the &quot;scuola del mondo&quot; (&quot;school of the world&quot;) to use Benvenuto Cellini|s expression. The clashing encounter, traced with an extremely rapid but steady hand, obtains its effect of two tangled masses in swirling motion through strongly contrasting chiaroscuro.'), aggiustaApici('VII.1.b'), '')" style="cursor:pointer; border-color:#98907d" onmouseover="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_br.gif', true)" onmouseout="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_br.gif', false)" border="1"><script>
				totIcone++;
				pathImm["img"+totIcone] = 'http://vitruvio.imss.fi.it/foto/mdl/VII_1_brs.jpg';
				didascalie[totIcone]='Leonardo da Vinci<br/>Skirmish of mounted warriors and study of human motions<br/>Venice, Gabinetto Disegni e Stampe delle Gallerie dell|Accademia, 215<br/>Pen, ink, traces of black pencil, brownish white paper; c. 1504<br/><br/>Extraordinary visual documentation of the "scuola del mondo" ("school of the world") to use Benvenuto Cellini|s expression. The clashing encounter, traced with an extremely rapid but steady hand, obtains its effect of two tangled masses in swirling motion through strongly contrasting chiaroscuro.';
				titolo[totIcone]='VII.1.b';
				chiaveImm[totIcone]='23351';
				filmato[totIcone]='';
			</script></pre>
</li>
</div>
<div align="left">
<li class="leoanteprime">
<pre><img src="images/c.gif" alt="c" width="47" height="60" align="absmiddle"><img src="http://vitruvio.imss.fi.it/foto/mdl/VII_1_cr.gif" alt="VII.1.c" name="img0c" hspace="2" align="absmiddle" onclick="cambiaImg(0,'http://vitruvio.imss.fi.it/foto/mdl/VII_1_crs.jpg', aggiustaApici('Leonardo da Vinci<br/>Two clashes between horsemen and footmen<br/>Venice, Gabinetto Disegni e Stampe delle Gallerie dell|Accademia, 215 A<br/>Pen, ink, wash using the same ink diluted, brownish white paper; c. 1504<br/><br/>A remarkable drawing, part of a notebook along with folio 215, which shows four groups of warriors in the fray of battle (for the left side of the <i>Battle</i>), a tangled mass caught in an infinite vortex, where &quot;the combatants, the more will be their number amidst the turbulence, [...] the less will be the difference between their lights and their shadows.&quot;'), aggiustaApici('VII.1.c'), '')" style="cursor:pointer; border-color:#98907d" onmouseover="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_cr.gif', true)" onmouseout="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_cr.gif', false)" border="1"><script>
				totIcone++;
				pathImm["img"+totIcone] = 'http://vitruvio.imss.fi.it/foto/mdl/VII_1_crs.jpg';
				didascalie[totIcone]='Leonardo da Vinci<br/>Two clashes between horsemen and footmen<br/>Venice, Gabinetto Disegni e Stampe delle Gallerie dell|Accademia, 215 A<br/>Pen, ink, wash using the same ink diluted, brownish white paper; c. 1504<br/><br/>A remarkable drawing, part of a notebook along with folio 215, which shows four groups of warriors in the fray of battle (for the left side of the <i>Battle</i>), a tangled mass caught in an infinite vortex, where "the combatants, the more will be their number amidst the turbulence, [...] the less will be the difference between their lights and their shadows."';
				titolo[totIcone]='VII.1.c';
				chiaveImm[totIcone]='23352';
				filmato[totIcone]='';
			</script></pre>
</li>
</div>
<div align="left">
<li class="leoanteprime">
<pre><img src="images/d.gif" alt="d" width="47" height="60" align="absmiddle"><img src="http://vitruvio.imss.fi.it/foto/mdl/VII_1_dr.gif" alt="VII.1.d" name="img0d" hspace="2" align="absmiddle" onclick="cambiaImg(0,'http://vitruvio.imss.fi.it/foto/mdl/VII_1_drs.jpg', aggiustaApici('Leonardo da Vinci<br/>Studies of foot-soldiers and horsemen<br/>Windsor, The Royal Collection, 12338r<br/>Lent by Her Majesty Queen Elizabeth II<br/>Charcoal, white paper; c. 1504<br/><br/>The numerous sketches of horsemen and foot-soldiers are &quot;first thoughts&quot; for various parts of the <i>Battle</i>, delineated with intense vigour and impetus, barely attenuated by their precarious state of conservation. The two horses fighting each other seem to have been drawn from little three-dimensional wax models: &quot;Make one of wax a finger long&quot;, wrote Leonardo.'), aggiustaApici('VII.1.d'), '')" style="cursor:pointer; border-color:#98907d" onmouseover="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_dr.gif', true)" onmouseout="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_dr.gif', false)" border="1"><script>
				totIcone++;
				pathImm["img"+totIcone] = 'http://vitruvio.imss.fi.it/foto/mdl/VII_1_drs.jpg';
				didascalie[totIcone]='Leonardo da Vinci<br/>Studies of foot-soldiers and horsemen<br/>Windsor, The Royal Collection, 12338r<br/>Lent by Her Majesty Queen Elizabeth II<br/>Charcoal, white paper; c. 1504<br/><br/>The numerous sketches of horsemen and foot-soldiers are "first thoughts" for various parts of the <i>Battle</i>, delineated with intense vigour and impetus, barely attenuated by their precarious state of conservation. The two horses fighting each other seem to have been drawn from little three-dimensional wax models: "Make one of wax a finger long", wrote Leonardo.';
				titolo[totIcone]='VII.1.d';
				chiaveImm[totIcone]='23353';
				filmato[totIcone]='';
			</script></pre>
</li>
</div>
<div align="left">
<li class="leoanteprime">
<pre><img src="images/e.gif" alt="e" width="47" height="60" align="absmiddle"><img src="http://vitruvio.imss.fi.it/foto/mdl/VII_1_er.gif" alt="VII.1.e" name="img0e" hspace="2" align="absmiddle" onclick="cambiaImg(0,'http://vitruvio.imss.fi.it/foto/mdl/VII_1_ers.jpg', aggiustaApici('Leonardo da Vinci<br/>Studies of fighting horsemen<br/>London, The British Museum, 1854-5-13-17<br/>Pen, ink, yellowed white paper; c. 1504<br/>Facsimile reproduction<br/><br/>The swift, intense sketches of horsemen fighting and two horses trying to bite each other represent the first idea for the left side of the <i>Battle</i>. The alive representation of the furiously struggling soldiers reflects Leonardo|s thoughts on battle: &quot;Where by necessity occur infinite foreshortenings and bendings of those engaging in this discord, or it might be said, this most bestial madness.&quot;'), aggiustaApici('VII.1.e'), '')" style="cursor:pointer; border-color:#98907d" onmouseover="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_er.gif', true)" onmouseout="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_er.gif', false)" border="1"><script>
				totIcone++;
				pathImm["img"+totIcone] = 'http://vitruvio.imss.fi.it/foto/mdl/VII_1_ers.jpg';
				didascalie[totIcone]='Leonardo da Vinci<br/>Studies of fighting horsemen<br/>London, The British Museum, 1854-5-13-17<br/>Pen, ink, yellowed white paper; c. 1504<br/>Facsimile reproduction<br/><br/>The swift, intense sketches of horsemen fighting and two horses trying to bite each other represent the first idea for the left side of the <i>Battle</i>. The alive representation of the furiously struggling soldiers reflects Leonardo|s thoughts on battle: "Where by necessity occur infinite foreshortenings and bendings of those engaging in this discord, or it might be said, this most bestial madness."';
				titolo[totIcone]='VII.1.e';
				chiaveImm[totIcone]='23354';
				filmato[totIcone]='';
			</script></pre>
</li>
</div>
<div align="left">
<li class="leoanteprime">
<pre><img src="images/f.gif" alt="f" width="47" height="60" align="absmiddle"><img src="http://vitruvio.imss.fi.it/foto/mdl/VII_1_fr.gif" alt="VII.1.f" name="img0f" hspace="2" align="absmiddle" onclick="cambiaImg(0,'http://vitruvio.imss.fi.it/foto/mdl/VII_1_frs.jpg', aggiustaApici('Leonardo da Vinci<br/>Cavalcade<br/>Windsor, The Royal Collection, 12339r<br/>Lent by Her Majesty Queen Elizabeth II<br/>Charcoal, slightly yellowed white paper; c. 1504<br/><br/>The splendid motion of the close-packed group of horsemen that, arriving at a headlong gallop, appears to stop short, causes the horses to rear up as the bridge they were headed for suddenly appears before them.'), aggiustaApici('VII.1.f'), '')" style="cursor:pointer; border-color:#98907d" onmouseover="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_fr.gif', true)" onmouseout="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_fr.gif', false)" border="1"><script>
				totIcone++;
				pathImm["img"+totIcone] = 'http://vitruvio.imss.fi.it/foto/mdl/VII_1_frs.jpg';
				didascalie[totIcone]='Leonardo da Vinci<br/>Cavalcade<br/>Windsor, The Royal Collection, 12339r<br/>Lent by Her Majesty Queen Elizabeth II<br/>Charcoal, slightly yellowed white paper; c. 1504<br/><br/>The splendid motion of the close-packed group of horsemen that, arriving at a headlong gallop, appears to stop short, causes the horses to rear up as the bridge they were headed for suddenly appears before them.';
				titolo[totIcone]='VII.1.f';
				chiaveImm[totIcone]='23355';
				filmato[totIcone]='';
			</script></pre>
</li>
</div>
<div align="left">
<li class="leoanteprime">
<pre><img src="images/g.gif" alt="g" width="47" height="60" align="absmiddle"><img src="http://vitruvio.imss.fi.it/foto/mdl/VII_1_gr.gif" alt="VII.1.g" name="img0g" hspace="2" align="absmiddle" onclick="cambiaImg(0,'http://vitruvio.imss.fi.it/foto/mdl/VII_1_grs.jpg', aggiustaApici('Leonardo da Vinci<br/>Study of horse turning to the left, its head to the right<br/>Windsor, The Royal Collection, 12334r<br/>Lent by Her Majesty Queen Elizabeth II<br/>Charcoal, white paper; c. 1504<br/><br/>This drawing of a horse, caught at the fleeting moment in which it rears, its neck turned all the way back, its nose above its shoulders, while its body remains turned in profile to the opposite side, probably formed part of &quot;A book of horses sketched for the cartoon&quot;.'), aggiustaApici('VII.1.g'), '')" style="cursor:pointer; border-color:#98907d" onmouseover="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_gr.gif', true)" onmouseout="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_gr.gif', false)" border="1"><script>
				totIcone++;
				pathImm["img"+totIcone] = 'http://vitruvio.imss.fi.it/foto/mdl/VII_1_grs.jpg';
				didascalie[totIcone]='Leonardo da Vinci<br/>Study of horse turning to the left, its head to the right<br/>Windsor, The Royal Collection, 12334r<br/>Lent by Her Majesty Queen Elizabeth II<br/>Charcoal, white paper; c. 1504<br/><br/>This drawing of a horse, caught at the fleeting moment in which it rears, its neck turned all the way back, its nose above its shoulders, while its body remains turned in profile to the opposite side, probably formed part of "A book of horses sketched for the cartoon".';
				titolo[totIcone]='VII.1.g';
				chiaveImm[totIcone]='23356';
				filmato[totIcone]='';
			</script></pre>
</li>
</div>
<div align="left">
<li class="leoanteprime">
<pre><img src="images/h.gif" alt="h" width="47" height="60" align="absmiddle"><img src="http://vitruvio.imss.fi.it/foto/mdl/VII_1_hr.gif" alt="VII.1.h" name="img0h" hspace="2" align="absmiddle" onclick="cambiaImg(0,'http://vitruvio.imss.fi.it/foto/mdl/VII_1_hrs.jpg', aggiustaApici('Leonardo da Vinci<br/>Studies of horse|s hind legs<br/>Turin, Biblioteca Reale, 15582 D.C.<br/>Red chalk, with traces of black pencil; c. 1504<br/><br/>The position of the hind legs, bent to support the weight of the rearing body, is the same assumed by the horse on the right in the group at the centre of the <i>Battle</i>. In Leonardo, close attention to the conformation and physiology of horses, whose role in warfare was crucially important, was second only to that dedicated to man. He also owned a &quot;book of medicine for horses.&quot;'), aggiustaApici('VII.1.h'), '')" style="cursor:pointer; border-color:#98907d" onmouseover="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_hr.gif', true)" onmouseout="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_hr.gif', false)" border="1"><script>
				totIcone++;
				pathImm["img"+totIcone] = 'http://vitruvio.imss.fi.it/foto/mdl/VII_1_hrs.jpg';
				didascalie[totIcone]='Leonardo da Vinci<br/>Studies of horse|s hind legs<br/>Turin, Biblioteca Reale, 15582 D.C.<br/>Red chalk, with traces of black pencil; c. 1504<br/><br/>The position of the hind legs, bent to support the weight of the rearing body, is the same assumed by the horse on the right in the group at the centre of the <i>Battle</i>. In Leonardo, close attention to the conformation and physiology of horses, whose role in warfare was crucially important, was second only to that dedicated to man. He also owned a "book of medicine for horses."';
				titolo[totIcone]='VII.1.h';
				chiaveImm[totIcone]='23357';
				filmato[totIcone]='';
			</script></pre>
</li>
</div>
<div align="left">
<li class="leoanteprime">
<pre><img src="images/i.gif" alt="i" width="47" height="60" align="absmiddle"><img src="http://vitruvio.imss.fi.it/foto/mdl/VII_1_ir.gif" alt="VII.1.i" name="img0i" hspace="2" align="absmiddle" onclick="cambiaImg(0,'http://vitruvio.imss.fi.it/foto/mdl/VII_1_irs.jpg', aggiustaApici('Leonardo da Vinci<br/>Studies of horses, a horseman, and male figures in motion<br/>Windsor, The Royal Collection, 12330r<br/>Lent by Her Majesty Queen Elizabeth II<br/>Pen and ink; c. 1504<br/><br/>Both the group of horsemen with swords raised to strike the horse fallen to the ground, and the other two groups of horses fighting each other, kicking and biting, seem to have been planned for the left side of the <i>Battle</i>, while the two nude foot-soldiers, who appear to be struggling hard to climb the banks of the river, were apparently destined to a peripheral episode.'), aggiustaApici('VII.1.i'), '')" style="cursor:pointer; border-color:#98907d" onmouseover="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_ir.gif', true)" onmouseout="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_ir.gif', false)" border="1"><script>
				totIcone++;
				pathImm["img"+totIcone] = 'http://vitruvio.imss.fi.it/foto/mdl/VII_1_irs.jpg';
				didascalie[totIcone]='Leonardo da Vinci<br/>Studies of horses, a horseman, and male figures in motion<br/>Windsor, The Royal Collection, 12330r<br/>Lent by Her Majesty Queen Elizabeth II<br/>Pen and ink; c. 1504<br/><br/>Both the group of horsemen with swords raised to strike the horse fallen to the ground, and the other two groups of horses fighting each other, kicking and biting, seem to have been planned for the left side of the <i>Battle</i>, while the two nude foot-soldiers, who appear to be struggling hard to climb the banks of the river, were apparently destined to a peripheral episode.';
				titolo[totIcone]='VII.1.i';
				chiaveImm[totIcone]='23358';
				filmato[totIcone]='';
			</script></pre>
</li>
</div>
<div align="left">
<li class="leoanteprime">
<pre><img src="images/j.gif" alt="j" width="47" height="60" align="absmiddle"><img src="http://vitruvio.imss.fi.it/foto/mdl/VII_1_jr.gif" alt="VII.1.j" name="img0j" hspace="2" align="absmiddle" onclick="cambiaImg(0,'http://vitruvio.imss.fi.it/foto/mdl/VII_1_jrs.jpg', aggiustaApici('Leonardo da Vinci<br/>Head of a man seen in right profile<br/>Venice, Gabinetto Disegni e Stampe delle Gallerie dell|Accademia, 232<br/>Black pencil, lead point, white paper; c. 1504<br/><br/>The expressive force contracted in the grimace of the half-open mouth with clenched teeth and the intense gaze of the frowning eye fully reflect Leonardo|s thoughts: &quot;Make the vanquished pale and downcast, with the brows joined high, [...] the arched lips disclose the upper teeth, the teeth parted to cry out in lamentation.&quot;'), aggiustaApici('VII.1.j'), '')" style="cursor:pointer; border-color:#98907d" onmouseover="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_jr.gif', true)" onmouseout="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_jr.gif', false)" border="1"><script>
				totIcone++;
				pathImm["img"+totIcone] = 'http://vitruvio.imss.fi.it/foto/mdl/VII_1_jrs.jpg';
				didascalie[totIcone]='Leonardo da Vinci<br/>Head of a man seen in right profile<br/>Venice, Gabinetto Disegni e Stampe delle Gallerie dell|Accademia, 232<br/>Black pencil, lead point, white paper; c. 1504<br/><br/>The expressive force contracted in the grimace of the half-open mouth with clenched teeth and the intense gaze of the frowning eye fully reflect Leonardo|s thoughts: "Make the vanquished pale and downcast, with the brows joined high, [...] the arched lips disclose the upper teeth, the teeth parted to cry out in lamentation."';
				titolo[totIcone]='VII.1.j';
				chiaveImm[totIcone]='23359';
				filmato[totIcone]='';
			</script></pre>
</li>
</div>
<div align="left">
<li class="leoanteprime">
<pre><img src="images/k.gif" alt="k" width="47" height="60" align="absmiddle"><img src="http://vitruvio.imss.fi.it/foto/mdl/VII_1_kr.gif" alt="VII.1.k" name="img0k" hspace="2" align="absmiddle" onclick="cambiaImg(0,'http://vitruvio.imss.fi.it/foto/mdl/VII_1_krs.jpg', aggiustaApici('16th century Tuscan painter<br/>&quot;Struggle of the standard&quot; in the <i>Battle of Anghiari</i><br/>Florence, Galleria degli Uffizi, inv. 1890, no. 5376<br/>Oil on wood; late 16th century<br/><br/>This painting copies only the parts painted by Leonardo, leaving gaps where they had remained unfinished. Thus Pier Giampaolo Orsini, commander of the victorious League of the Florentine Republic in the battle of 1440, is portrayed only in part, in an extremely scrupulous documentary record.'), aggiustaApici('VII.1.k'), '')" style="cursor:pointer; border-color:#98907d" onmouseover="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_kr.gif', true)" onmouseout="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_kr.gif', false)" border="1"><script>
				totIcone++;
				pathImm["img"+totIcone] = 'http://vitruvio.imss.fi.it/foto/mdl/VII_1_krs.jpg';
				didascalie[totIcone]='16th century Tuscan painter<br/>"Struggle of the standard" in the <i>Battle of Anghiari</i><br/>Florence, Galleria degli Uffizi, inv. 1890, no. 5376<br/>Oil on wood; late 16th century<br/><br/>This painting copies only the parts painted by Leonardo, leaving gaps where they had remained unfinished. Thus Pier Giampaolo Orsini, commander of the victorious League of the Florentine Republic in the battle of 1440, is portrayed only in part, in an extremely scrupulous documentary record.';
				titolo[totIcone]='VII.1.k';
				chiaveImm[totIcone]='23360';
				filmato[totIcone]='';
			</script></pre>
</li>
</div>
<div align="left">
<li class="leoanteprime">
<pre><img src="images/l.gif" alt="l" width="47" height="60" align="absmiddle"><img src="http://vitruvio.imss.fi.it/foto/mdl/VII_1_lr.gif" alt="VII.1.l" name="img0l" hspace="2" align="absmiddle" onclick="cambiaImg(0,'http://vitruvio.imss.fi.it/foto/mdl/VII_1_lrs.jpg', aggiustaApici('Anonymous 16th century painter<br/>Copy of the &quot;Struggle of the standard&quot;<br/>Florence, Museo della Fondazione Horne, no. 6<br/>Oil on canvas; 16th century<br/><br/>Although the largest of the copies is interesting for both its chromatic and its documentary aspects, this is offset to some degree by the author|s imaginative additions: the horsemen|s trousers, the foot-soldier|s sabre, the metal tip of the banner, the landscape and the vegetation are all invented elements.'), aggiustaApici('VII.1.l'), '')" style="cursor:pointer; border-color:#98907d" onmouseover="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_lr.gif', true)" onmouseout="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_lr.gif', false)" border="1"><script>
				totIcone++;
				pathImm["img"+totIcone] = 'http://vitruvio.imss.fi.it/foto/mdl/VII_1_lrs.jpg';
				didascalie[totIcone]='Anonymous 16th century painter<br/>Copy of the "Struggle of the standard"<br/>Florence, Museo della Fondazione Horne, no. 6<br/>Oil on canvas; 16th century<br/><br/>Although the largest of the copies is interesting for both its chromatic and its documentary aspects, this is offset to some degree by the author|s imaginative additions: the horsemen|s trousers, the foot-soldier|s sabre, the metal tip of the banner, the landscape and the vegetation are all invented elements.';
				titolo[totIcone]='VII.1.l';
				chiaveImm[totIcone]='23361';
				filmato[totIcone]='';
			</script></pre>
</li>
</div>
<div align="left">
<li class="leoanteprime">
<pre><img src="images/m.gif" alt="m" width="47" height="60" align="absmiddle"><img src="http://vitruvio.imss.fi.it/foto/mdl/VII_1_mr.gif" alt="VII.1.m" name="img0m" hspace="2" align="absmiddle" onclick="cambiaImg(0,'http://vitruvio.imss.fi.it/foto/mdl/VII_1_mrs.jpg', aggiustaApici('Anonymous 16th century (?) painter<br/>Copy of the &quot;Struggle of the standard&quot;<br/>Florence, Gabinetto Disegni e Stampe degli Uffizi, no. 14591 F<br/>Pen, ink, brown watercolor, white paper; 1553<br/><br/>This strikingly effective copy in drawing was probably itself copied from the drawing in the Rucellai Collection, as suggested by some coincidences; for example, the densely interwoven legs and heads of the two horses and the positioning of the foot-soldiers on the ground, caught precisely between the horses| hind legs.'), aggiustaApici('VII.1.m'), '')" style="cursor:pointer; border-color:#98907d" onmouseover="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_mr.gif', true)" onmouseout="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_mr.gif', false)" border="1"><script>
				totIcone++;
				pathImm["img"+totIcone] = 'http://vitruvio.imss.fi.it/foto/mdl/VII_1_mrs.jpg';
				didascalie[totIcone]='Anonymous 16th century (?) painter<br/>Copy of the "Struggle of the standard"<br/>Florence, Gabinetto Disegni e Stampe degli Uffizi, no. 14591 F<br/>Pen, ink, brown watercolor, white paper; 1553<br/><br/>This strikingly effective copy in drawing was probably itself copied from the drawing in the Rucellai Collection, as suggested by some coincidences; for example, the densely interwoven legs and heads of the two horses and the positioning of the foot-soldiers on the ground, caught precisely between the horses| hind legs.';
				titolo[totIcone]='VII.1.m';
				chiaveImm[totIcone]='23362';
				filmato[totIcone]='';
			</script></pre>
</li>
</div>
<div align="left">
<li class="leoanteprime">
<pre><img src="images/n.gif" alt="n" width="47" height="60" align="absmiddle"><img src="http://vitruvio.imss.fi.it/foto/mdl/VII_1_nr.gif" alt="VII.1.n" name="img0n" hspace="2" align="absmiddle" onclick="cambiaImg(0,'http://vitruvio.imss.fi.it/foto/mdl/VII_1_nrs.jpg', aggiustaApici('Anonymous 16th century (?) painter<br/>Copy of the &quot;Struggle of the standard&quot;<br/>Milan, Rucellai Collection<br/>Pen and ink, white paper; early 16th century<br/><br/>The documentary value of this drawing, recognized as one of the copies most faithful to Leonardo|s prototype, consists of the barely hinted representation of the horseman at the far right and the definition of the figure on the left: the warrior to whom, not by chance, great importance is assigned in Vasari|s description.'), aggiustaApici('VII.1.n'), '')" style="cursor:pointer; border-color:#98907d" onmouseover="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_nr.gif', true)" onmouseout="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_nr.gif', false)" border="1"><script>
				totIcone++;
				pathImm["img"+totIcone] = 'http://vitruvio.imss.fi.it/foto/mdl/VII_1_nrs.jpg';
				didascalie[totIcone]='Anonymous 16th century (?) painter<br/>Copy of the "Struggle of the standard"<br/>Milan, Rucellai Collection<br/>Pen and ink, white paper; early 16th century<br/><br/>The documentary value of this drawing, recognized as one of the copies most faithful to Leonardo|s prototype, consists of the barely hinted representation of the horseman at the far right and the definition of the figure on the left: the warrior to whom, not by chance, great importance is assigned in Vasari|s description.';
				titolo[totIcone]='VII.1.n';
				chiaveImm[totIcone]='23363';
				filmato[totIcone]='';
			</script></pre>
</li>
</div>
<div align="left">
<li class="leoanteprime">
<pre><img src="images/o.gif" alt="o" width="47" height="60" align="absmiddle"><img src="http://vitruvio.imss.fi.it/foto/mdl/VII_1_or.gif" alt="VII.1.o" name="img0o" hspace="2" align="absmiddle" onclick="cambiaImg(0,'http://vitruvio.imss.fi.it/foto/mdl/VII_1_ors.jpg', aggiustaApici('Lorenzo Zacchia the Younger<br/>Copy of the &quot;Struggle of the standard&quot;<br/>Vienna, Graphische Sammlung Albertina, inv. 40.312 C<br/>Engraving on copper; 1558<br/><br/>This engraving may derive from a third version, the so-called &quot;trial panel&quot;, that Leonardo is thought to have painted to experiment a new pictorial technique, as seems be suggested by the wording on the engraving: &quot;EX TABELLA PROPRIA LEONARDI VINCII&quot; (&quot;after Leonardo da Vinci|s panel&quot;).'), aggiustaApici('VII.1.o'), '')" style="cursor:pointer; border-color:#98907d" onmouseover="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_or.gif', true)" onmouseout="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_or.gif', false)" border="1"><script>
				totIcone++;
				pathImm["img"+totIcone] = 'http://vitruvio.imss.fi.it/foto/mdl/VII_1_ors.jpg';
				didascalie[totIcone]='Lorenzo Zacchia the Younger<br/>Copy of the "Struggle of the standard"<br/>Vienna, Graphische Sammlung Albertina, inv. 40.312 C<br/>Engraving on copper; 1558<br/><br/>This engraving may derive from a third version, the so-called "trial panel", that Leonardo is thought to have painted to experiment a new pictorial technique, as seems be suggested by the wording on the engraving: "EX TABELLA PROPRIA LEONARDI VINCII" ("after Leonardo da Vinci|s panel").';
				titolo[totIcone]='VII.1.o';
				chiaveImm[totIcone]='23364';
				filmato[totIcone]='';
			</script></pre>
</li>
</div>
<div align="left">
<li class="leoanteprime">
<pre><img src="images/p.gif" alt="p" width="47" height="60" align="absmiddle"><img src="http://vitruvio.imss.fi.it/foto/mdl/VII_1_pr.gif" alt="VII.1.p" name="img0p" hspace="2" align="absmiddle" onclick="cambiaImg(0,'http://vitruvio.imss.fi.it/foto/mdl/VII_1_prs.jpg', aggiustaApici('Anonymous 16th century painter<br/>Horseman with lance and sword (Francesco Piccinino)<br/>Paris, Musée du Louvre, Département des Arts Graphiques, no. 2559<br/>Pen and ink, white lead, tinted paper; early 16th century<br/><br/>A partial but accurate copy, which represents Francesco Piccinino in the aspect of a centaur. This evokes the mythological transformation of man into beast, thus expressing Leonardo|s vision of man|s methamorphosis (when dominated by violent passions, as in war) into a beastly creature. Leonardo defines war as &quot;most bestial madness&quot;.'), aggiustaApici('VII.1.p'), '')" style="cursor:pointer; border-color:#98907d" onmouseover="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_pr.gif', true)" onmouseout="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_pr.gif', false)" border="1"><script>
				totIcone++;
				pathImm["img"+totIcone] = 'http://vitruvio.imss.fi.it/foto/mdl/VII_1_prs.jpg';
				didascalie[totIcone]='Anonymous 16th century painter<br/>Horseman with lance and sword (Francesco Piccinino)<br/>Paris, Musée du Louvre, Département des Arts Graphiques, no. 2559<br/>Pen and ink, white lead, tinted paper; early 16th century<br/><br/>A partial but accurate copy, which represents Francesco Piccinino in the aspect of a centaur. This evokes the mythological transformation of man into beast, thus expressing Leonardo|s vision of man|s methamorphosis (when dominated by violent passions, as in war) into a beastly creature. Leonardo defines war as "most bestial madness".';
				titolo[totIcone]='VII.1.p';
				chiaveImm[totIcone]='23365';
				filmato[totIcone]='';
			</script></pre>
</li>
</div>
<div align="left">
<li class="leoanteprime">
<pre><img src="images/q.gif" alt="q" width="47" height="60" align="absmiddle"><img src="http://vitruvio.imss.fi.it/foto/mdl/VII_1_qr.gif" alt="VII.1.q" name="img0q" hspace="2" align="absmiddle" onclick="cambiaImg(0,'http://vitruvio.imss.fi.it/foto/mdl/VII_1_qrs.jpg', aggiustaApici('Anonymous 16th century painter<br/>Head of a warrior (Niccolò Piccinino)<br/>Oxford, The Ashmolean Museum of Art and Archeology, no. 20<br/>Black chalk, gray-blue paper; 16th century<br/>Facsimile reproduction<br/><br/>The drawing is a partial copy of the <i>Struggle for the standard</i>, on the same scale as the original cartoon. The face of the howling warrior has been identified as that of the Milanese Niccolò Piccinino: the &quot;old soldier, with a red cap&quot; described by Vasari.'), aggiustaApici('VII.1.q'), '')" style="cursor:pointer; border-color:#98907d" onmouseover="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_qr.gif', true)" onmouseout="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_qr.gif', false)" border="1"><script>
				totIcone++;
				pathImm["img"+totIcone] = 'http://vitruvio.imss.fi.it/foto/mdl/VII_1_qrs.jpg';
				didascalie[totIcone]='Anonymous 16th century painter<br/>Head of a warrior (Niccolò Piccinino)<br/>Oxford, The Ashmolean Museum of Art and Archeology, no. 20<br/>Black chalk, gray-blue paper; 16th century<br/>Facsimile reproduction<br/><br/>The drawing is a partial copy of the <i>Struggle for the standard</i>, on the same scale as the original cartoon. The face of the howling warrior has been identified as that of the Milanese Niccolò Piccinino: the "old soldier, with a red cap" described by Vasari.';
				titolo[totIcone]='VII.1.q';
				chiaveImm[totIcone]='23366';
				filmato[totIcone]='';
			</script></pre>
</li>
</div>
<div align="left">
<li class="leoanteprime">
<pre><img src="images/r.gif" alt="r" width="47" height="60" align="absmiddle"><img src="http://vitruvio.imss.fi.it/foto/mdl/VII_1_rr.gif" alt="VII.1.r" name="img0r" hspace="2" align="absmiddle" onclick="cambiaImg(0,'http://vitruvio.imss.fi.it/foto/mdl/VII_1_rrs.jpg', aggiustaApici('Giovan Francesco Rustici<br/>Skirmish between horseman and foot-soldiers<br/>Terracotta; c. 1508<br/>Florence, Museo Nazionale del Bargello, inv. 469 S<br/><br/>The terracotta groups by the Florentine sculptor Giovan Francesco Rustici (Florence 1474-Tours 1554) bear witness to the fortune of a genre that stems directly from the results achieved by Leonardo in his drawings for the <i>Battle of Anghiari</i>. The ferocity of the skirmish in which horses, riders and foot-soldiers struggle in a tangled mass is strikingly apparent.<br/>In this, as in all of the other groups, the scene consists of a single core of action with the same compositional scheme: at the centre, the figure of a rearing horse establishes a straight line on the diagonal, the horseman struggles with his enemy forcing him down backwards, while the foot-soldiers on the ground are positioned so as to fill the empty spaces in front of, beneath and behind the horse.'), aggiustaApici('VII.1.r'), '')" style="cursor:pointer; border-color:#98907d" onmouseover="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_rr.gif', true)" onmouseout="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_rr.gif', false)" border="1"><script>
				totIcone++;
				pathImm["img"+totIcone] = 'http://vitruvio.imss.fi.it/foto/mdl/VII_1_rrs.jpg';
				didascalie[totIcone]='Giovan Francesco Rustici<br/>Skirmish between horseman and foot-soldiers<br/>Terracotta; c. 1508<br/>Florence, Museo Nazionale del Bargello, inv. 469 S<br/><br/>The terracotta groups by the Florentine sculptor Giovan Francesco Rustici (Florence 1474-Tours 1554) bear witness to the fortune of a genre that stems directly from the results achieved by Leonardo in his drawings for the <i>Battle of Anghiari</i>. The ferocity of the skirmish in which horses, riders and foot-soldiers struggle in a tangled mass is strikingly apparent.<br/>In this, as in all of the other groups, the scene consists of a single core of action with the same compositional scheme: at the centre, the figure of a rearing horse establishes a straight line on the diagonal, the horseman struggles with his enemy forcing him down backwards, while the foot-soldiers on the ground are positioned so as to fill the empty spaces in front of, beneath and behind the horse.';
				titolo[totIcone]='VII.1.r';
				chiaveImm[totIcone]='23367';
				filmato[totIcone]='';
			</script></pre>
</li>
</div>
<div align="left">
<li class="leoanteprime">
<pre><img src="images/s.gif" alt="s" width="47" height="60" align="absmiddle"><img src="http://vitruvio.imss.fi.it/foto/mdl/VII_1_sr.gif" alt="VII.1.s" name="img0s" hspace="2" align="absmiddle" onclick="cambiaImg(0,'http://vitruvio.imss.fi.it/foto/mdl/VII_1_srs.jpg', aggiustaApici('Giovan Francesco Rustici<br/>Skirmish between horseman and foot-soldiers<br/>Terracotta; c. 1508<br/>Paris, Musée du Louvre, Département des Sculptures, R.F. 1535<br/><br/>The bodies form a tangled mass, and from the dramatic tumult emerge shouting faces with mouths gaping wide, recalling the heads of screaming warriors in Leonardo|s preparatory drawings for the <i>Battle</i>. In all of the versions (except the one in the Bargello) the figure of a fallen warrior biting the horseman|s foot, at the centre of the scene, remains unchanged.'), aggiustaApici('VII.1.s'), '')" style="cursor:pointer; border-color:#98907d" onmouseover="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_sr.gif', true)" onmouseout="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_sr.gif', false)" border="1"><script>
				totIcone++;
				pathImm["img"+totIcone] = 'http://vitruvio.imss.fi.it/foto/mdl/VII_1_srs.jpg';
				didascalie[totIcone]='Giovan Francesco Rustici<br/>Skirmish between horseman and foot-soldiers<br/>Terracotta; c. 1508<br/>Paris, Musée du Louvre, Département des Sculptures, R.F. 1535<br/><br/>The bodies form a tangled mass, and from the dramatic tumult emerge shouting faces with mouths gaping wide, recalling the heads of screaming warriors in Leonardo|s preparatory drawings for the <i>Battle</i>. In all of the versions (except the one in the Bargello) the figure of a fallen warrior biting the horseman|s foot, at the centre of the scene, remains unchanged.';
				titolo[totIcone]='VII.1.s';
				chiaveImm[totIcone]='23368';
				filmato[totIcone]='';
			</script></pre>
</li>
</div>
<div align="left">
<li class="leoanteprime">
<pre><img src="images/t.gif" alt="t" width="47" height="60" align="absmiddle"><img src="http://vitruvio.imss.fi.it/foto/mdl/VII_1_tr.gif" alt="VII.1.t" name="img0t" hspace="2" align="absmiddle" onclick="cambiaImg(0,'http://vitruvio.imss.fi.it/foto/mdl/VII_1_trs.jpg', aggiustaApici('Giovan Francesco Rustici<br/>Skirmish between horseman and foot-soldiers<br/>Terracotta; c. 1508<br/>Florence, Palazzo Vecchio, Loeser Collection, inv. 1933, no. 8<br/><br/>Here the struggle becomes fierce and bloody. The horseman and his sprawling enemy are wounding each other, and even the horse is actively engaged in fighting, biting the elbow of the warrior lying head down, while the standing foot-soldier is pulling the horse back by the mane and wounding him with his sword, as if the animal were a real warrior taking part in the battle.'), aggiustaApici('VII.1.t'), '')" style="cursor:pointer; border-color:#98907d" onmouseover="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_tr.gif', true)" onmouseout="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_tr.gif', false)" border="1"><script>
				totIcone++;
				pathImm["img"+totIcone] = 'http://vitruvio.imss.fi.it/foto/mdl/VII_1_trs.jpg';
				didascalie[totIcone]='Giovan Francesco Rustici<br/>Skirmish between horseman and foot-soldiers<br/>Terracotta; c. 1508<br/>Florence, Palazzo Vecchio, Loeser Collection, inv. 1933, no. 8<br/><br/>Here the struggle becomes fierce and bloody. The horseman and his sprawling enemy are wounding each other, and even the horse is actively engaged in fighting, biting the elbow of the warrior lying head down, while the standing foot-soldier is pulling the horse back by the mane and wounding him with his sword, as if the animal were a real warrior taking part in the battle.';
				titolo[totIcone]='VII.1.t';
				chiaveImm[totIcone]='23369';
				filmato[totIcone]='';
			</script></pre>
</li>
</div>
<div align="left">
<li class="leoanteprime">
<pre><img src="images/u.gif" alt="u" width="47" height="60" align="absmiddle"><img src="http://vitruvio.imss.fi.it/foto/mdl/VII_1_ur.gif" alt="VII.1.u" name="img0u" hspace="2" align="absmiddle" onclick="cambiaImg(0,'http://vitruvio.imss.fi.it/foto/mdl/VII_1_urs.jpg', aggiustaApici('Giovan Francesco Rustici<br/>Skirmish between horseman and foot-soldiers<br/>Terracotta; c. 1508<br/>Florence, Palazzo Vecchio, Loeser Collection, inv. 1933, no. 7<br/><br/>As in the previous group, there are six warriors. The foot-soldier lying on the ground has been added under one of the hooves of the rearing horse. The scene is enriched by secondary details that differ in each of the skirmishes: various kinds of helmet and armour, fluttering cloaks, epaulettes and knee-guards shaped like lion|s heads, swords with ornate hilts, and so on.'), aggiustaApici('VII.1.u'), '')" style="cursor:pointer; border-color:#98907d" onmouseover="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_ur.gif', true)" onmouseout="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_ur.gif', false)" border="1"><script>
				totIcone++;
				pathImm["img"+totIcone] = 'http://vitruvio.imss.fi.it/foto/mdl/VII_1_urs.jpg';
				didascalie[totIcone]='Giovan Francesco Rustici<br/>Skirmish between horseman and foot-soldiers<br/>Terracotta; c. 1508<br/>Florence, Palazzo Vecchio, Loeser Collection, inv. 1933, no. 7<br/><br/>As in the previous group, there are six warriors. The foot-soldier lying on the ground has been added under one of the hooves of the rearing horse. The scene is enriched by secondary details that differ in each of the skirmishes: various kinds of helmet and armour, fluttering cloaks, epaulettes and knee-guards shaped like lion|s heads, swords with ornate hilts, and so on.';
				titolo[totIcone]='VII.1.u';
				chiaveImm[totIcone]='23370';
				filmato[totIcone]='';
			</script></pre>
</li>
</div>
<div align="left">
<li class="leoanteprime">
<pre><img src="images/v.gif" alt="v" width="47" height="60" align="absmiddle"><img src="http://vitruvio.imss.fi.it/foto/mdl/VII_1_vr.gif" alt="VII.1.v" name="img0v" hspace="2" align="absmiddle" onclick="cambiaImg(0,'http://vitruvio.imss.fi.it/foto/mdl/VII_1_vrs.jpg', aggiustaApici('Giovan Francesco Rustici<br/>Skirmish between horseman and foot-soldiers<br/>Terracotta; c. 1508<br/>Moscow, Pu&#353;kin National Museum of Fine Arts, inv. no. II.2a-145<br/><br/>The <i>Skirmish</i> in the Pu&#353;kin Museum has the same compositional scheme of the previous Loeser group, with the warrior lying head down while snatching at the horseman|s flowing beard with his hand. Morever, it should be noted the horse|s tail, which hides the head of the warrior positioned on the right with a sumptuous curl.'), aggiustaApici('VII.1.v'), '')" style="cursor:pointer; border-color:#98907d" onmouseover="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_vr.gif', true)" onmouseout="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_vr.gif', false)" border="1"><script>
				totIcone++;
				pathImm["img"+totIcone] = 'http://vitruvio.imss.fi.it/foto/mdl/VII_1_vrs.jpg';
				didascalie[totIcone]='Giovan Francesco Rustici<br/>Skirmish between horseman and foot-soldiers<br/>Terracotta; c. 1508<br/>Moscow, Pu&#353;kin National Museum of Fine Arts, inv. no. II.2a-145<br/><br/>The <i>Skirmish</i> in the Pu&#353;kin Museum has the same compositional scheme of the previous Loeser group, with the warrior lying head down while snatching at the horseman|s flowing beard with his hand. Morever, it should be noted the horse|s tail, which hides the head of the warrior positioned on the right with a sumptuous curl.';
				titolo[totIcone]='VII.1.v';
				chiaveImm[totIcone]='23371';
				filmato[totIcone]='';
			</script></pre>
</li>
</div>
<div align="left">
<li class="leoanteprime">
<pre><img src="images/w.gif" alt="w" width="47" height="60" align="absmiddle"><img src="http://vitruvio.imss.fi.it/foto/mdl/VII_1_wr.gif" alt="VII.1.w" name="img0w" hspace="2" align="absmiddle" onclick="cambiaImg(0,'http://vitruvio.imss.fi.it/foto/mdl/VII_1_wrs.jpg', aggiustaApici('Francesco Albertini<br/><i>Memoriale di molte statue et picture ...</i>, Florence, Antonio Turbini, 1510<br/>Florence, Biblioteca Nazionale Centrale, Palat. E.6.5.65<br/><br/>f. 6r: &quot;In the great new High Council hall, 104 <i>braccia</i> long, 40 wide, are a panel painting by <i>fra Philippo</i>, the horses by Leonardo Vinci, and the drawings by Michelangelo.&quot;<br/>The <i>Memoriale</i> is a sort of &quot;tourist guide&quot;, in which Albertini describes works dating from 1504-1505. The passage quoted here is proof of the fact that, only a very few years after their creation, &quot;the horses of Leonardo&quot; were already one of the sights that had to be seen by art connoisseurs visiting Florence.'), aggiustaApici('VII.1.w'), '')" style="cursor:pointer; border-color:#98907d" onmouseover="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_wr.gif', true)" onmouseout="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_wr.gif', false)" border="1"><script>
				totIcone++;
				pathImm["img"+totIcone] = 'http://vitruvio.imss.fi.it/foto/mdl/VII_1_wrs.jpg';
				didascalie[totIcone]='Francesco Albertini<br/><i>Memoriale di molte statue et picture ...</i>, Florence, Antonio Turbini, 1510<br/>Florence, Biblioteca Nazionale Centrale, Palat. E.6.5.65<br/><br/>f. 6r: "In the great new High Council hall, 104 <i>braccia</i> long, 40 wide, are a panel painting by <i>fra Philippo</i>, the horses by Leonardo Vinci, and the drawings by Michelangelo."<br/>The <i>Memoriale</i> is a sort of "tourist guide", in which Albertini describes works dating from 1504-1505. The passage quoted here is proof of the fact that, only a very few years after their creation, "the horses of Leonardo" were already one of the sights that had to be seen by art connoisseurs visiting Florence.';
				titolo[totIcone]='VII.1.w';
				chiaveImm[totIcone]='23372';
				filmato[totIcone]='';
			</script></pre>
</li>
</div>
<div align="left">
<li class="leoanteprime">
<pre><img src="images/x.gif" alt="x" width="47" height="60" align="absmiddle"><img src="http://vitruvio.imss.fi.it/foto/mdl/VII_1_xr.gif" alt="VII.1.x" name="img0x" hspace="2" align="absmiddle" onclick="cambiaImg(0,'http://vitruvio.imss.fi.it/foto/mdl/VII_1_xrs.jpg', aggiustaApici('Anton Francesco Doni<br/><i>Disegno del Doni partito in più ragionamenti, ne| quali si tratta della scoltura et pittura ...</i>, Venice, Gabriel Giolito, 1549<br/>Florence, Biblioteca Nazionale Centrale, Rin. D.153<br/><br/>ff. 47v-48r: &quot;And having climbed the stairway to the great hall, diligently turn your gaze to the group of horses and men (a battle scene by Leonardo da Vinci) that will appear to you a miraculous thing.&quot; This passage is taken from a letter to Alberto Lollio, listing the &quot;tourist attractions&quot; of Florence.'), aggiustaApici('VII.1.x'), '')" style="cursor:pointer; border-color:#98907d" onmouseover="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_xr.gif', true)" onmouseout="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_xr.gif', false)" border="1"><script>
				totIcone++;
				pathImm["img"+totIcone] = 'http://vitruvio.imss.fi.it/foto/mdl/VII_1_xrs.jpg';
				didascalie[totIcone]='Anton Francesco Doni<br/><i>Disegno del Doni partito in più ragionamenti, ne| quali si tratta della scoltura et pittura ...</i>, Venice, Gabriel Giolito, 1549<br/>Florence, Biblioteca Nazionale Centrale, Rin. D.153<br/><br/>ff. 47v-48r: "And having climbed the stairway to the great hall, diligently turn your gaze to the group of horses and men (a battle scene by Leonardo da Vinci) that will appear to you a miraculous thing." This passage is taken from a letter to Alberto Lollio, listing the "tourist attractions" of Florence.';
				titolo[totIcone]='VII.1.x';
				chiaveImm[totIcone]='23373';
				filmato[totIcone]='';
			</script></pre>
</li>
</div>
<div align="left">
<li class="leoanteprime">
<pre><img src="images/y.gif" alt="y" width="47" height="60" align="absmiddle"><img src="http://vitruvio.imss.fi.it/foto/mdl/VII_1_yr.gif" alt="VII.1.y" name="img0y" hspace="2" align="absmiddle" onclick="cambiaImg(0,'http://vitruvio.imss.fi.it/foto/mdl/VII_1_yrs.jpg', aggiustaApici('Pomponius Gauricus<br/><i>Pomponii Gaurici Neapolitani De sculptura ...</i>, Florence, Ph. Junta, 1504<br/>Florence, Biblioteca Nazionale Centrale, Palat. 10.1.1.54, c. f recto<br/><br/>This treatise by the Neapolitan humanist Pomponius Gauricus (1480-1530), written in Padua around 1501 and published in Florence in 1504, contains eight chapters on various subjects listed on the title-page: sculpture, proportions, drawing, physiognomy, etc.<br/>In Chapter VIII Leonardo is mentioned as being &quot;famous for the great horse, which he could not finish, for the painting of the <i>Last Supper</i> and not least for his genius worthy of Archimedes&quot;.'), aggiustaApici('VII.1.y'), '')" style="cursor:pointer; border-color:#98907d" onmouseover="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_yr.gif', true)" onmouseout="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_yr.gif', false)" border="1"><script>
				totIcone++;
				pathImm["img"+totIcone] = 'http://vitruvio.imss.fi.it/foto/mdl/VII_1_yrs.jpg';
				didascalie[totIcone]='Pomponius Gauricus<br/><i>Pomponii Gaurici Neapolitani De sculptura ...</i>, Florence, Ph. Junta, 1504<br/>Florence, Biblioteca Nazionale Centrale, Palat. 10.1.1.54, c. f recto<br/><br/>This treatise by the Neapolitan humanist Pomponius Gauricus (1480-1530), written in Padua around 1501 and published in Florence in 1504, contains eight chapters on various subjects listed on the title-page: sculpture, proportions, drawing, physiognomy, etc.<br/>In Chapter VIII Leonardo is mentioned as being "famous for the great horse, which he could not finish, for the painting of the <i>Last Supper</i> and not least for his genius worthy of Archimedes".';
				titolo[totIcone]='VII.1.y';
				chiaveImm[totIcone]='23374';
				filmato[totIcone]='';
			</script></pre>
</li>
</div>
<div align="left">
<li class="leoanteprime">
<pre><img src="images/z.gif" alt="z" width="47" height="60" align="absmiddle"><img src="http://vitruvio.imss.fi.it/foto/mdl/VII_1_zr.gif" alt="VII.1.z" name="img0z" hspace="2" align="absmiddle" onclick="cambiaImg(0,'http://vitruvio.imss.fi.it/foto/mdl/VII_1_zrs.jpg', aggiustaApici('At the &quot;School of the World&quot;. Leonardo|s Battle of Anghiari<br/>Video animation <br/>IMSS multimedia laboratory'), aggiustaApici('VII.1.z'), '23460')" style="cursor:pointer; border-color:#98907d" onmouseover="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_zr.gif', true)" onmouseout="cambiaBordo('http://vitruvio.imss.fi.it/foto/mdl/VII_1_zr.gif', false)" border="1"><script>
				totIcone++;
				pathImm["img"+totIcone] = 'http://vitruvio.imss.fi.it/foto/mdl/VII_1_zrs.jpg';
				didascalie[totIcone]='At the "School of the World". Leonardo|s Battle of Anghiari<br/>Video animation <br/>IMSS multimedia laboratory';
				titolo[totIcone]='VII.1.z';
				chiaveImm[totIcone]='23461';
				filmato[totIcone]='23460';
			</script></pre>
</li>
</div>
</ul>
</td>
</tr>
<tr>
<td align="left"></td>
</tr>
<tr>
<td align="left"> </td>
</tr>
<tr>
<td align="left"> </td>
</tr>
<tr>
<td align="left"> </td>
</tr>
<tr>
<td align="left"> </td>
</tr>
</table></td>
<td width="10" nowrap> </td>
</tr>
<tr>
<td valign="top" nowrap> </td>
<td nowrap> </td>
<td align="left" valign="top"> </td>
<td align="left" valign="top"> </td>
</tr>
</table></td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td bgcolor="#958881" colspan="3" height="3" nowrap><img src="images/spacer.gif" height="3"></td></tr>
</table>
<div id="piedipagina">
<div class="blocco">        <span class="grigio">© 2006 IMSS</span>   <span class="grigio">Piazza dei Giudici 1</span>   <span class="grigio">50122 Florence</span>   <span class="grigio">ITALY</span></div>
</div>
<noscript>
<p class="grassetto">It is necessary to have Javascript enabled for the simple search function in this page to function properly.<br></p>
</noscript><script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script><script type="text/javascript">
var pageTracker = _gat._getTracker("UA-1978002-1");
pageTracker._trackPageview();
</script></body>
</html>
