var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Main',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'HotShots 1-3',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'HotShots 4-6',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sTitle:'HotShots 7-9',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'HotShots 10-12',
    bIsWebPath:true,
    sUrl:'page12.html'
}]
});
