var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'page3.htm'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page2.htm'
}]
});
