function openFlashPopUp(w,h,href)
{
	var scroll="no";
	var left=(window.screen.width-w)>>1;
	var top=(window.screen.height-h)>>1;
	href+="&w="+w+"&h="+h;
	window.open(href,"_blank","left="+left+",top="+top+",width="+w+",height="+h+",toolbar=no,scrollbars="+scroll+",location=no,resizable=no,status=yes");
}

function openTour()
{
	var w=(window.screen.width);
	var h=(window.screen.height);
	window.open("media/tourvirtuale/TourVirtuale.html","_blank","left=0,top=0,width="+w+",height="+h+",location=no,resizable=no");
}

