var wnd:updateResInfoWnd = new updateResInfoWnd();
wnd.obj = selectItems[0];
wnd.parentWnd = this;
PopUpManager.addPopUp(wnd,this,true);
PopUpManager.centerPopUp(wnd);
wnd.x=FlexGlobals.topLevelApplication.stage.stageWidth/2-wnd.width/2;
wnd.y=FlexGlobals.topLevelApplication.stage.stageHeight/2-wnd.height/2;