function flvplayer(flv)
{
	Shadowbox.open({
	      player:     'html',
	      title:      'Video',
	      content:    '<embed src="client/swf/player3.swf?videoUrl='+flv+'" quality="high" allowfullscreen="true" width="480" height="350" name="flvplayer" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>',
	      height:     350,
	      width:      480
	});
}