var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Features',
    bIsWebPath:true,
    sUrl:'features.html',"childArray" : [
    {   sTitle:'Bank Module',
        bIsWebPath:true,
        sUrl:'bank.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Download',
    bIsWebPath:true,
    sUrl:'download.html'
},
{   sTitle:'Purchase',
    bIsWebPath:true,
    sUrl:'purchase.html'
},
{   sTitle:'User Forum',
    bIsWebPath:true,
    sUrl:'userforum.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
