var nav_2tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Pay Online',
    'bIsExternal':true,
    'sUrl':'https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UZQ7DJZLLYKAJ',
    'sTarget':'_self'
},
{   'sTitle':'Products',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'products.html'
},
{   'sTitle':'Contact Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
