var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Silver Service Plan',
    bIsWebPath:true,
    sUrl:'silverplan.html'
},
{   sTitle:'Gold Service Plan',
    bIsWebPath:true,
    sUrl:'goldplan.html'
},
{   sTitle:'Logos To Go',
    bIsWebPath:true,
    sUrl:'logostogo.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
