var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Card Shop',
    bIsWebPath:true,
    sUrl:'cardshop.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Card Categories',
        bIsWebPath:true,
        sUrl:'cardcategories.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Motorbikes',
            bIsWebPath:true,
            sUrl:'motorbikes.html',
            sTarget:'_self',"childArray" : [
            {   sTitle:'Sports Bikes',
                bIsWebPath:true,
                sUrl:'sportsbikes.html',
                sTarget:'_self'
            },
            {   sTitle:'Classic Bikes',
                bIsWebPath:true,
                sUrl:'classicbikes.html',
                sTarget:'_self'
            }]
        },
        {   sTitle:'Cars',
            bIsWebPath:true,
            sUrl:'cars.html',
            sTarget:'_self',"childArray" : [
            {   sTitle:'Super Cars',
                bIsWebPath:true,
                sUrl:'supercars.html',
                sTarget:'_self'
            },
            {   sTitle:'Classic Cars',
                bIsWebPath:true,
                sUrl:'classiccars.html',
                sTarget:'_self'
            }]
        },
        {   sTitle:'Special Occasions',
            bIsWebPath:true,
            sUrl:'specocca.html',
            sTarget:'_self',"childArray" : [
            {   sTitle:'Christmas',
                bIsWebPath:true,
                sUrl:'christmas.html',
                sTarget:'_self'
            },
            {   sTitle:'Easter',
                bIsWebPath:true,
                sUrl:'easter.html',
                sTarget:'_self'
            },
            {   sTitle:'Other Occasions',
                bIsWebPath:true,
                sUrl:'otherocca.html',
                sTarget:'_self'
            }]
        }]
    }]
},
{   sTitle:'About Me',
    bIsWebPath:true,
    sUrl:'aboutme.html',
    sTarget:'_self'
},
{   sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'portfolio.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Set Portfolio',
        bIsWebPath:true,
        sUrl:'setport.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Set Models',
            bIsWebPath:true,
            sUrl:'setmodels.html',
            sTarget:'_self'
        },
        {   sTitle:'Set Models Construction',
            bIsWebPath:true,
            sUrl:'setcon.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Prop Portfolio',
        bIsWebPath:true,
        sUrl:'propport.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Prop Models',
            bIsWebPath:true,
            sUrl:'propmodels.html',
            sTarget:'_self'
        },
        {   sTitle:'Prop Making',
            bIsWebPath:true,
            sUrl:'propmaking.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Graphic Design',
        bIsWebPath:true,
        sUrl:'graphicdesign.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Graphics',
            bIsWebPath:true,
            sUrl:'graphics.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Illustrations',
        bIsWebPath:true,
        sUrl:'illustrations.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Illustrations Port',
            bIsWebPath:true,
            sUrl:'illustrationsport.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'3D Digital Design',
        bIsWebPath:true,
        sUrl:'3ddigital.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'3D Design',
            bIsWebPath:true,
            sUrl:'3ddesign.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Animation',
        bIsWebPath:true,
        sUrl:'animation.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Storyboard',
            bIsWebPath:true,
            sUrl:'storyboard.html',
            sTarget:'_self'
        },
        {   sTitle:'Sketch Animation',
            bIsWebPath:true,
            sUrl:'sketchani.html',
            sTarget:'_self'
        },
        {   sTitle:'Nargoth Animation',
            bIsWebPath:true,
            sUrl:'nargothanima.html',
            sTarget:'_self'
        },
        {   sTitle:'Army Animation',
            bIsWebPath:true,
            sUrl:'armyanima.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Experience',
        bIsWebPath:true,
        sUrl:'experience.html',
        sTarget:'_self'
    },
    {   sTitle:'Qualifications',
        bIsWebPath:true,
        sUrl:'qualifications.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact Me',
    bIsWebPath:true,
    sUrl:'contactme.html',
    sTarget:'_self'
},
{   sTitle:'Feedback',
    bIsWebPath:true,
    sUrl:'feedback.html',
    sTarget:'_self'
}]
});