function youtube(link){
	document.write('<object width="425" height="350">');
	document.write('<param name="movie" value="'+link+'"></param>');
	document.write('<param name="wmode" value="transparent"></param>');
	document.write('<embed src="'+link+'" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350">');
	document.write('</embed>');
	document.write('</object>');
}


function my_flv(flv, title, width, height){
	document.write('<object width="'+width+'" height="'+height+'">');
	document.write('<param name="movie" value="http://www.magic-imv.ro/player.swf?flvPath=flv/'+flv+'.flv&flvTitle='+title+'&autoPlay=false&startFrame=0&bgColor=0x1F1F1F&autoBuffer=false"></param>');
	document.write('<param name="wmode" value="transparent"></param>');
	document.write('<embed src="http://www.magic-imv.ro/player.swf?flvPath=flv/'+flv+'.flv&flvTitle='+title+'&autoPlay=false&startFrame=0&bgColor=0x1F1F1F&autoBuffer=false" type="application/x-shockwave-flash" wmode="transparent" width="'+width+'" height="'+height+'">');
	document.write('</embed>');
	document.write('</object>');
}
