var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'Our Projects',
    bIsWebPath:true,
    sUrl:'projects.htm'
},
{   sTitle:'Our Products',
    bIsWebPath:true,
    sUrl:'products.htm'
},
{   sTitle:'Our Art',
    bIsWebPath:true,
    sUrl:'ourarts.htm'
},
{   sTitle:'Photo Gallery',
    bIsWebPath:true,
    sUrl:'photo gallery.htm'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact us.htm'
}]
});
