var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'TAPES',
    bIsWebPath:true,
    sUrl:'tapes.html'
},
{   sTitle:'EDITING',
    bIsWebPath:true,
    sUrl:'editing.html'
},
{   sTitle:'SPECIAL',
    bIsWebPath:true,
    sUrl:'special.html'
},
{   sTitle:'HOLIDAYS',
    bIsWebPath:true,
    sUrl:'holidays.html'
},
{   sTitle:'MEMORIALS',
    bIsWebPath:true,
    sUrl:'memorials.html'
},
{   sTitle:'ABOUT',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'CONTACT',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
