var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'design',
    bIsWebPath:true,
    sUrl:'home.html'
},
{   sTitle:'web',
    bIsWebPath:true,
    sUrl:'web.html'
},
{   sTitle:'logo',
    bIsWebPath:true,
    sUrl:'logo.html'
},
{   sTitle:'print',
    bIsWebPath:true,
    sUrl:'print.html'
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
