
function chooseVideo(e,obj,title){
	
	var i ="<embed id='myplayer' width='233' height='183' flashvars='file="+videoArr[e][0]+"&image="+videoArr[e][2]+"&playlistsize=0&autoplay=0&playlist=bottom&backcolor=#F6F6F7&lightcolor=#555555&frontcolor=#000000' autoplay='0' allowfullscreen='true' src='"+_rootURL+"/media/player.swf' allowscriptaccess='always' wmode='transparent'/></embed>";
	$("#video_js").html(i);
	$('ul.list_video li').removeClass('videoactive');
	$(obj).addClass('videoactive');
}

