var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home Page And Index',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Number Plate',
        bIsWebPath:true,
        sUrl:'page2.html'
    },
    {   sTitle:'Contact: For XJS and Plates',
        bIsWebPath:true,
        sUrl:'page3.html'
    }]
}]
});
