var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'products.html',"childArray" : [
    {   'sTitle':'BinMaker PRO',
        'bIsWebPath':true,
        'sUrl':'bmpro/binmakerpro.html'
    },
    {   'sTitle':'Building Energy Analyzer PRO',
        'bIsWebPath':true,
        'sUrl':'beapro/beapro.html'
    },
    {   'sTitle':'CASCADE',
        'bIsWebPath':true,
        'sUrl':'cascade.html'
    },
    {   'sTitle':'D-Gen PRO',
        'bIsWebPath':true,
        'sUrl':'dgenpro/dgenpro.html'
    }]
},
{   'sTitle':'Downloads',
    'bIsWebPath':true,
    'sUrl':'downloads.html'
},
{   'sTitle':'Support',
    'bIsWebPath':true,
    'sUrl':'support.html',"childArray" : [
    {   'sTitle':'BinMaker PRO',
        'bIsWebPath':true,
        'sUrl':'bmprosupport.html'
    },
    {   'sTitle':'Building Energy Analyzer PRO',
        'bIsWebPath':true,
        'sUrl':'beaprosupport.html'
    },
    {   'sTitle':'CASCADE',
        'bIsWebPath':true,
        'sUrl':'cascadesupport.html'
    },
    {   'sTitle':'D-Gen PRO',
        'bIsWebPath':true,
        'sUrl':'dgensupport.html'
    }]
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html'
}]
});
