var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'page3.html',"childArray" : [
    {   sTitle:'P40C Fighter',
        bIsWebPath:true,
        sUrl:'page10.html',
        sTarget:'_self'
    },
    {   sTitle:'P40 American Tomahawk',
        bIsWebPath:true,
        sUrl:'page11.html',
        sTarget:'_self'
    },
    {   sTitle:'P40 British Tomahawk',
        bIsWebPath:true,
        sUrl:'page12.html',
        sTarget:'_self'
    },
    {   sTitle:'AVG Flying Tigers',
        bIsWebPath:true,
        sUrl:'page13.html',
        sTarget:'_self'
    },
    {   sTitle:'P47-M',
        bIsWebPath:true,
        sUrl:'page14.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});