function visualizzaCarousel(cartella1,cartella2, target){
	var url = 'asiweb/fotogallery/carousel.php?c1='+cartella1+'&c2='+cartella2+'&ajx=1';
	Ajax.Responders.register({
		onComplete: function(){
			swfobject.embedSWF("asiweb/fotogallery/Carousel.swf", "carousel", "500", "250", "9.0.0", false, {xmlfile:'asiweb/fotogallery/default.php?c1='+cartella1+'/'+cartella2+'', loaderColor:"0x666666"}, {wmode: "transparent"});
		}
	});

	var myAjax = new Ajax.Updater(
	target,
	url,
	{method: 'get'}
	);
}
function visualizzaPlayer(cartella1,cartella2, target){
	var url = 'asiweb/videolezioni/player.php?c1='+cartella1+'&c2='+cartella2+'&ajx=1';
	Ajax.Responders.register({
		onComplete: function(){
			var flashObj = new FlashObject ("asiweb/videolezioni/XSPF_compact.swf?action=stop&color=000000&textcolor=FFFFFF&buffer=3&shuffle=no&showpl=yes&fsbtn=yes&scalepl=150&folder=http://www.asiunical.org/asiweb/videolezioni/&playlist=http://www.asiunical.org/asiweb/videolezioni/video/"+cartella1+"/"+cartella2+"/playlist_video.php&&display=1@) @1@ - @", "FVP", "550", "420", 9, "#000000", true);
			flashObj.addParam("allowFullScreen", "true");
			flashObj.write ("FVPplayer");
		}
	});

	var myAjax = new Ajax.Updater(
	target,
	url,
	{method: 'get'}
	);
}
function aclick(anchor_id) {
	var a = document.getElementById(anchor_id);
	mainLightbox.start(a);
}
