var customnavtree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',
    sTarget:'_self'
},
{   sTitle:'Lets Party',
    bIsWebPath:true,
    sUrl:'letsparty.html',
    sTarget:'_self'
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',
    sTarget:'_self'
},
{   sTitle:'Accessory',
    bIsWebPath:true,
    sUrl:'accessory.html',
    sTarget:'_self'
},
{   sTitle:'Our Hire Prices',
    bIsWebPath:true,
    sUrl:'ourprices.html',
    sTarget:'_self'
},
{   sTitle:'Sales',
    bIsWebPath:true,
    sUrl:'sales.html',
    sTarget:'_self'
},
{   sTitle:'FAQ ',
    bIsWebPath:true,
    sUrl:'faq.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'Book On Line',
    bIsWebPath:true,
    sUrl:'bookonline.html',
    sTarget:'_self'
}]
});