//Code Edit function winpopup(url,value,w,h,option){ var l=Math.abs((screen.width-w)/2); var t=Math.abs((screen.height-h)/2); if(value.length>1) url+='?'+value; if(option.length>1) option+=","; nWin=window.open(url,'nWin',option+'width='+w+',height='+h+',left='+l+',top='+t); if(nWin) nWin.focus(); } function player(s){ os=""; for(i=0;i