var customNavTree20 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Method of Payment',
    bIsWebPath:true,
    sUrl:'methiodofpay.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html',
    sTarget:'_self'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',
    sTarget:'_self'
},
{   sTitle:'View Your Cart',
    bOverrideNavBarTarget:true,
    sUrl:'https://www.paypal.com/cgi-bin/webscr?cmd=_cart&business=admin@worldskatingassociates.com&item_name=Add%20to%20Cart&currency_code=USD&amount=&add=1&quantity=1&no_shipping=0&no_note=1&display=1',
    sTarget:'_self'
}]
});
