function FullScreen(){
MediaPlayer.displaySize=3;
return true;
}

function tv_player(url, file){document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="420" height="335" id="lecteur"><param name="bgcolor" value="#ffffff"/><param name="allowfullscreen" value="true"/><param name="allowscriptaccess" value="always"/><param name="wmode" value="opaque"/><param name="flashvars" value="file='+file+'&type=video&streamer='+url+'&displayclick=fullscreen&autostart=true&repeat=playlist&caption=false&shownavigation=true&bufferlength=1&showdigits=false&foo=bar" /><param name="movie" value="http://iontv.ru/player.swf" /><embed src="http://iontv.ru/player.swf" flashvars="file='+file+'&type=video&streamer='+url+'&displayclick=fullscreen&autostart=true&repeat=playlist&caption=false&shownavigation=true&bufferlength=1&showdigits=false&foo=bar" width="420" height="335" bgcolor="#ffffff" allowScriptAccess="always" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>');}