var _created_windows=new Array();function boolToYesNo(_1){return (_1?"yes":"no");}function createWindow(_2){var _3=null;var _4="";var _5={"x":-1,"y":-1,"width":400,"height":400,"nodups":true,"scroll":true,"status":false,"location":false,"menubar":false,"toolbar":false,"hotkeys":false,"fullscreen":false,"resize":false,"name":"dialog","url":"about:blank"};if(_2&&typeof (_2)=="object"){for(var _6 in _2){if(typeof (_5[_6])!="undefined"){_5[_6]=_2[_6];}}if(_5.nodups&&_created_windows[_5.name]){try{_created_windows[_5.name].close();}catch(e){}_created_windows[_5.name]=null;}if(_5.x<0){_5.x=Math.round((screen.height-_5.height)/2);}if(_5.y<0){_5.y=Math.round((screen.width-_5.width)/2);}_4="top="+_5.x+","+"left="+_5.y+","+"width="+_5.width+","+"height="+_5.height+","+"location="+boolToYesNo(_5.location)+","+"menubar="+boolToYesNo(_5.menubar)+","+"toolbar="+boolToYesNo(_5.toolbar)+","+"hotkeys="+boolToYesNo(_5.hotkeys)+","+"fullscreen="+boolToYesNo(_5.fullscreen)+","+"resizable="+boolToYesNo(_5.resize)+","+"status="+boolToYesNo(_5.status)+","+"scrollbars="+boolToYesNo(_5.scroll);_3=window.open(_5.url,_5.name,_4);_created_windows[_5.name]=_3;}return (_3);}