var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'page2.html',"childArray" : [
    {   sTitle:'Places of Interest',
        bIsWebPath:true,
        sUrl:'page8.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Kuching',
            bIsWebPath:true,
            sUrl:'page6.html'
        },
        {   sTitle:'Fort Margherita',
            bIsWebPath:true,
            sUrl:'page11.html',
            sTarget:'_self'
        },
        {   sTitle:'Waterfront',
            bIsWebPath:true,
            sUrl:'page12.html',
            sTarget:'_self'
        },
        {   sTitle:'Chinese Museum',
            bIsWebPath:true,
            sUrl:'page13.html',
            sTarget:'_self'
        },
        {   sTitle:'Cat Museum',
            bIsWebPath:true,
            sUrl:'page14.html',
            sTarget:'_self'
        },
        {   sTitle:'Main Bazaar',
            bIsWebPath:true,
            sUrl:'page15.html',
            sTarget:'_self'
        },
        {   sTitle:'Tua Pek Kong Temple',
            bIsWebPath:true,
            sUrl:'page16.html',
            sTarget:'_self'
        },
        {   sTitle:'Sarawak Cultural Village',
            bIsWebPath:true,
            sUrl:'page17.html',
            sTarget:'_self'
        },
        {   sTitle:'Bako National Park',
            bIsWebPath:true,
            sUrl:'page18.html',
            sTarget:'_self'
        },
        {   sTitle:'Jong\'s Crocodile Farm',
            bIsWebPath:true,
            sUrl:'page19.html',
            sTarget:'_self'
        },
        {   sTitle:'Fairy Cave & Wind Cave',
            bIsWebPath:true,
            sUrl:'page20.html',
            sTarget:'_self'
        },
        {   sTitle:'Gunung Gading National Park',
            bIsWebPath:true,
            sUrl:'page21.html',
            sTarget:'_self'
        },
        {   sTitle:'Rainforest World Music Festival',
            bIsWebPath:true,
            sUrl:'page22.html',
            sTarget:'_self'
        }]
    }]
},
{   sTitle:'Room & Rates',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Reservation',
    bIsWebPath:true,
    sUrl:'page9.html',
    sTarget:'_self'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
