var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Observations',
    bIsWebPath:true,
    sUrl:'observations.html'
},
{   sTitle:'Jimis Page',
    bIsWebPath:true,
    sUrl:'jimis48.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery1.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'Privacy',
    bIsWebPath:true,
    sUrl:'privacy.html'
}]
});
