function popWin(url,flvPath) { var newWin = window.open(url,'flvPop','width=360,height=240'); newWin.flvPath = flvPath; if (window.focus) { newWin.focus(); } return false; }