﻿/******************************
Type=(File,Image,Media,Flash)
targetid=Ten Id se nhan gia tri tro ve
*******************************/
function FileBrowser(targetid,type){
    this.Type="Image";
    this.ButtonId="txtURL";
    if (type!=null){this.Type=type;}
    if (targetid!=null){this.TargetId=targetid;}
    this.BrowserURL="/FCKeditor/editor/filemanager/browser/custom/browser.html?Connector=connectors/asp/connector.asp";
    window.open(this.BrowserURL+"&Type="+this.Type+"&TargetId="+this.TargetId,'uploadWin','toolbar=0,location=0, directories=0, status=0, menubar=0, scrollbars=1, resizable=1, width=600, height=500,dependent=1, left=' + (screen.width - 600)/2 + ', top=' + (screen.height-500)/2 );
}
