var customNavTree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Laminate Tops',
        bIsWebPath:true,
        sUrl:'laminatetops.html'
    },
    {   sTitle:'Solid Surface Tops',
        bIsWebPath:true,
        sUrl:'solidsurfacetops.html'
    },
    {   sTitle:'Quartz Tops',
        bIsWebPath:true,
        sUrl:'quartztops.html'
    },
    {   sTitle:'Cabinets',
        bIsWebPath:true,
        sUrl:'cabinetpage.html',
        sTarget:'_self'
    }]
},
{   sTitle:'The 411 ',
    bIsWebPath:true,
    sUrl:'news.html',
    sTarget:'_self'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',
    sTarget:'_self'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
