function FLVPlayer(fn){
	var popup=window.open('../flvplayer/index.cfm?fn='+fn,'FLVPlayer','width=360,height=320,status=0,resizable=0,scrollbars=0,menubar=0,locationbar=0')
	if(popup.opener) popup.focus()
	else popup.opener=window
}