var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Introduction',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'page3.html',"childArray" : [
    {   sTitle:'Equestrian one',
        bIsWebPath:true,
        sUrl:'page4.html'
    },
    {   sTitle:'Equestrian two',
        bIsWebPath:true,
        sUrl:'page32.html'
    },
    {   sTitle:'Equestrian three',
        bIsWebPath:true,
        sUrl:'page13.html'
    },
    {   sTitle:'People One',
        bIsWebPath:true,
        sUrl:'page8.html'
    },
    {   sTitle:'Places One',
        bIsWebPath:true,
        sUrl:'page12.html'
    },
    {   sTitle:'Animal One',
        bIsWebPath:true,
        sUrl:'page15.html'
    }]
},
{   sTitle:'Prints & Cards',
    bIsWebPath:true,
    sUrl:'page18.html'
},
{   sTitle:'Commissions',
    bIsWebPath:true,
    sUrl:'page29.html'
},
{   sTitle:'Exhibitions',
    bIsWebPath:true,
    sUrl:'page9.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
