var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Our Products',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Brochures',
    bIsWebPath:true,
    sUrl:'page13.html'
},
{   sTitle:'Technical',
    bIsWebPath:true,
    sUrl:'page11.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page4.html'
}]
});
