var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Our Company ',
    bIsWebPath:true,
    sUrl:'page15.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'FAQ\'s',
        bIsWebPath:true,
        sUrl:'page16.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Products ',
    bIsWebPath:true,
    sUrl:'page13.html',
    sTarget:'_self'
},
{   sTitle:'Photo Gallery',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Customer Advantage',
    bIsWebPath:true,
    sUrl:'page5.html',"childArray" : [
    {   sTitle:'Testimonials',
        bIsWebPath:true,
        sUrl:'page11.html',
        sTarget:'_self'
    },
    {   sTitle:'Tips from the Grower',
        bIsWebPath:true,
        sUrl:'page8.html'
    },
    {   sTitle:'HTML Page 1',
        bIsWebPath:true,
        sUrl:'htmlpage1.html'
    }]
}]
});
