var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:' HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:' ABOUT',
    bIsWebPath:true,
    sUrl:'cpsd about.html'
},
{   sTitle:' PHOTO GALLERY',
    bIsWebPath:true,
    sUrl:'cpsd photo gallery.html'
},
{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'cpsd contac tus.html'
},
{   sTitle:'LINKS',
    bIsWebPath:true,
    sUrl:'cpsd links.html'
}]
});
