// JavaScript Document
<!--

function doFlashIntro(){
	var ausilio=String(this.location);
	var intro=ausilio.charAt(ausilio.lastIndexOf("?")+1);
	if (intro!='0') {
	intro='1';
	}
	window.document.FlashMovie.SetVariable("valore", intro);
}

function doPassVar(args){
	var sendText = args;
	window.document.FlashGallery.SetVariable("valore", sendText);
}

function MM_popUp(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function foto_popUp(theURL) { //v2.0
  window.open(theURL,'foto','width=640,height=480');
}
//-->

