var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Time Table',
    bIsWebPath:true,
    sUrl:'timetable.html',
    sTarget:'_self'
},
{   sTitle:'Destination',
    bIsWebPath:true,
    sUrl:'detisnation.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Batu Pahat',
        bIsWebPath:true,
        sUrl:'batu_pahat.html',
        sTarget:'_self'
    },
    {   sTitle:'Minyak Beku',
        bIsWebPath:true,
        sUrl:'minyak_beku.html',
        sTarget:'_self'
    },
    {   sTitle:'Selat Panjang',
        bIsWebPath:true,
        sUrl:'selat panjang.html',
        sTarget:'_self'
    },
    {   sTitle:'Tanjung Balai',
        bIsWebPath:true,
        sUrl:'balai.html',
        sTarget:'_self'
    },
    {   sTitle:'Pulau Batam',
        bIsWebPath:true,
        sUrl:'batam.html',
        sTarget:'_self'
    },
    {   sTitle:'Bengkalis',
        bIsWebPath:true,
        sUrl:'bengkalis.html',
        sTarget:'_self'
    },
    {   sTitle:'Dumai',
        bIsWebPath:true,
        sUrl:'dumai.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Resort',
    bIsWebPath:true,
    sUrl:'resort.html'
},
{   sTitle:'Locotion Map',
    bIsWebPath:true,
    sUrl:'location.html',
    sTarget:'_self'
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
