var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'print design',
    bIsWebPath:true,
    sUrl:'printdesign.html',
    sTarget:'_self'
},
{   sTitle:'websites',
    bIsWebPath:true,
    sUrl:'websites.html',
    sTarget:'_self'
},
{   sTitle:'photography',
    bIsWebPath:true,
    sUrl:'photography.html',
    sTarget:'_self'
},
{   sTitle:'portfolio',
    bIsWebPath:true,
    sUrl:'portfolio.html'
},
{   sTitle:'contact us',
    bIsWebPath:true,
    sUrl:'contact us.html',
    sTarget:'_self'
}]
});
