var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Commercial Signs',
    bIsWebPath:true,
    sUrl:'commercialsigns.html'
},
{   sTitle:'Residential Signs',
    bIsWebPath:true,
    sUrl:'residentialsigns.html'
},
{   sTitle:'Getting Started',
    bIsWebPath:true,
    sUrl:'gettingstarted.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
}]
});
