function LogoMenu(attivazione) {  attivaz = new Array();  for (x=0; x<6; x++) attivaz[x] = "";  attivaz[attivazione] = " style='background:url(../lay/strappo.gif) no-repeat;background-position: center right;'";    document.write("<div id='header'><a href='index.html'>");  document.write("<img src='lay/trasp.gif' width=201 height=650></a></div>");  document.write("<div id='menu'><p style='height:220px;background-image:url(../lay/trasp.gif)'></p>");  document.write("<p"+attivaz[0]+"><a href='index2.html'>Home</a></p>");  document.write("<p"+attivaz[1]+"><a href='chisono.html'>Chi sono</a></p>");  document.write("<p"+attivaz[2]+"><a href='portfolio.html'>Portfolio</a></p>");  document.write("<p"+attivaz[3]+"><a href='recensioni.html'>Recensioni</a></p>");  document.write("<p"+attivaz[4]+"><a href='contatti.html'>Contatti</a></p>");  document.write("<p"+attivaz[5]+"><a href='links.html'>Link</a></p>");   document.write("</div>");}function Footer() {  document.write("<div id='footer'>");  document.write("<p id='legal'>&copy;2007 Maria Vodarich. Tutti i diritti riservati.</p>");  document.write("<p id='links'><a href='#'>Privacy</a> | <a href='#'>Termini di utilizzo</a> | <a href='http://validator.w3.org/check/referer' title='Questa pagina &egrave; validata come XHTML 1.0 Transitional'><abbr title='eXtensible HyperText Markup Language'>XHTML</abbr></a> | <a href='http://jigsaw.w3.org/css-validator/check/referer' title='Questa pagina &egrave; validata come CSS'><abbr title='Cascading Style Sheets'>CSS</abbr></a></p>");  document.write("</div>");	}// Funzioni di visualizzazione Seriefunction ListaHome(numero) {	for (x=0; x<numero; x++) {	  anno = serie[x][0];	  titolo = serie[x][1];	  descrz = serie[x][2];	  direct = serie[x][3];	  tagalt = titolo + " (" + anno + ")";		  document.write("<a href='../foto/"+direct+"/index.html' target='_new' alt='"+tagalt+"'>");  		  document.write("<img src='../foto/"+direct+"/miniatura.jpg' style='border:1px solid #610720;'></a><br/>");	}}function ListaFull() {	for (x=0; x<serie.length; x++) {	  anno = serie[x][0];	  titolo = serie[x][1];	  descrz = serie[x][2];	  direct = serie[x][3];	  	  document.write("<p id='mini' style='clear:both;'><a href='"+direct+".html'>");          document.write("<img id='thumb' src='../foto/"+direct+"/miniatura.jpg' style='float:left;'>");	  document.write("<b style='font-size:110%;'>"+titolo+"</b></a><br />");	  document.write(descrz+"</p>");	}}function ListaEvid() {	x = 0;	anno = serie[x][0];	titolo = serie[x][1];	descrz = serie[x][2];	direct = serie[x][3];	  	document.write("<h2>"+titolo+"</h2>");	document.write("<a href='../foto/"+direct+"/index.html' target='_new'>");	document.write("<img src='../foto/"+direct+"/miniatura.jpg' style='border:1px solid #610720;'></a>");	document.write("<p>"+descrz+"</p>");}// Funzione di lista delle newsfunction ListaNews(n) {	if ((n == 0) || (n == undefined)) n = 3;	if (n > news.length) n = news.length;	for (x=0; x<n; x++) {  	datanews = news[x][0];	titonews = news[x][1];	descnews = news[x][2];	urlnews = news[x][3];	  	document.write("<p id='news'>"+datanews+": <a href='"+urlnews+"'>");	document.write("<b>"+titonews+"</b></a><br /> <br />");	document.write(descnews+"</p>");	}}// Pedicefunction pedice() {        document.write("<div id='pedice'>Layout, testi ed immagini di propriet&agrave di Maria Vodarich. Tutti i diritti riservati.<br />");	document.write("<a href='../eng/index2.html' style='text-decoration:none;'><img src='../eng.png' style='vertical-align:-4px;'/> <span>English</span></a> - ");	document.write("<a href='../cro/index2.html' style='text-decoration:none;'><img src='../cro.png' style='vertical-align:-4px;'/> <span>Croatian</span></a>");        document.write("</div>");}