TB_LoadingAnimation = "themes/standard/images/loader2.gif";
 function convLinkVC(strUrl, node, on_save) {
            //strUrl=strUrl.replace("../","");
            return strUrl;
 }

 function openWindow (url,width,height)
 {
            var width = (width == null) ? "640" : width;
            var height = (height == null) ? "480" : height;

            Window = window.open(url, "Admin window", "width="+width+",height="+height+",left=100,top=200,scrollbars=yes");
            Window.scrollbars.visible = true;
            Window.focus();
 }
