var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Repair Rates',
    bIsWebPath:true,
    sUrl:'rates.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Game Console Repair',
    bIsWebPath:true,
    sUrl:'consoles.html'
},
{   sTitle:'LaserChargers',
    bIsWebPath:true,
    sUrl:'laserchargers.html'
},
{   sTitle:'Computer Systems',
    bIsWebPath:true,
    sUrl:'systems.html',"childArray" : [
    {   sTitle:'Desktops',
        bIsWebPath:true,
        sUrl:'desktop.html'
    },
    {   sTitle:'Notebooks',
        bIsWebPath:true,
        sUrl:'notebooks.html'
    }]
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
