/**
* make the tree and the list and drawing load, show and select the appropriate part
* this version uses treepath only
* adjust function for treeless versions
* include in index.html
*/
function belLocateInCatalog(treepath, itemlistURL, itemContextID) {
//alert("belLocateIn...:\n\ntreepath:\t"+treepath+"\nitemlistURL:\t"+itemlistURL+"\nitemContextID:\t"+itemContextID);
  belenusHome.TreeFrame.setTreePath(treepath);
}

function idJump(treepath) {
	belenusHome.TreeFrame.setTreePathByID(treepath);
}

