var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Limited Editions',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page7.html'
}]
});