var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page2.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'Our Staff',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'Search Site',
    bIsWebPath:true,
    sUrl:'page5.html',
    sTarget:'_self'
},
{   sTitle:'How Auctions Work',
    bIsWebPath:true,
    sUrl:'page8.html',
    sTarget:'_self'
},
{   sTitle:'Auctions',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Current Auctions',
    bIsWebPath:true,
    sUrl:'page70.html'
}]
});