var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Computer Support and Setup',
    'bIsWebPath':true,
    'sUrl':'index.php'
},
{   'sTitle':'Setup Services',
    'bIsWebPath':true,
    'sUrl':'setup.html'
},
{   'sTitle':' Maintenance',
    'bIsWebPath':true,
    'sUrl':'maintain.html'
},
{   'sTitle':'Tuition',
    'bIsWebPath':true,
    'sUrl':'tuition.html'
},
{   'sTitle':'Support Plans',
    'bIsWebPath':true,
    'sUrl':'support.html'
},
{   'sTitle':'Web Design',
    'bIsWebPath':true,
    'sUrl':'webdesign.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
},
{   'sTitle':'Shop',
    'bIsWebPath':true,
    'sUrl':'ecomm/shop.php'
}]
});
