var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Welcome to SPI',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'News',
    'bIsWebPath':true,
    'sUrl':'spi_industry_company_news.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'welcome_to_spi_contact_page.html'
}]
});
