var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Purim 5670',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'1st two Trips to poland ',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Latest Trip to Poland',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Hachnasat New Sefer',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Video Selection',
    bIsWebPath:true,
    sUrl:'page6.html'
}]
});