var customNavTree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'What\'s New! ',
    bIsWebPath:true,
    sUrl:'new.html'
},
{   sTitle:'Wine List',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Limited Releases',
        sUrl:'http://winekitz.com/index.php?cPath=23',
        sTarget:'_blank'
    },
    {   sTitle:'Full-Bodied Wines',
        sUrl:'http://winekitz.com/index.php?cPath=15',
        sTarget:'_blank'
    },
    {   sTitle:'Medium-Bodied Wines',
        sUrl:'http://winekitz.com/index.php?cPath=16',
        sTarget:'_blank'
    },
    {   sTitle:'Light-Bodied Wines',
        sUrl:'http://winekitz.com/index.php?cPath=17',
        sTarget:'_blank'
    },
    {   sTitle:'Dessert & Fruit Wines',
        sUrl:'http://winekitz.com/index.php?cPath=18',
        sTarget:'_blank'
    }]
},
{   sTitle:'Our Guarantee',
    bIsWebPath:true,
    sUrl:'guarantee.html',
    sTarget:'_self'
},
{   sTitle:'FAQ',
    bIsWebPath:true,
    sUrl:'faq.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
