var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'wpscripts/page10.html'
},
{   sTitle:'Repairs',
    bIsWebPath:true,
    sUrl:'repairs.html'
},
{   sTitle:'Support',
    bIsWebPath:true,
    sUrl:'support.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
