var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Top of Page',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'index.html#Top-of-page'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'Top of Page',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'about.html#Top-of-page'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'Top of Page',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'gallery.html#Top-of-page'
    }]
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Standard Vac Press',
        bIsWebPath:true,
        sUrl:'std_vpress.html',"childArray" : [
        {   sTitle:'Top of Page',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'std_vpress.html#Top-of-page'
        }]
    },
    {   sTitle:'Photogravure Press',
        bIsWebPath:true,
        sUrl:'photogravure.html',"childArray" : [
        {   sTitle:'Top of Page',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'photogravure.html#Top-of-page'
        }]
    },
    {   sTitle:'Vacuum Pump',
        bIsWebPath:true,
        sUrl:'vac_pump.html',"childArray" : [
        {   sTitle:'Top of Page',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'vac_pump.html#Top-of-page'
        }]
    },
    {   sTitle:'Top of Products Page',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'products.html#a_top_prod'
    },
    {   sTitle:'Top of Page',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'products.html#Top-of-page'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',"childArray" : [
    {   sTitle:'Top of Page',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'contact.html#Top-of-page'
    }]
}]
});
