var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Hotel',
    bIsWebPath:true,
    sUrl:'parkhotel.html',"childArray" : [
    {   sTitle:'Lounges',
        bIsWebPath:true,
        sUrl:'lounge.html'
    },
    {   sTitle:'Bedrooms',
        bIsWebPath:true,
        sUrl:'bedrooms.html'
    },
    {   sTitle:'Location',
        bIsWebPath:true,
        sUrl:'local.html'
    },
    {   sTitle:'Places to go',
        bIsWebPath:true,
        sUrl:'placestogo.html'
    },
    {   sTitle:'Facilities',
        bIsWebPath:true,
        sUrl:'facilities.html'
    },
    {   sTitle:'History',
        bIsWebPath:true,
        sUrl:'history.html'
    }]
},
{   sDescription:'fine dining',
    sTitle:'Restaurant',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sDescription:'special offers',
    sTitle:'Special Offers',
    bIsWebPath:true,
    sUrl:'specials.html'
},
{   sDescription:'home delivery lunch',
    sTitle:'Home Delivery Lunch',
    bIsWebPath:true,
    sUrl:'homedel.html'
},
{   sDescription:'links to places to go and things to do',
    sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});