var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'AboutUs.html',
    sTarget:'_self'
},
{   sTitle:'Paintings',
    bIsWebPath:true,
    sUrl:'Paintings.html',
    sTarget:'_self'
},
{   sTitle:'Frames',
    bIsWebPath:true,
    sUrl:'Frames.html',
    sTarget:'_self'
},
{   sTitle:'FAQs',
    bIsWebPath:true,
    sUrl:'FAQs.html',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'Links.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'ContactUS.html',
    sTarget:'_self'
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'location.html',
    sTarget:'_self'
}]
});