function player(img_file, flv_file, format_width, format_height) {
	document.write('<object data="/public/flash/FlowPlayerLight.swf" width="'+ format_width +'" height="'+ format_height +'" type="application/x-shockwave-flash" id="FlowPlayer">');
	document.write('<param name="allowScriptAccess" value="sameDomain" />');
	document.write('<param name="movie" value="/public/flash/FlowPlayerLight.swf" />');
	document.write('<param name="quality" value="high" /><param name="wmode" value="transparent" />');
	document.write('<param name="allowNetworking" value="all" />');
	document.write('<param name="flashvars" value="config={initialScale:\'scale\',showLoopButton:false,showPlayList:false,showMenu:false,showFullScreenButton:false,progressBarColor1:0xB13C6D,progressBarColor2:0xC2658C,timeDisplayFontColor:0xffffff,controlBarBackgroundColor:0x5F95DD,progressBarBorderColor1:0xffffff,progressBarBorderColor2:0xffffff,bufferBarColor1:0xf80435C,bufferBarColor2:0xffffff,showPlayListButtons:false,scaleSplash:true,autoPlay:false,autobuffering:false,bufferLength:10,loop:false,hideControls:false,useEmbeddedButtonImages:false,playList: [ {url:\''+img_file+'\',type:\'jpg\',overlayId:\'play\'},{name:\'Film\', url: \''+flv_file+'\' }]}" />');
	document.write('</object>');
}

