var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'         Home         ',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Product',
    bIsWebPath:true,
    sUrl:'products.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contacts.html',
    sTarget:'_self'
}]
});
