var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Production Transportation',
    bIsWebPath:true,
    sUrl:'production_transportation.html',"childArray" : [
    {   sTitle:'18 Ton Trucks',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'production_transportation.html#18ton'
    },
    {   sTitle:'Walk Ramps',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'production_transportation.html#Ramps'
    },
    {   sTitle:'Wardrobe Cases',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'production_transportation.html#Wardrobe'
    },
    {   bSeparatorBefore:true,
        sTitle:'26 Ton Trucks',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'production_transportation.html#26ton'
    },
    {   sTitle:'\'Megamax\' Trailers',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'production_transportation.html#MMTrailers'
    },
    {   sTitle:'\'Max\' Trailers',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'production_transportation.html#mtrailers'
    }]
},
{   sTitle:'Self Drive',
    bIsWebPath:true,
    sUrl:'self_drive.html'
},
{   sTitle:'News & Information',
    bIsWebPath:true,
    sUrl:'news_information.html'
}]
});
