var customnavtree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Web Design/Redesign',
    bIsWebPath:true,
    sUrl:'web-design.html',
    sTarget:'_self'
},
{   sTitle:'Content Management System',
    bIsWebPath:true,
    sUrl:'cms.html',
    sTarget:'_self'
},
{   sTitle:'E-commerce',
    bIsWebPath:true,
    sUrl:'ecommerce.html',
    sTarget:'_self'
},
{   sTitle:'Custom Development',
    bIsWebPath:true,
    sUrl:'custom-development.html',
    sTarget:'_self'
},
{   sTitle:'Mobile Website Development',
    bIsAnchor:true,
    bIsWebPath:true,
    sUrl:'web-design.html#mobile_web_design',
    sTarget:'_self'
},
{   sTitle:'PSD to Magento',
    bIsWebPath:true,
    sUrl:'psdtomagento.html',
    sTarget:'_self'
},
{   sTitle:'PSD to xHTML',
    bIsWebPath:true,
    sUrl:'psdtohtml.html',
    sTarget:'_self'
}]
});
