function changeMedia(strTitolo, strDescrizione, strSrc)
	{
	 var strHtml = '';
	 strHtml +="<object width='425' height='344'><param name='movie' value='http://www.youtube.com/v/"+strSrc+"&hl=it&fs=1&autoplay=1'></param><param name='allowFullScreen' value='true'></param><param name='allowscriptaccess' value='always'></param><embed src='http://www.youtube.com/v/"+strSrc+"&hl=it&fs=1&&autoplay=1' type='application/x-shockwave-flash' allowscriptaccess='always' allowfullscreen='true' width='425' height='344'></embed></object>";
   strHtml +="<div id='chiudi_video'><a id='chiudi_video' href='#' onclick='javascript:chiudivideo();'>Chiudi finestra video</a></div>";
	 eval("document.getElementById('wrapper').innerHTML=\""+strHtml+"\"");
	}
	
function chiudivideo()
  {
   document.getElementById('wrapper').innerHTML="";
  }
  
function SuperPlayerMp3(strSong,strTitle)
  {	
      var FU = { movie:"mp3player.swf",width:"644px",height:"20",majorversion:"7",build:"0",bgcolor:"#FFFFFF",
      flashvars:"autostart=true&file="+strSong };				
      UFO.create(FU,"mainplayer");			 

  }	  