var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html'
},
{   'sTitle':'Linecard',
    'bIsWebPath':true,
    'sUrl':'linecard.html'
},
{   'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'products.html',"childArray" : [
    {   'sTitle':'Components',
        'bIsWebPath':true,
        'sUrl':'components.html'
    },
    {   'sTitle':'Solutions',
        'bIsWebPath':true,
        'sUrl':'solutions.html'
    },
    {   'sTitle':'Download',
        'bIsWebPath':true,
        'sUrl':'download.html'
    }]
},
{   'sTitle':'News',
    'bIsWebPath':true,
    'sUrl':'news.html'
},
{   'sTitle':'Jobs',
    'bIsWebPath':true,
    'sUrl':'jobs.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
