var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'New Business Opportunity',
        bIsWebPath:true,
        sUrl:'opportunity.html'
    },
    {   sTitle:'Partnerships and Agreements',
        bIsWebPath:true,
        sUrl:'partnerships.html'
    },
    {   sTitle:'News',
        bIsWebPath:true,
        sUrl:'news.html'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_us.html',"childArray" : [
    {   sTitle:'Team Building',
        bIsWebPath:true,
        sUrl:'mission_possible.html',"childArray" : [
        {   sTitle:'Why Teams?',
            bIsWebPath:true,
            sUrl:'mp_programs.html'
        },
        {   sTitle:'Testimonials',
            bIsWebPath:true,
            sUrl:'testimonials.html'
        }]
    },
    {   sTitle:'ICE Laser Tag',
        bIsWebPath:true,
        sUrl:'ice1.html'
    },
    {   sTitle:'Mindoro Adventures',
        bIsWebPath:true,
        sUrl:'mindoro.html'
    }]
},
{   sTitle:'Training',
    bIsWebPath:true,
    sUrl:'training.html',"childArray" : [
    {   sTitle:'Interesting Articles',
        bIsWebPath:true,
        sUrl:'articles.html'
    }]
},
{   sTitle:'Galleries',
    bIsWebPath:true,
    sUrl:'galleries.html',"childArray" : [
    {   sTitle:'Team Building Pictures',
        bIsWebPath:true,
        sUrl:'tb_picts.html'
    },
    {   sTitle:'ICE Pictures',
        bIsWebPath:true,
        sUrl:'ice_picts.html'
    },
    {   sTitle:'Mindoro Adventures Pictures',
        bIsWebPath:true,
        sUrl:'mindoro_picts.html',"childArray" : [
        {   sTitle:'Mangyan Villagers',
            bIsWebPath:true,
            sUrl:'mangyans.html'
        }]
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',"childArray" : [
    {   sTitle:'ICE Quotation Request',
        bIsExternal:true,
        sUrl:'http://www.icelasertag.com/RFQ.html',
        sTarget:'_blank'
    },
    {   sTitle:'Team Building Quote Request',
        bIsExternal:true,
        sUrl:'http://www.missionpossible-pg.com/proposal_request.htm',
        sTarget:'_blank'
    }]
}]
});
