var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About us',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'From Logs to Planks',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'page6.html',"childArray" : [
    {   sTitle:'Planks',
        bIsWebPath:true,
        sUrl:'page10.html',
        sTarget:'_self'
    },
    {   sTitle:'Elements',
        bIsWebPath:true,
        sUrl:'page11.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Product Cycle',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'Order Form',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sTitle:'On line Contacts',
    bIsWebPath:true,
    sUrl:'page4.html'
}]
});
