var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Invitations',
    bIsWebPath:true,
    sUrl:'invitations.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'page17.html',"childArray" : [
    {   sTitle:'Baby Brag Books',
        bIsWebPath:true,
        sUrl:'babybragbooks.html'
    },
    {   sTitle:'Birthday Reminder Books',
        bIsWebPath:true,
        sUrl:'birthdayreminderbooks.html'
    },
    {   sTitle:'Calendars',
        bIsWebPath:true,
        sUrl:'calendars.html'
    },
    {   sTitle:'Custom Card Sets',
        bIsWebPath:true,
        sUrl:'cardsets.html'
    }]
},
{   sTitle:'Pricing',
    bIsWebPath:true,
    sUrl:'pricing.html'
},
{   sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'portfolio.html',"childArray" : [
    {   sTitle:'Decorations',
        bIsWebPath:true,
        sUrl:'decorations.html'
    },
    {   sTitle:'Gifts',
        bIsWebPath:true,
        sUrl:'giftsphotos.html'
    },
    {   sTitle:'Invitation Pictures',
        bIsWebPath:true,
        sUrl:'invitationpicture.html'
    }]
},
{   sTitle:'Process',
    bIsWebPath:true,
    sUrl:'process.html'
},
{   sTitle:'Contact ',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
