var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Nails4sale',
    bIsWebPath:true,
    sUrl:'page2.html',"childArray" : [
    {   sTitle:'Plain nails',
        bIsWebPath:true,
        sUrl:'plainnails.html',"childArray" : [
        {   sTitle:'Red nails',
            bIsWebPath:true,
            sUrl:'rednails.html'
        },
        {   sTitle:'Pink nails',
            bIsWebPath:true,
            sUrl:'pinknails.html'
        },
        {   sTitle:'Blue & purple nails',
            bIsWebPath:true,
            sUrl:'blue&purplenails.html'
        },
        {   sTitle:'Green nails',
            bIsWebPath:true,
            sUrl:'greennails.html'
        },
        {   sTitle:'Orange & yellow nails',
            bIsWebPath:true,
            sUrl:'orange&yellownails.html'
        },
        {   sTitle:'Pastel & metallic nails',
            bIsWebPath:true,
            sUrl:'pastelnails.html'
        },
        {   sTitle:'Glitter nails',
            bIsWebPath:true,
            sUrl:'glitternails.html'
        },
        {   sTitle:'Black nails',
            bIsWebPath:true,
            sUrl:'blacknails.html'
        },
        {   sTitle:'Beige nails',
            bIsWebPath:true,
            sUrl:'beigenails.html'
        }]
    },
    {   sTitle:'Designer',
        bIsWebPath:true,
        sUrl:'designer.html'
    },
    {   sTitle:'French',
        bIsWebPath:true,
        sUrl:'french.html'
    },
    {   sTitle:'Pre-coloured',
        bIsWebPath:true,
        sUrl:'precoloured.html'
    },
    {   sTitle:'Fetish',
        bIsWebPath:true,
        sUrl:'fetish.html'
    },
    {   sTitle:'Toenails',
        bIsWebPath:true,
        sUrl:'toenails.html'
    },
    {   sTitle:'Eyelashes',
        bIsWebPath:true,
        sUrl:'eyelashes.html'
    },
    {   sTitle:'Nail Art, Glue & Tabs',
        bIsWebPath:true,
        sUrl:'nailart.html'
    }]
},
{   sTitle:'Information',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page4.html'
}]
});
