var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Web Design',
    bIsWebPath:true,
    sUrl:'webdesign.html',"childArray" : [
    {   sTitle:'Portfolio',
        bIsWebPath:true,
        sUrl:'portfolio.html'
    }]
},
{   sTitle:'Creative Services',
    bIsWebPath:true,
    sUrl:'creative.html'
},
{   sTitle:'Business Services',
    bIsWebPath:true,
    sUrl:'business.html'
},
{   sTitle:'PC Services',
    bIsWebPath:true,
    sUrl:'pcservices.html'
},
{   sTitle:'Awards & Certificates',
    bIsWebPath:true,
    sUrl:'awards.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
