var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'ATTENTION',
    bIsWebPath:true,
    sUrl:'attention.html'
},
{   sTitle:'WARNING',
    bIsWebPath:true,
    sUrl:'warning.html'
},
{   sTitle:'PRESS RELEASE',
    bIsWebPath:true,
    sUrl:'pressrelease.html'
},
{   sTitle:'GRID BUNDLE',
    bIsWebPath:true,
    sUrl:'gridbundle.html'
},
{   sTitle:'GRID COLLARS',
    bIsWebPath:true,
    sUrl:'gridcollars.html'
},
{   sTitle:'PDF FILE',
    bIsWebPath:true,
    sUrl:'pdffile.html'
},
{   sTitle:'THE FIX',
    bIsWebPath:true,
    sUrl:'thefix.html'
},
{   sTitle:'GOING BROKE',
    bIsWebPath:true,
    sUrl:'goingbroke.html'
},
{   sTitle:'N A F T A',
    bIsWebPath:true,
    sUrl:'nafta.html'
},
{   sTitle:'$$DOWN$$',
    bIsWebPath:true,
    sUrl:'downgrade.html'
},
{   sTitle:'CLOSING',
    bIsWebPath:true,
    sUrl:'close.html'
}]
});
