var customnavtree34 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',
    sTarget:'_self'
},
{   sTitle:'Products',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Pressroom',
        bIsWebPath:true,
        sUrl:'products_pressroom.html',
        sTarget:'_self'
    },
    {   sTitle:'Bindery',
        bIsWebPath:true,
        sUrl:'products_bindery.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Gallery',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Equipment For Sale',
        bIsWebPath:true,
        sUrl:'gallery_equipment.html',
        sTarget:'_self'
    },
    {   sTitle:'Recent Work',
        bIsWebPath:true,
        sUrl:'gallery_recent.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html',
    sTarget:'_self'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self'
}]
});
