function aff_img(idimg,source)
	{
	document.getElementById('media').innerHTML='<img id=playerphoto src='+source+' height=300px border=0px>';
	}

function aff_film(filmsrc) 
	{
	document.getElementById('media').innerHTML='<object name="playervideo" id="playervideo" type="application/x-shockwave-flash" width="400" height="300" data="../player/player.swf"><param name="movie" value="../player/player.swf" /><param name="flashvars" value="'+filmsrc+'" /></object>';
	} 


