var customnavtree6 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Greetings Cards',
    bIsWebPath:true,
    sUrl:'personalised_greetings_cards.php',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Birthday Cards',
        bIsWebPath:true,
        sUrl:'personalised_birthday_cards.html',
        sTarget:'_self'
    },
    {   sTitle:'Weddings',
        bIsWebPath:true,
        sUrl:'wedding_cards.html',
        sTarget:'_self'
    },
    {   bSeparatorBefore:true,
        sTitle:'Exclusive Darts Cards',
        bIsWebPath:true,
        sUrl:'darts_greetings_cards.html',
        sTarget:'_self'
    },
    {   sTitle:'Other Cards',
        bIsWebPath:true,
        sUrl:'personalised_greetings_cards.php',
        sTarget:'_self'
    }]
},
{   sTitle:'Gifts',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Wine',
        bIsWebPath:true,
        sUrl:'wine.html',
        sTarget:'_self'
    },
    {   sTitle:'Calendars',
        bIsWebPath:true,
        sUrl:'calendars.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Information',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Terms and Conditions',
        bIsWebPath:true,
        sUrl:'tandc.html',
        sTarget:'_self',
        sActiveFrameUrl:'infoContainer.html',
        sActiveFrameId:'infoFrame'
    },
    {   sTitle:'Postage and Delivery',
        bIsWebPath:true,
        sUrl:'postage.html',
        sTarget:'_self',
        sActiveFrameUrl:'infoContainer.html',
        sActiveFrameId:'infoFrame'
    },
    {   sTitle:'Frequently Asked Questions',
        bIsWebPath:true,
        sUrl:'faq.html',
        sTarget:'_self',
        sActiveFrameUrl:'infoContainer.html',
        sActiveFrameId:'infoFrame'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'Shopping Basket',
    bIsWebPath:true,
    sUrl:'cart.html',
    sTarget:'_self'
}]
});
