var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Intro',
    bIsWebPath:true,
    sUrl:'intro.html'
},
{   sTitle:'Magic',
    bIsWebPath:true,
    sUrl:'magic.html'
},
{   sTitle:'Mindreading',
    bIsWebPath:true,
    sUrl:'mindreading.html'
},
{   sTitle:'VideoPix',
    bIsWebPath:true,
    sUrl:'videopix.html',"childArray" : [
    {   sTitle:'Learnatrick',
        bIsWebPath:true,
        sUrl:'learn.html'
    }]
},
{   sTitle:'Clients',
    bIsWebPath:true,
    sUrl:'clients.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',"childArray" : [
    {   sTitle:'Inquiry',
        bIsWebPath:true,
        sUrl:'inquiry.html'
    }]
}]
});
