var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Welcome',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Store',
    'bIsWebPath':true,
    'sUrl':'store.html'
},
{   'sDescription':'Learn to knit with The Knitting Studio\'s wide array of classes.  From beginner to expert, you\'ll find the perfect class at The Knitting Studio in Montpelier, VT',
    'sTitle':'Classes',
    'bIsWebPath':true,
    'sUrl':'classes.html'
},
{   'sTitle':'Blog',
    'bIsWebPath':true,
    'sUrl':'blog.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
