function showPickDetails(a,d,c){YAHOO.ballhype.tourneyPickPanel&&YAHOO.ballhype.tourneyPickPanel.hide();YAHOO.ballhype.tourneyPickPanel=new YAHOO.widget.Panel("picksPanel."+a,{width:"460px",underlay:"shadow",close:true,visible:false,draggable:true,constraintoviewport:true,effect:{effect:YAHOO.widget.ContainerEffect.FADE,duration:0.25}});YAHOO.ballhype.tourneyPickPanel.setHeader(d);a=new YAHOO.util.KeyListener(document,{keys:27},{fn:YAHOO.ballhype.tourneyPickPanel.hide,scope:YAHOO.ballhype.tourneyPickPanel,
correctScope:true});YAHOO.ballhype.tourneyPickPanel.cfg.queueProperty("keylisteners",a);function e(b,f){YAHOO.ballhype.tourneyPickPanel.setBody("")}YAHOO.ballhype.tourneyPickPanel.hideEvent.subscribe(e);YAHOO.ballhype.tourneyPickPanel.render();YAHOO.ballhype.tourneyPickPanel.show();a={success:function(b){b.argument[0].setBody(b.responseText);b.argument[0].render()},failure:function(b){},argument:[YAHOO.ballhype.tourneyPickPanel]};c=YAHOO.util.Connect.asyncRequest("GET",c,a,null)};
