See addServiceManager for more information.
function DetachSrvMngrFromHTMLBox() { var htmlBox = scene.getBoxById("myHtmlBox"); if (htmlBox) { htmlBox.removeServiceManager(); } }