var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'Windsocks',
    bIsWebPath:true,
    sUrl:'windsocks.htm'
},
{   sTitle:'Banners',
    bIsWebPath:true,
    sUrl:'banners.htm'
},
{   sTitle:'Kites',
    bIsWebPath:true,
    sUrl:'kites.htm'
},
{   sTitle:'Custom',
    bIsWebPath:true,
    sUrl:'custom.htm'
},
{   sTitle:'Creating',
    bIsWebPath:true,
    sUrl:'techniques.htm'
},
{   sTitle:'Inspiration',
    bIsWebPath:true,
    sUrl:'inspiration.htm'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.htm'
},
{   sTitle:'Contact Me',
    bIsWebPath:true,
    sUrl:'contact.htm'
}]
});
