var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.php'
},
{   'sTitle':'Find Clinical Trial',
    'bIsExternal':true,
    'sUrl':'http://currentclinicaltrials.com/search.php',
    'sTarget':'_self'
},
{   'sTitle':'Add Clinical Trial',
    'bIsExternal':true,
    'sUrl':'http://currentclinicaltrials.com/signup.php',
    'sTarget':'_self'
},
{   'sTitle':'Clinical Research Investigators',
    'bIsExternal':true,
    'sUrl':'http://',
    'sTarget':'_self'
},
{   'sTitle':'Volunteers Registration',
    'bIsExternal':true,
    'sUrl':'http://currentclinicaltrials.com/volunteersregister.php',
    'sTarget':'_self'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.php'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contactus.php'
}]
});
