var global_navtree = WpNavBar.readTree({
"childArray" : [
{   bSeparatorAfter:true,
    sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   bSeparatorAfter:true,
    sTitle:'web design',
    bIsWebPath:true,
    sUrl:'web.htm'
},
{   sTitle:'logo design',
    bIsWebPath:true,
    sUrl:'logo.htm'
},
{   sTitle:'graphic design',
    bIsWebPath:true,
    sUrl:'graphics.htm'
},
{   sTitle:'portfolio',
    bIsWebPath:true,
    sUrl:'portfolio.htm'
},
{   sTitle:'pricing',
    bIsWebPath:true,
    sUrl:'prices.htm'
},
{   sTitle:'files',
    bIsWebPath:true,
    sUrl:'files.htm'
},
{   sTitle:'about us',
    bIsWebPath:true,
    sUrl:'about.htm'
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'contact.htm'
},
{   sTitle:'testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.htm'
},
{   sTitle:'privacy',
    bIsWebPath:true,
    sUrl:'privacy.htm'
},
{   sTitle:'site map',
    bIsWebPath:true,
    sUrl:'sitemap.htm'
}]
});
