<!-- Hide from JavaScript-Impaired Browsers
number_of_foto=17;
if (location.href.indexOf("/is0myn/") == -1) {rot2="/is0a/cqww2002/info/operatori/img/operatori/"}else{rot2="/is0myn/is0a/cqww2002/info/operatori/img/operatori/"}var sctr2=0;
var halt2=0;
var isn2=new Array();
for (i2=0;i2<number_of_foto;i2++){
 isn2[i2]=new Image();
}
isn2[0].src=rot2+"prima.jpg";
isn2[1].src=rot2+"is0adz.jpg";
isn2[2].src=rot2+"is0cla.jpg";
isn2[3].src=rot2+"is0grb.gif";
isn2[4].src=rot2+"is0myn.gif";
isn2[5].src=rot2+"is0sel.gif";
isn2[6].src=rot2+"is0vsu.gif";
isn2[7].src=rot2+"is0wbt.jpg";
isn2[8].src=rot2+"is0xda.gif";
isn2[9].src=rot2+"is0xse.gif";
isn2[10].src=rot2+"is0gyd.jpg";
isn2[11].src=rot2+"dopo.jpg";
isn2[12].src=rot2+"is0adzdopo.jpg";
isn2[13].src=rot2+"is0myndopo.jpg";
isn2[14].src=rot2+"is0seldopo.jpg";
isn2[15].src=rot2+"is0vsudopo.jpg";
isn2[16].src=rot2+"is0wbtdopo.jpg";

var durl2=new Array();
if (internet == "si") {
	durl2[0]="http://www.cqis0.it/is0a/cqww2002/info/operatori/index.htm";
	durl2[1]=durl2[0];
	durl2[2]=durl2[0];
	durl2[3]=durl2[0];
	durl2[4]=durl2[0];
	durl2[5]=durl2[0];
	durl2[6]=durl2[0];
	durl2[7]=durl2[0];
	durl2[8]=durl2[0];
	durl2[9]=durl2[0];
	durl2[10]=durl2[0];
	durl2[11]=durl2[0];
	durl2[12]=durl2[0];
	durl2[13]=durl2[0];
	durl2[14]=durl2[0];
	durl2[15]=durl2[0];
	durl2[16]=durl2[0];
}else{
	durl2[0]="info/operatori/index.htm";
	durl2[1]=durl2[0];
	durl2[2]=durl2[0];
	durl2[3]=durl2[0];
	durl2[4]=durl2[0];
	durl2[5]=durl2[0];
	durl2[6]=durl2[0];
	durl2[7]=durl2[0];
	durl2[8]=durl2[0];
	durl2[9]=durl2[0];
	durl2[10]=durl2[0];
	durl2[11]=durl2[0];
	durl2[12]=durl2[0];
	durl2[13]=durl2[0];
	durl2[14]=durl2[0];
	durl2[15]=durl2[0];
	durl2[16]=durl2[0];
}
/* This script is set to rot2ate every 10 seconds.
   (5000=5 seconds, so 30000 would equal 30, etc)
   You should change the number in the setTimeout()
   call below for the number of seconds you wish. */
function rotateIt2(){
 if (halt2!=1){
  sctr2++;
  if (sctr2>number_of_foto-1){
   sctr2=0;
   }
  document.foto.src=isn2[sctr2].src;
  setTimeout("rotateIt2()",2000);
  }
 }

/* This code will work just fine with or without
   frames.  However, if you are in frames and wish
   to replicate the TARGET="_top" call to remove
   frames, change the location.href call to:
    parent.location.href=durl2[sctr2];
   below. */
function doIt2(){
 halt2=1;
 location.href=durl2[sctr2];
 }

function dispIt2(){
 parent.window.status=durl2[sctr2];
 }
// End Hiding -->