var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'ABOUT US',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'ILLUSION SHOW',
    bIsWebPath:true,
    sUrl:'page11.html'
},
{   sTitle:'CLOSE UP',
    bIsWebPath:true,
    sUrl:'page10.html'
},
{   sTitle:'FLY ON SHOW',
    bIsWebPath:true,
    sUrl:'page13.html'
},
{   sTitle:'SOLO SHOW',
    bIsWebPath:true,
    sUrl:'page14.html'
},
{   sTitle:'PROMO ',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sTitle:'GALLERY',
    bIsWebPath:true,
    sUrl:'page9.html'
},
{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'NEWS',
    bIsWebPath:true,
    sUrl:'page12.html'
}]
});
