function fBig(numFoto){
   var winBig;
   winBig = window.open("fotoBig","",'scrollbars=yes,resizable=yes,width=800,height=600');
   winBig.document.write("<html>");
   winBig.document.write("<head>");
   winBig.document.write("<link rel=stylesheet href=\"../../css/romaforever_it.css\" type=\"text/css\">");
   winBig.document.write("</head>");
   winBig.document.write('<body bgcolor="#FFAE29">');
   winBig.document.write("<center>");
   winBig.document.write("<img  border=\"0\" src=\"http://www.romaforever.it/photo/francesco-totti/Francesco_Totti_"+numFoto+".jpg\">");
   
   winBig.document.write("<bR>");
   winBig.document.write('<table border="0"  bgcolor="#FFAE29" width="10%">');
   winBig.document.write("<tr><td align=\"center\" class=\"celleMenu\">");
   winBig.document.write("<a class=\"aMenu\" style='font-weight:bold' href=\"linkFotoBig\" onClick='window.close();'>Chiudi</a>");
   winBig.document.write("</td></table>");
   winBig.document.write("</body>");
   winBig.document.write("</html>");  
   winBig.focus();	
	
	
	}
