var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Live Help',
    bIsWebPath:true,
    sUrl:'page11.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Web Design',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sTitle:'Security',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Downloads',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Programs',
    bIsWebPath:true,
    sUrl:'page12.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
