function showvideo(el)
{
	whichEl = document.getElementById(el);
	if ((whichEl.style.border == "none")||(whichEl.style.border == ""))
      { whichEl.style.border = "2px solid red"; }
	else
	  { whichEl.style.border = ""; }
	//document.getElementById('info1').innerHTML = "img: " +whichEl.id;
	var svid = 
	  '<object id="vid" type="application/x-shockwave-flash" data="http://flv-mp3.com/i/pic/uflvplayer_500x375.swf" height="240" width="320">'+
	  '<param name="movie" value="http://flv-mp3.com/i/pic/uflvplayer_500x375.swf" />'+
	  '<param name="FlashVars" value="way=http://blog.minzdravsoc.ru/wp-content/uploads/2010/01/@filename@.flv&amp;swf=http://flv-mp3.com/i/pic/uflvplayer_500x375.swf&amp;w=400&amp;h=300&amp;pic=http://blog.minzdravsoc.ru/wp-content/uploads/2010/01/Ivanovo4.jpg&amp;autoplay=0&amp;tools=1&amp;skin=white&amp;volume=70&amp;q=&amp;comment=" />'+
	  '</object>';
	if (el == "img01") 
	  { svid = svid.replace("@filename@", "Kuropatkinsk_final") }
	else if (el == "img02") 
	  { svid = svid.replace("@filename@", "Ivanovo4") }
	else if (el == "img03") 
	  { svid = svid.replace("@filename@", "krasnodar5") }
	else if (el == "img04") 
	  { svid = svid.replace("@filename@", "Kuzneck_02") }
	else if (el == "img05") 
	  { svid = svid.replace("@filename@", "Pechori02") }
	else if (el == "img06") 
	  { svid = svid.replace("@filename@", "Saratov_last_28102009") }
	else
	  { svid = svid.replace("@filename@", "tischevo_301009") };
	document.getElementById('div01').innerHTML = svid;
}

function showvideo2()
{
	document.getElementById('div02').innerHTML =
	  '<object id="vid" type="application/x-shockwave-flash" data="http://flv-mp3.com/i/pic/uflvplayer_500x375.swf" height="240" width="320">'+
	  '<param name="movie" value="http://flv-mp3.com/i/pic/uflvplayer_500x375.swf" />'+
	  '<param name="FlashVars" value="way=http://blog.minzdravsoc.ru/wp-content/uploads/2010/01/Kuropatkinsk_final.flv&amp;swf=http://flv-mp3.com/i/pic/uflvplayer_500x375.swf&amp;w=400&amp;h=300&amp;pic=http://blog.minzdravsoc.ru/wp-content/uploads/2010/01/Ivanovo4.jpg&amp;autoplay=1&amp;tools=1&amp;skin=white&amp;volume=70&amp;q=&amp;comment=" />'+
	  '</object>';
}
