var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Weddings',
    bIsWebPath:true,
    sUrl:'wedding_entertainment.html'
},
{   sTitle:'Corporate',
    bIsWebPath:true,
    sUrl:'corporate_entertainment.html'
},
{   sTitle:'Promotional',
    bIsWebPath:true,
    sUrl:'promotional.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
