<!--
///Carico l'array con le immagini
var image1=new Image()
image1.src="slide_show/001.jpg"
//-->

<!--
////change number of images below
var number_of_images=4


//change speed below (in seconds)
var speed1=1
var step1=2
var whichimage1=1
function slideit1(){
if (!document.images)
return
if (document.all)
slide1.filters.blendTrans.apply()
document.images.slide1.src=eval("image"+step1+".src")
if (document.all)
slide1.filters.blendTrans.play()
whichimage1=step1
if (step1<number_of_images)
step1++
else
step1=1
if (document.all)
setTimeout("slideit1()",speed1*1000+3000)
else
setTimeout("slideit1()",speed1*1000)
}
//-->

<!--

 var fin=null; 
 var bordo=1; 
 function visualizzaimg(img) 
  { 
  var bordo=1; 
  if (fin&&!fin.closed) 
   fin.close(); 
  fin=window.open("about:blank","fin","top=0,left=100,width=100,height=100,scrollbars=no,location=no,statusbar=no,resizable=no"); 
 
  with (fin.document) 
   { 
   open(); 
   writeln("<html><head>"); 
   writeln("<SCR"+"IPT>"); 
   writeln("function dimensioni()"); 
   writeln("{"); 
   writeln("self.resizeTo(document.imm.width + 10 * "+bordo+",document.imm.height + 58 * "+bordo+");"); 
   writeln("}");  
   writeln("function riapri2()"); 
   writeln("{"); 
   writeln("setTimeout('dimensioni()',100)"); 
   writeln("}"); 
   writeln("</SCR"+"IPT>");  
   writeln("<title>Target Racing</title>"); 
   writeln("<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 onLoad=\"riapri2()\">"); 
   writeln("<table bgcolor='#000000' border=0 width='100%' height='100%' cellspacing=0 cellpadding="+bordo+"><tr><td><img src="+img+" border=0 name='imm'></td></tr></table>"); 
   writeln("</body></html>"); 
   close(); 
   }  
   fin.focus(); 
  } 

function popup(name,URL,width,height) {
    name = window.open(URL,name,'left=0,top=0,width='+width+',height='+height+',resizable=no,titlebar=yes,menubar=no,status=no,scrollbars=yes,toolbars=no,location=no');
    name.focus();
    return false;
}

 -->
 

