function switchVideo()
{
  var plaer = document.getElementById('player_block');
  var str='<a href="#"><img width=342 height=225 src="/share/images/on_hramina.jpg" border=0></a><div class="player_window" style="float:left;"><img src="/share/images/p_bg.jpg"></div>';
  /*
  str +='<OBJECT ID="MediaPlayer1" WIDTH=342 HEIGHT=298 classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" ';
  str +='codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112" ';
  str +='standby="Загрузка компонентов проигрывателя Microsoft Windows Media..." ';
  str +='type="application/x-oleobject">';
  str +='<PARAM NAME="FileName" VALUE="mms://194.186.121.3/islava">';
  str +='<PARAM NAME="ShowControls" VALUE="1">';
  str +='<PARAM NAME="ShowDisplay" VALUE="0">';
  str +='<PARAM NAME="ShowStatusBar" VALUE="1">';
  str +='<PARAM NAME="AutoSize" VALUE="1">';
  str +='<PARAM NAME="EnableContextMenu" VALUE="0">';
  str +='<Embed type="application/x-mplayer2" ';
  str +='pluginspage="http://www.microsoft.com/windows/windowsmedia/download/AllDownloads.aspx/" ';
  str +='filename="mms://194.186.121.3/islava" ';
  str +='src="mms://194.186.121.3/islava" ';
  str +='Name=MediaPlayer ';
  str +='ShowControls=1 ';
  str +='ShowDisplay=0 ';
  str +='ShowStatusBar=1 ';
  str +='EnableContextMenu=0 ';
  str +='width=342 ';
  str +='height=298>';
  str +='</embed></OBJECT>';
  */
  plaer.innerHTML =str;
  isNew=0;
}

function switch_radio(img_url, radio_url, height)
{
	var plaer = document.getElementById('player_block');
	var str='<a href="#"><img src="'+img_url+'" border=0></a>';
	str +='<OBJECT ID="MediaPlayer1" WIDTH=342 HEIGHT='+height+' classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" ';
	str +='codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112" ';
	str +='standby="Загрузка компонентов проигрывателя Microsoft Windows Media..." ';
	str +='type="application/x-oleobject">';
	str +='<PARAM NAME="FileName" VALUE="'+radio_url+'">';
	str +='<PARAM NAME="ShowControls" VALUE="1">';
	str +='<PARAM NAME="ShowDisplay" VALUE="0">';
	str +='<PARAM NAME="ShowStatusBar" VALUE="1">';
	str +='<PARAM NAME="AutoSize" VALUE="1">';
	str +='<PARAM NAME="EnableContextMenu" VALUE="0">';
	str +='<Embed type="application/x-mplayer2" ';
	str +='pluginspage="http://www.microsoft.com/windows/windowsmedia/download/AllDownloads.aspx/" ';
	str +='filename="'+radio_url+'" ';
	str +='src="'+radio_url+'" ';
	str +='Name=MediaPlayer ';
	str +='ShowControls=1 ';
	str +='ShowDisplay=0 ';
	str +='ShowStatusBar=1 ';
	str +='EnableContextMenu=0 ';
	str +='width=342 ';
	str +='height='+height+'>';
	str +='</embed></OBJECT>';
	plaer.innerHTML =str;
	isNew=0;
}
