var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'View My Pics',
    bIsWebPath:true,
    sUrl:'viewmypics.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page8.html',"childArray" : [
    {   sTitle:'Benefits',
        bIsWebPath:true,
        sUrl:'benefits.html'
    },
    {   sTitle:'Testimonials',
        bIsWebPath:true,
        sUrl:'testimonials.html'
    },
    {   sTitle:'On Site Printing',
        bIsWebPath:true,
        sUrl:'onsiteprinting.html'
    },
    {   sTitle:'Clients',
        bIsWebPath:true,
        sUrl:'clients.html'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Corporate Events',
        bIsWebPath:true,
        sUrl:'corporateevents.html'
    },
    {   sTitle:'Weddings',
        bIsWebPath:true,
        sUrl:'weddings.html'
    },
    {   sTitle:'Reunions',
        bIsWebPath:true,
        sUrl:'reunions.html'
    },
    {   sTitle:'Private Parties',
        bIsWebPath:true,
        sUrl:'privateparties.html'
    },
    {   sTitle:'Schools',
        bIsWebPath:true,
        sUrl:'schools.html'
    }]
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
