var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Countertops',
        bIsWebPath:true,
        sUrl:'countertops.html',"childArray" : [
        {   sTitle:'Granite',
            bIsWebPath:true,
            sUrl:'granite.html'
        },
        {   sTitle:'Marble',
            bIsWebPath:true,
            sUrl:'marble.html'
        },
        {   sTitle:'Quartz',
            bIsWebPath:true,
            sUrl:'quartz.html'
        },
        {   sTitle:'Acrylic Solid Surfaces',
            bIsWebPath:true,
            sUrl:'acrylics.html'
        },
        {   sTitle:'Cultured Marble',
            bIsWebPath:true,
            sUrl:'culturedmarble.html'
        },
        {   sTitle:'Laminate',
            bIsWebPath:true,
            sUrl:'laminate.html'
        },
        {   sTitle:'Edges - Granite & Quartz',
            bIsWebPath:true,
            sUrl:'edges.html'
        },
        {   sTitle:'Edges - Acrylics',
            bIsWebPath:true,
            sUrl:'edgesacrylics.html'
        }]
    },
    {   sTitle:'Cabinets',
        bIsWebPath:true,
        sUrl:'cabinets.html'
    },
    {   sTitle:'Tile',
        bIsWebPath:true,
        sUrl:'tile.html'
    },
    {   sTitle:'Sinks ',
        bIsWebPath:true,
        sUrl:'sinks.html'
    },
    {   sTitle:'Lighting',
        bIsWebPath:true,
        sUrl:'lighting.html'
    }]
},
{   sDescription:'Click to see our current specials!',
    sTitle:'Specials',
    bIsWebPath:true,
    sUrl:'specials.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'Product Care',
    bIsWebPath:true,
    sUrl:'productcare.html'
},
{   sTitle:'Testimonials ',
    bIsWebPath:true,
    sUrl:'testimonials.html'
},
{   sTitle:'FAQs',
    bIsWebPath:true,
    sUrl:'faqs.html'
}]
});
