var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Data',
    bIsWebPath:true,
    sUrl:'data.html'
},
{   sTitle:'Telecom',
    bIsWebPath:true,
    sUrl:'telecom.html'
},
{   sTitle:'Cameras',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
