var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'SPECIALS',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'CLASSES',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'CUSTOMER QUILTS',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'LOCATION & CONTACT',
    bIsWebPath:true,
    sUrl:'page4.html'
}]
});
