var global_navtree = WpNavBar.readTree({
"childArray" : [
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   bSeparatorBefore:true,
    sTitle:'Packages',
    bIsWebPath:true,
    sUrl:'packages.html',"childArray" : [
    {   bSeparatorAfter:true,
        sTitle:'Video Packages',
        bIsWebPath:true,
        sUrl:'video_packages.html',"childArray" : [
        {   sTitle:'Gold Video Package',
            bIsWebPath:true,
            sUrl:'gold_video_package.html',
            sTarget:'_self'
        },
        {   sTitle:'Platinum Video Package',
            bIsWebPath:true,
            sUrl:'platinum_video_package.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Photo Packages',
        bIsWebPath:true,
        sUrl:'photo_packages.html',"childArray" : [
        {   sTitle:'Gold Package',
            bIsWebPath:true,
            sUrl:'gold_photo_package.html',
            sTarget:'_self'
        },
        {   sTitle:'Platinum Photo Package',
            bIsWebPath:true,
            sUrl:'platinum_photo_package.html',
            sTarget:'_self'
        }]
    }]
},
{   sTitle:'Video Gallery',
    bIsWebPath:true,
    sUrl:'video_gallery.html',
    sTarget:'_self'
},
{   sTitle:'Photo Gallery',
    bIsWebPath:true,
    sUrl:'photo_gallery.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact_us.html'
},
{   sTitle:'About us',
    bIsWebPath:true,
    sUrl:'about_us.html'
}]
});
