var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'ASNU Fuel Injection',
        bIsWebPath:true,
        sUrl:'asnu.html',"childArray" : [
        {   sTitle:'ASNU Gallery',
            bIsWebPath:true,
            sUrl:'gallery2.html'
        },
        {   sTitle:'Fuel Injection Prices',
            bIsWebPath:true,
            sUrl:'fiprices.html'
        }]
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
