var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Who are we ?',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'What we offer',
    bIsWebPath:true,
    sUrl:'what_we_offer.html'
},
{   sTitle:'Wedding Disco',
    bIsAnchor:true,
    bIsWebPath:true,
    sUrl:'what_we_offer.html#Weddings',
    sTarget:'_self'
},
{   sTitle:'Children\'s Parties',
    bIsAnchor:true,
    bIsWebPath:true,
    sUrl:'what_we_offer.html#Kids',
    sTarget:'_self'
},
{   sTitle:'Karaoke Hire',
    bIsAnchor:true,
    bIsWebPath:true,
    sUrl:'what_we_offer.html#Karaoke',
    sTarget:'_self'
},
{   sTitle:'Club Nights / DJ Hire',
    bIsAnchor:true,
    bIsWebPath:true,
    sUrl:'what_we_offer.html#Club',
    sTarget:'_self'
},
{   sTitle:'Corporate Events',
    bIsAnchor:true,
    bIsWebPath:true,
    sUrl:'what_we_offer.html#Corporate',
    sTarget:'_self'
},
{   sTitle:'PA System Hire',
    bIsAnchor:true,
    bIsWebPath:true,
    sUrl:'what_we_offer.html#PA',
    sTarget:'_self'
},
{   sTitle:'Gallery and News',
    sUrl:'http://www.1stchoicediscos.com/blog',
    sTarget:'_self'
},
{   sTitle:'F.A.Q.s',
    bIsWebPath:true,
    sUrl:'questions.html',
    sTarget:'_self'
},
{   sTitle:'Booking Enquiry Form',
    bIsWebPath:true,
    sUrl:'booking_enquiry_form.html',
    sTarget:'_self'
},
{   sTitle:'Write a Testimonial',
    bIsWebPath:true,
    sUrl:'testimonials.html',
    sTarget:'_self'
}]
});
