function activate_film(fisier)
{
	$('filmulx').innerHTML=("<div id='filmul' style='position:relative; width:776px; height:550px; background:#000; margin:50px auto; display:block;' onclick='return false;'><a href='#' onclick='$(\"filmulx\").toggle();' style='color:#FFF;float:right;'>EXIT ( X )</a><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='776' height='550' id='single1' name='single1'><param name='movie' value='http://dobrogeabenecol.ro/mediaplayer-5.2/player.swf'><param name='allowfullscreen' value='true'><param name='allowscriptaccess' value='always'><param name='wmode' value='transparent'><param name='flashvars' value='file="+fisier+"'><embed type='application/x-shockwave-flash' id='single2' name='single2' src='http://dobrogeabenecol.ro/mediaplayer-5.2/player.swf' width='776' height='550' bgcolor='undefined' allowscriptaccess='always' allowfullscreen='true' wmode='transparent' flashvars='file="+fisier+"' /> </object></div>");
	$('filmulx').toggle();
}
function activate_flash(ceva)
{
	$('filmulx').innerHTML=("<div id='filmul' style='position:relative; width:776px; height:550px; background:#000; margin:50px auto; display:block;' onclick='return false;'><a href='#' onclick='$(\"filmulx\").toggle();' style='color:#FFF;float:right;'>EXIT ( X )</a><object width='720' height='576' type='application/x-shockwave-flash' data='"+ceva+"'><param value='"+ceva+"' name='movie'></object></div>");
	$('filmulx').toggle();
}
