var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    sUrl:'index.html'
},
{   sTitle:'Information',
    sUrl:'info.html',"childArray" : [
    {   sTitle:'Conditions of Use',
        sUrl:'conditions.html'
    },
    {   sTitle:'Privacy',
        sUrl:'privacy.html'
    },
    {   sTitle:'Guarantee',
        sUrl:'guarantee.html'
    },
    {   sTitle:'Credit Application',
        sUrl:'creditapp.html'
    }]
},
{   sTitle:'What We Sell',
    sUrl:'sell.html',"childArray" : [
    {   sTitle:'Imaging Supplies',
        sUrl:'imaging.html'
    },
    {   sTitle:'Office Suppies',
        sUrl:'offsupplies.html'
    },
    {   sTitle:'Laser & Ink Jet Printers',
        sUrl:'printers.html',"childArray" : [
        {   sTitle:'Supplies Agreement',
            sUrl:'agreement.html'
        }]
    },
    {   sTitle:'Computers - Tech Supplies',
        sUrl:'computers.html'
    },
    {   sTitle:'Stock & Custom Forms',
        sUrl:'forms.html'
    },
    {   sTitle:'Stock & Custom Labels',
        sUrl:'labels.html'
    },
    {   sTitle:'Data Storage',
        sUrl:'datastoreage.html'
    },
    {   sTitle:'Shreaders',
        sUrl:'shreaders.html'
    }]
},
{   sTitle:'Dinner on Us',
    sUrl:'eat.html',
    sTarget:'_self'
},
{   sTitle:'Specials',
    sUrl:'specials.html'
},
{   sTitle:'Joke of the Week',
    sUrl:'joke.html'
}]
});
