var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Countertops',
    bIsWebPath:true,
    sUrl:'countertops.html',"childArray" : [
    {   sTitle:'surface differences',
        bIsWebPath:true,
        sUrl:'surface differences.html'
    },
    {   sTitle:'solid surface',
        bIsWebPath:true,
        sUrl:'solid surface.html',"childArray" : [
        {   sTitle:'Corian',
            bIsExternal:true,
            sUrl:'http://www2.dupont.com/Surfaces/en_US/products/corian/pr_corian_colors.html',
            sTarget:'_blank'
        },
        {   sTitle:'Himacs',
            bIsExternal:true,
            sUrl:'http://www.lghausys.com/us/product/surfaces/sub_himacs.jsp',
            sTarget:'_blank'
        },
        {   sTitle:'Staron',
            bIsExternal:true,
            sUrl:'http://staron.com/colors.jsp',
            sTarget:'_blank'
        },
        {   sTitle:'LivingStone',
            bIsExternal:true,
            sUrl:'http://www.livingstonesurfaces.com/colors.html',
            sTarget:'_blank'
        },
        {   sTitle:'Wilsonart',
            bIsExternal:true,
            sUrl:'http://samples.wilsonart.com/c-102-wilsonart-solid-surface.aspx',
            sTarget:'_blank'
        },
        {   sTitle:'Avonite',
            bIsExternal:true,
            sUrl:'http://www.avonitesurfaces.com/content/all-avonite-colors',
            sTarget:'_blank'
        }]
    },
    {   sTitle:'natural stone - granite',
        bIsWebPath:true,
        sUrl:'natural stone - granite.html',"childArray" : [
        {   sTitle:'limestone',
            bIsWebPath:true,
            sUrl:'limestone.html'
        },
        {   sTitle:'granite',
            bIsWebPath:true,
            sUrl:'granite.html'
        },
        {   sTitle:'travertine',
            bIsWebPath:true,
            sUrl:'travertine.html'
        }]
    },
    {   sTitle:'quartz',
        bIsWebPath:true,
        sUrl:'quartz.html',"childArray" : [
        {   sTitle:'Viatera',
            bIsExternal:true,
            sUrl:'http://www.lghausys.com/us/product/surfaces/whylg_viatera.jsp',
            sTarget:'_blank'
        },
        {   sTitle:'Zodiaq',
            bIsExternal:true,
            sUrl:'http://www2.dupont.com/Surfaces/en_US/products/zodiaq/zodiaq_colors.html',
            sTarget:'_blank'
        },
        {   sTitle:'Caesarstone',
            bIsExternal:true,
            sUrl:'http://www.caesarstoneus.com/catalog/',
            sTarget:'_blank'
        },
        {   sTitle:'Silestone',
            bIsExternal:true,
            sUrl:'http://www.silestoneusa.com/colors/colors.cfm',
            sTarget:'_blank'
        },
        {   sTitle:'Radianz',
            bIsExternal:true,
            sUrl:'http://www.staron.com/quartz/colors.htm',
            sTarget:'_blank'
        },
        {   sTitle:'HanStone',
            bIsExternal:true,
            sUrl:'http://www.hanwhasurfaces.com/sections/hanstone/collectionsColorSeries/classics.php',
            sTarget:'_blank'
        }]
    }]
},
{   sTitle:'Cabinetry',
    bIsWebPath:true,
    sUrl:'cabinetry.html',"childArray" : [
    {   sTitle:'KraftMaid Cabinetry',
        bIsWebPath:true,
        sUrl:'kraftmaid.html'
    },
    {   sTitle:'CAS Cabinetry',
        bIsWebPath:true,
        sUrl:'cas cabinetry.html'
    }]
},
{   sTitle:'Fireplaces',
    bIsWebPath:true,
    sUrl:'fireplaces.html',"childArray" : [
    {   sTitle:'Heat & Glo Fireplaces',
        bIsExternal:true,
        sUrl:'http://www.heatnglo.com/',
        sTarget:'_blank'
    }]
},
{   sTitle:'Showroom',
    bIsWebPath:true,
    sUrl:'showroom.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about us.html'
},
{   sTitle:'Photo Galleries',
    bIsWebPath:true,
    sUrl:'photo galleries.html',"childArray" : [
    {   sTitle:'fireplace gallery',
        bIsWebPath:true,
        sUrl:'fireplace gallery.html'
    },
    {   sTitle:'countertops gallery',
        bIsWebPath:true,
        sUrl:'countertops gallery.html'
    },
    {   sTitle:'cabinetry gallery',
        bIsWebPath:true,
        sUrl:'cabinetry gallery.html'
    }]
}]
});
