var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Gallary',
    bIsWebPath:true,
    sUrl:'gallary.html',
    sTarget:'_self'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'About.html',
    sTarget:'_self'
},
{   bSeparatorAfter:true,
    sTitle:'RnD Blog',
    bIsExternal:true,
    sUrl:'http://rnd.lotusfx.se/#home',
    sTarget:'_blank'
}]
});
