var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Services & Prices',
    'bIsWebPath':true,
    'sUrl':'services.html',"childArray" : [
    {   'sTitle':'SEM/PPC Advertising',
        'bIsWebPath':true,
        'sUrl':'sem.html'
    },
    {   'sTitle':'Display Advertising',
        'bIsWebPath':true,
        'sUrl':'display.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'Contact.html'
}]
});
