var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Portable Fences',
    bIsWebPath:true,
    sUrl:'portablefences.html'
},
{   sTitle:'Showjumps',
    bIsWebPath:true,
    sUrl:'showjumps.html'
},
{   sTitle:'Course Design',
    bIsWebPath:true,
    sUrl:'coursedesign.html'
},
{   sTitle:'Gates',
    bIsWebPath:true,
    sUrl:'timberproducts.html'
},
{   sTitle:'Other Products',
    bIsWebPath:true,
    sUrl:'otherproducts.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
