	var flag = "" 
	var nflag = ""
	var sflag = ""
	var newWindow = ""
	var tflag = 0
	var type = new Array("logo_verdana", "logo_orator", "logo_bellgothic")

	function imgOn(imgName) {
			document[imgName].src = eval(imgName + "On.src");
	}

	function imgOff(imgName) {
		nflag = flag+"_nav"
		if (nflag != imgName) {
		document[imgName].src = eval(imgName + "Off.src");
		}
	}
	
	function imgswitch() {
	divHideName = type[tflag]
	nflag = tflag +1
	if (nflag > 2) nflag = 0;
	divShowName = type[nflag]
	divHide(divHideName)
	divShow(divShowName)
	tflag = nflag
	}
	
	function divShow(divShowName) {
	Reference = eval("document.getElementById('" + divShowName + "').style")
	Reference.visibility = "visible";
	flag = divShowName
	}
	
	function divHide(divHideName) {
	Reference = eval("document.getElementById('" + divHideName + "').style")
	Reference.visibility = "hidden"
	}
	
	// Advanced Random Images Start
// Copyright 2001-2006 All rights reserved, by Paul Davis - www.kaosweaver.com
function randomImages() {
  var j,d="",l="",m="",p="",q="",z="",KW_ARI= new Array()
  KW_ARI[KW_ARI.length]='work/corpisottili/2_ scomposizione4_2006.jpg?&width=721&height=515&border=0';
  KW_ARI[KW_ARI.length]='work/corpisottili/3_corposottile6_2006.jpg?&width=721&height=515&border=0';
  KW_ARI[KW_ARI.length]='work/corpisottili/4_movimento11_2006.jpg?&width=721&height=515&border=0';
  KW_ARI[KW_ARI.length]='work/corpisottili/5_ movimento11_2006.jpg?&width=721&height=515&border=0';
  KW_ARI[KW_ARI.length]='work/corpisottili/6_ scomposizione1_2006.jpg?&width=721&height=515&border=0';
  KW_ARI[KW_ARI.length]='work/corpisottili/7_scomposizione8_2006.jpg?&width=721&height=515&border=0';
  KW_ARI[KW_ARI.length]='work/corpisottili/8_scomposizione9_2006.jpg?&width=377&height=515&border=0';
  KW_ARI[KW_ARI.length]='work/corpisottili/9_Corposottile1_2008.jpg?&width=343&height=515&border=0';
  KW_ARI[KW_ARI.length]='work/untitled2008/1_SenzaTitoloI_2008.jpg?&width=641&height=515&border=0';
  KW_ARI[KW_ARI.length]='work/untitled2008/2_SenzaTitoloV_2008.jpg?&width=414&height=515&border=0';
  KW_ARI[KW_ARI.length]='work/untitled2008/3_SenzaTitoloVI_2008.jpg?&width=414&height=515&border=0';
  KW_ARI[KW_ARI.length]='work/untitled2008/4_SenzaTitoloXIV_2008.jpg?&width=641&height=515&border=0';
  KW_ARI[KW_ARI.length]='work/untitled2008/5_SenzaTitoloXVIII_2008.jpg?&width=641&height=515&border=0';
  KW_ARI[KW_ARI.length]='work/untitled2008/7_SenzaTitoloXXI_2008.jpg?&width=414&height=515&border=0';
  KW_ARI[KW_ARI.length]='work/untitled2008/8_SenzaTitoloXXII_2009.jpg?&width=644&height=515&border=0';
  KW_ARI[KW_ARI.length]='work/untitled2008/9_SenzaTitoloXX_2009.jpg?&width=644&height=515&border=0';
  j=parseInt(Math.random()*KW_ARI.length);
  j=(isNaN(j))?0:j;
  if (KW_ARI[j].indexOf('?')==-1) {
    document.write("<img src='"+KW_ARI[j]+"'>");
  }
  else {
    nvp=KW_ARI[j].substring(KW_ARI[j].indexOf('?')+2).split('&');
    for(var i=0;i<nvp.length;i++) {
      sub=nvp[i].split('=');
   	  switch(sub[0]) {
 	    case 'link':
          l="<a href='"+unescape(sub[1])+"'>";
          p="<\/a>";
		  break;
	    case 'target':
          q=" target='"+unescape(sub[1])+"'";
  		  break;
  	    default:
          m+=" "+sub[0]+"='"+unescape(sub[1])+"'";
  		  break;
      }
    }
    z=(l!="")?((q!="")?l.substring(0,l.length-1)+q+">":l):"";
    z+="<img src='"+KW_ARI[j].substring(0,KW_ARI[j].indexOf('?'))+"'"+m+">"+p;
  document.write(z);
  }
  }
  <!-- KW ARI Image -->
// Advanced Random Images End

