var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About us',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'Contact',
        bIsWebPath:true,
        sUrl:'contact.html'
    }]
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Models',
    bIsWebPath:true,
    sUrl:'models.html',"childArray" : [
    {   sTitle:'Design techniques and limitations',
        bIsWebPath:true,
        sUrl:'design.html'
    },
    {   sTitle:'Coaches',
        bIsWebPath:true,
        sUrl:'coaches.html',"childArray" : [
        {   sTitle:'GWR',
            bIsWebPath:true,
            sUrl:'GWR.html'
        },
        {   sTitle:'LSWR/SR',
            bIsWebPath:true,
            sUrl:'LSWR.html',"childArray" : [
            {   sTitle:'LSWR 28\' compo 1878',
                bIsWebPath:true,
                sUrl:'LSWR_C1.html'
            },
            {   sTitle:'LSWR 30\' 3rd/Brake 3rd 1886',
                bIsWebPath:true,
                sUrl:'LSWR_C2.html'
            },
            {   sTitle:'LSWR 30\' Passenger Brake Van 1887. 1892',
                bIsWebPath:true,
                sUrl:'LSWR_C3.html'
            },
            {   sTitle:'LSWR 32\' 6\" First 1888',
                bIsWebPath:true,
                sUrl:'LSWR_C4.html'
            },
            {   sTitle:'Assembly instructions',
                bIsWebPath:true,
                sUrl:'Assembly.html'
            },
            {   sTitle:'Possible future LSWR coaches',
                bIsWebPath:true,
                sUrl:'LSWR_F_C.html'
            }]
        },
        {   sTitle:'Specifications',
            bIsWebPath:true,
            sUrl:'Spec.html'
        }]
    },
    {   sTitle:'Locos',
        bIsWebPath:true,
        sUrl:'Locos.html',"childArray" : [
        {   sTitle:'GWR',
            bIsWebPath:true,
            sUrl:'GWR_L.html',"childArray" : [
            {   sTitle:'GWR 56XX 0-6-2T',
                bIsWebPath:true,
                sUrl:'GWR_56XX.html',"childArray" : [
                {   sTitle:'56XX image',
                    bIsWebPath:true,
                    sUrl:'GWR_56XX_pic.html'
                }]
            },
            {   sTitle:'GWR Collett Goods 0-6-0',
                bIsWebPath:true,
                sUrl:'GWR_Collett_Goods.html',"childArray" : [
                {   sTitle:'Collett Goods image',
                    bIsWebPath:true,
                    sUrl:'GWR_Collett_Goods_pic.html'
                }]
            }]
        },
        {   sTitle:'LSWR/SR locos',
            bIsWebPath:true,
            sUrl:'LSWR_L.html',"childArray" : [
            {   sTitle:'LSWR/SR T9 4-4-0',
                bIsWebPath:true,
                sUrl:'T9.html',"childArray" : [
                {   sTitle:'T9 image',
                    bIsWebPath:true,
                    sUrl:'T9_pic.html'
                }]
            },
            {   sTitle:'LSWR/SR Adams Radial Tank',
                bIsWebPath:true,
                sUrl:'415.html',"childArray" : [
                {   sTitle:'415 Image',
                    bIsWebPath:true,
                    sUrl:'415_pic.html'
                }]
            },
            {   sTitle:'LSWR/SR M7 0-4-4T',
                bIsWebPath:true,
                sUrl:'M7.html',"childArray" : [
                {   sTitle:'M7 image',
                    bIsWebPath:true,
                    sUrl:'M7_pic.html'
                }]
            }]
        },
        {   sTitle:'DEErivatives intro',
            bIsWebPath:true,
            sUrl:'DEEriv_intro.html'
        },
        {   sTitle:'Kits',
            bIsWebPath:true,
            sUrl:'Kits.html',"childArray" : [
            {   sTitle:'Kit types',
                bIsWebPath:true,
                sUrl:'Kit_types.html'
            }]
        },
        {   sTitle:'Specifications',
            bIsWebPath:true,
            sUrl:'Specs_L.html'
        },
        {   sTitle:'Deleted designs',
            bIsWebPath:true,
            sUrl:'Deleted.html'
        }]
    },
    {   sTitle:'DEE transfers',
        bIsWebPath:true,
        sUrl:'DEE_transfers.html'
    },
    {   sTitle:'Prices and dates',
        bIsWebPath:true,
        sUrl:'PandD.html',"childArray" : [
        {   sTitle:'Prices and dates - locos',
            bIsWebPath:true,
            sUrl:'prices_L.html'
        },
        {   sTitle:'Prices and dates - coaches',
            bIsWebPath:true,
            sUrl:'prices_C.html'
        }]
    },
    {   sTitle:'Offers',
        bIsWebPath:true,
        sUrl:'Offers.html'
    }]
},
{   sTitle:'HobbyCNC',
    bIsWebPath:true,
    sUrl:'HobbyCNC.html'
},
{   sTitle:'Ordering',
    bIsWebPath:true,
    sUrl:'Ordering.html'
},
{   sTitle:'NG Drawings',
    bIsWebPath:true,
    sUrl:'NG_D.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'Links.html'
},
{   sTitle:'Sitemap',
    bIsWebPath:true,
    sUrl:'Sitemap.html'
},
{   sTitle:'Webrings',
    bIsWebPath:true,
    sUrl:'webrings.html'
}]
});