var customNavTree8 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Weddings',
    bIsWebPath:true,
    sUrl:'weddings.html'
},
{   sTitle:'Anniversaries',
    bIsWebPath:true,
    sUrl:'anniversaries.html'
},
{   sTitle:'School Dances',
    bIsWebPath:true,
    sUrl:'schooldances.html'
},
{   sTitle:'Birthday Parties',
    bIsWebPath:true,
    sUrl:'birthdayparties.html'
},
{   sTitle:'Seasonal',
    bIsWebPath:true,
    sUrl:'seasonal.html',
    sTarget:'_self'
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'Karaoke',
    bIsWebPath:true,
    sUrl:'karaoke.html',
    sTarget:'_self'
},
{   sTitle:'Equipment',
    bIsWebPath:true,
    sUrl:'equipment.html',"childArray" : [
    {   sTitle:'Sound',
        bIsWebPath:true,
        sUrl:'sound.html'
    },
    {   sTitle:'Lights',
        bIsWebPath:true,
        sUrl:'lights.html'
    }]
},
{   sTitle:'Rates',
    bIsWebPath:true,
    sUrl:'rates.html'
},
{   sTitle:'Make a Payment',
    bIsWebPath:true,
    sUrl:'makeapayment.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
