var urlobj;function BrowseServer(B){urlobj=B;var A=filebrowser_path!==""?filebrowser_path:"FCKeditor/editor/filemanager/browser/default/browser.html?Type=Image&Connector=connectors/php/connector.php";OpenServerBrowser(A,screen.width*0.7,screen.height*0.7)}function OpenServerBrowser(D,E,B){var G=(screen.width-E)/2;var F=(screen.height-B)/2;var C="toolbar=no,status=no,resizable=yes,dependent=yes";C+=",width="+E;C+=",height="+B;C+=",left="+G;C+=",top="+F;var A=window.open(D,"BrowseWindow",C)}function SetUrl(B,C,A,D){document.getElementById(urlobj).value=B;oWindow=null};
