var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'Offline Websites',
    bIsWebPath:true,
    sUrl:'gallery.htm'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.htm'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'aboutus.htm'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contactme.htm'
}]
});
