
addr=new Array();
addr[0]="interna.php?pag=accreditation";
addr[1]="interna.php?pag=accreditation";
addr[2]="interna.php?pag=accreditation";
addr[3]="interna.php?pag=accreditation";
addr[4]="interna.php?pag=accreditation";

bnr=new Array();
bnr[0]="marchissm1.jpg";
bnr[1]="marchissm2.jpg";
bnr[2]="marchissm3.jpg";
bnr[3]="marchissm4.jpg";
bnr[4]="marchissm5.jpg";
bnr[5]="marchissm6.jpg";


tout=2000;
bn=-1;
totbann=5
function cambia() {
bn=bn+1;
if (bn>totbann) {bn=0};
document.images["banner"].src='marchi/'+bnr[bn];
window.setTimeout("cambia()", tout);
}
function banner(){  
	popup = window.open(addr[bn],"_blank");
}
