var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'bSeparatorBefore':true,
    'bSeparatorAfter':true,
    'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'bSeparatorAfter':true,
    'sTitle':'Armillary dials',
    'bIsWebPath':true,
    'sUrl':'page2.html'
},
{   'sTitle':'Vertical dials',
    'bIsWebPath':true,
    'sUrl':'page3.html',"childArray" : [
    {   'sTitle':'brass wall dials',
        'bIsWebPath':true,
        'sUrl':'page16.html'
    },
    {   'sTitle':'resin based wall dials',
        'bIsWebPath':true,
        'sUrl':'page17.html'
    },
    {   'sTitle':'letter carved wooden dials',
        'bIsWebPath':true,
        'sUrl':'page18.html'
    }]
},
{   'sTitle':'Horizontal & polar Dials',
    'bIsWebPath':true,
    'sUrl':'page4.html',"childArray" : [
    {   'sDescription':'Polar Dials in solid brass, made by Stephen Holehan Sundials.co.uk',
        'sTitle':'Polar Dials',
        'bIsWebPath':true,
        'sUrl':'polar dials .html'
    }]
},
{   'bSeparatorBefore':true,
    'bSeparatorAfter':true,
    'sTitle':'Historical & technical',
    'bIsWebPath':true,
    'sUrl':'page8.html',"childArray" : [
    {   'sTitle':'Solar verses magnetic north and finding the angle of declination for wall dials. Its all about meridians.',
        'bIsWebPath':true,
        'sUrl':'page9.html'
    },
    {   'sTitle':'Notes on how to install your sundial',
        'bIsWebPath':true,
        'sUrl':'page10.html'
    },
    {   'sTitle':'Local Apparent Time or Greenwich Mean Time?',
        'bIsWebPath':true,
        'sUrl':'page11.html'
    }]
},
{   'sTitle':'Plinth suppliers',
    'bIsWebPath':true,
    'sUrl':'page12.html'
},
{   'sTitle':'Letter carved signs',
    'bIsWebPath':true,
    'sUrl':'page14.html'
},
{   'sTitle':'Gallery of other creations!',
    'bIsWebPath':true,
    'sUrl':'page15.html'
},
{   'sTitle':'Contact us',
    'bIsWebPath':true,
    'sUrl':'page6.html'
},
{   'sTitle':'Ordering & Delivery',
    'bIsWebPath':true,
    'sUrl':'page5.html'
}]
});
