var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Biography',
    bIsWebPath:true,
    sUrl:'biography.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:' gallery.html'
},
{   sTitle:'Gallery2',
    bIsWebPath:true,
    sUrl:'gallery2.html'
},
{   sTitle:'Portrait',
    bIsWebPath:true,
    sUrl:'portrait.html'
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html'
},
{   sTitle:'business links',
    bIsWebPath:true,
    sUrl:'business_links.html'
},
{   sTitle:'Prices',
    bIsWebPath:true,
    sUrl:'prices.html'
},
{   sTitle:'Clients Area',
    bIsWebPath:true,
    sUrl:'clients area.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
