var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Service Options',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Community',
    bIsExternal:true,
    sUrl:'http://www.serifwebresources.com/embed.php?uid=63c2648a56f05d7c194b40d4e5d603c5591e0378',
    sTarget:'_blank'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
