var siteNavigation = null;
var contentpath ="";
function siteNavigationTree(xmlPath,defaultValue,contentph) {

    contentpath=contentph;
    webFXTreeConfig.defaultValue=defaultValue;
    siteNavigation = new WebFXLoadTree("Õ¾ÄÚµ¼º½", xmlPath, "0");
    siteNavigation.setBehavior('classic');
    document.write(siteNavigation);
    siteNavigation.setSelectedByAction();
    siteNavigation.expandAll();
}


