var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Print',
    bIsWebPath:true,
    sUrl:'print.html'
},
{   sTitle:'Web',
    bIsWebPath:true,
    sUrl:'web.html'
},
{   sTitle:'Specialty Items',
    bIsWebPath:true,
    sUrl:'specialty.html'
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
