var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Closet & Storage',
        bIsWebPath:true,
        sUrl:'closet&storage.html',"childArray" : [
        {   sTitle:'Closet Accessories',
            bIsWebPath:true,
            sUrl:'closetaccessories.html'
        },
        {   sTitle:'Material Selection',
            bIsWebPath:true,
            sUrl:'closetmaterials.html'
        },
        {   sTitle:'Door & Drawer Fronts',
            bIsWebPath:true,
            sUrl:'closetfronts.html'
        },
        {   sTitle:'Garage Storage',
            bIsWebPath:true,
            sUrl:'page19.html'
        }]
    },
    {   sTitle:'Murphy Beds',
        bIsWebPath:true,
        sUrl:'murphybed.html',"childArray" : [
        {   sTitle:'Murphy Bed Selection',
            bIsWebPath:true,
            sUrl:'murphyselection.html'
        },
        {   sTitle:'Cabinet Selection',
            bIsWebPath:true,
            sUrl:'murphycabinet.html'
        },
        {   sTitle:'Murphy Bed Hardware',
            bIsWebPath:true,
            sUrl:'murphyhardware.html'
        }]
    },
    {   sTitle:'Cabinetry & Millwork',
        bIsWebPath:true,
        sUrl:'cabinet&millwork.html',"childArray" : [
        {   sTitle:'Cabinet Door Styles',
            bIsWebPath:true,
            sUrl:'cabinetdoors.html'
        },
        {   sTitle:'Cabinet Construction',
            bIsWebPath:true,
            sUrl:'cabinetconstruction.html'
        }]
    },
    {   sTitle:'Wine Racks & Cellars',
        bIsWebPath:true,
        sUrl:'wineracks&cellars.html'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Request Quote',
    bIsWebPath:true,
    sUrl:'requestquote.html'
},
{   sTitle:'Photo Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
