var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'CORPORATE',
    bIsWebPath:true,
    sUrl:'page9.html',
    sTarget:'_self'
},
{   sTitle:'WEDDING',
    bIsWebPath:true,
    sUrl:'page6.html',
    sTarget:'_self'
},
{   sTitle:'INTERIOR',
    bIsWebPath:true,
    sUrl:'page3.html',
    sTarget:'_self'
},
{   sTitle:'CATWALK',
    bIsWebPath:true,
    sUrl:'page16.html'
},
{   sTitle:'EVENT',
    bIsWebPath:true,
    sUrl:'page2.html',
    sTarget:'_self'
},
{   sTitle:'CELEBRATION',
    bIsWebPath:true,
    sUrl:'page5.html',
    sTarget:'_self'
},
{   sTitle:'MEMORIAL',
    bIsWebPath:true,
    sUrl:'page15.html'
},
{   sTitle:'FLOWER PARTY',
    bIsWebPath:true,
    sUrl:'page17.html'
},
{   sTitle:'TESTMONIALS',
    bIsWebPath:true,
    sUrl:'page13.html'
},
{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'page4.html',
    sTarget:'_self'
}]
});
