var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Travel',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'New Zealand',
        bIsWebPath:true,
        sUrl:'new zealand.html',
        sTarget:'_self'
    },
    {   sTitle:'Japan',
        bIsWebPath:true,
        sUrl:'japan.html',
        sTarget:'_self'
    },
    {   sTitle:'Egypt',
        bIsWebPath:true,
        sUrl:'egypt.html',
        sTarget:'_self'
    },
    {   sTitle:'China',
        bIsWebPath:true,
        sUrl:'china.html',
        sTarget:'_self'
    },
    {   sTitle:'Europe',
        bIsWebPath:true,
        sUrl:'europe.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Nature',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Close up',
        bIsWebPath:true,
        sUrl:'close up.html',
        sTarget:'_self'
    },
    {   sTitle:'Gold Fish',
        bIsWebPath:true,
        sUrl:'goldfish.html',
        sTarget:'_self'
    },
    {   sTitle:'Raisin Tan & Friends',
        bIsWebPath:true,
        sUrl:'rasiin.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Lensbaby',
    bIsWebPath:true,
    sUrl:'lensbaby.html',
    sTarget:'_self'
},
{   sTitle:'InfraRed',
    bIsWebPath:true,
    sUrl:'infrared.html',
    sTarget:'_self'
},
{   sTitle:'Dive Travel',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Sipadan Water Village',
        bIsWebPath:true,
        sUrl:'sipadan.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Analogue',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Cross Process ',
        bIsWebPath:true,
        sUrl:'crosspro.html',
        sTarget:'_self'
    },
    {   sTitle:'Negative ',
        bIsWebPath:true,
        sUrl:'page16.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Others',
    bIsWebPath:true,
    sUrl:'others.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsExternal:true,
    sUrl:'mailto:tllim@2chins.com',
    sTarget:'_self'
}]
});