var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Information',
    bIsWebPath:true,
    sUrl:'information.html',
    sTarget:'_self',
    sActiveFrameUrl:'index.html',
    sActiveFrameId:'ifrm_1',"childArray" : [
    {   sTitle:'prices',
        bIsWebPath:true,
        sUrl:'prices.html',
        sTarget:'_self',
        sActiveFrameUrl:'index.html',
        sActiveFrameId:'ifrm_1'
    },
    {   sTitle:'terms & conditions',
        bIsWebPath:true,
        sUrl:'terms.html',
        sTarget:'_self',
        sActiveFrameUrl:'index.html',
        sActiveFrameId:'ifrm_1'
    },
    {   sTitle:'food & drink',
        bIsWebPath:true,
        sUrl:'foodndrink.html',
        sTarget:'_self',
        sActiveFrameUrl:'index.html',
        sActiveFrameId:'ifrm_1'
    }]
},
{   sTitle:'media',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'photo gallery',
        bIsWebPath:true,
        sUrl:'photo gallery.html',
        sTarget:'_self',
        sActiveFrameUrl:'index.html',
        sActiveFrameId:'ifrm_1'
    },
    {   sTitle:'video gallery',
        bIsWebPath:true,
        sUrl:'video gallery.html',
        sTarget:'_self',
        sActiveFrameUrl:'index.html',
        sActiveFrameId:'ifrm_1'
    }]
},
{   sTitle:'attractions',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'welsh castles',
        bIsWebPath:true,
        sUrl:'welsh castles.html',
        sTarget:'_self',
        sActiveFrameUrl:'index.html',
        sActiveFrameId:'ifrm_1'
    },
    {   sTitle:'english castles',
        bIsWebPath:true,
        sUrl:'english castles.html',
        sTarget:'_self',
        sActiveFrameUrl:'index.html',
        sActiveFrameId:'ifrm_1'
    },
    {   sTitle:'railways',
        bIsWebPath:true,
        sUrl:'railways.html',
        sTarget:'_self',
        sActiveFrameUrl:'index.html',
        sActiveFrameId:'ifrm_1'
    },
    {   sTitle:'Llandudno attractions',
        bIsWebPath:true,
        sUrl:'page12.html',
        sTarget:'_self',
        sActiveFrameUrl:'index.html',
        sActiveFrameId:'ifrm_1'
    }]
},
{   sTitle:'location',
    bIsWebPath:true,
    sUrl:'location.html',
    sTarget:'_self',
    sActiveFrameUrl:'index.html',
    sActiveFrameId:'ifrm_1'
},
{   sTitle:'contact us',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self',
    sActiveFrameUrl:'index.html',
    sActiveFrameId:'ifrm_1'
}]
});