var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'about galway gourmet',
    bIsWebPath:true,
    sUrl:'about galway gourmet.html'
},
{   sTitle:'menu',
    bIsWebPath:true,
    sUrl:'menu.html',"childArray" : [
    {   sTitle:'start the day',
        bIsWebPath:true,
        sUrl:'breakfast.html'
    },
    {   sTitle:'sandwich platters',
        bIsWebPath:true,
        sUrl:'page9.html'
    },
    {   sTitle:'canapes and finger food',
        bIsWebPath:true,
        sUrl:'canapes.html'
    },
    {   sTitle:'finger buffets',
        bIsWebPath:true,
        sUrl:'finger.html'
    },
    {   sTitle:'fork buffets',
        bIsWebPath:true,
        sUrl:'fork.html'
    }]
},
{   sTitle:'Galway Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'contact us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
