var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'page2.html',"childArray" : [
    {   sTitle:'Cabinets',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'page2.html#Cabinets'
    }]
},
{   sTitle:'Sewing Classes',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Calendar',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page8.html'
}]
});
