<!--
function PopFoto(Foto) {
  FotoUrl = "popfoto.html?a=" + Foto;
  FotoCar = "width=670 height=520";
  window.open(FotoUrl,"",FotoCar);
}

function PopFotoVer(Foto) {
  FotoUrl = "popfoto.html?a=" + Foto;
  FotoCar = "width=520 height=670";
  window.open(FotoUrl,"",FotoCar);
}

var width=100;
var pos=1-width;
function scorrevole(len) {
	if (len=='ita'){
		var scrtxt="L.I.T.A.B. - Lega Italiana Tiro Alla Balestra";
	}
	
	var lentxt=scrtxt.length;
	pos++;
	var scroller="";
	if (pos==lentxt) {
	pos=1-width;
	}
	if (pos<0) {
	for (var i=1; i<=Math.abs(pos); i++) {
	  scroller=scroller+" ";}
	scroller=scroller+scrtxt.substring(0,width-i+1);
	}
	else {
	scroller=scroller+scrtxt.substring(pos,width+pos);
	}
	window.status = scroller;
	setTimeout("scorrevole('" + len + "')",170);
}
//-->
