var customnavtree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_us.html',"childArray" : [
    {   sTitle:'Client',
        bIsWebPath:true,
        sUrl:'client.html'
    },
    {   sTitle:'Core Values',
        bIsWebPath:true,
        sUrl:'core_values.html'
    }]
},
{   sTitle:'Services',
    sUrl:'http://www.teknokraft.com/service',
    sTarget:'_self'
},
{   sTitle:'Products',
    sUrl:'http://www.teknokraft.com/product',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
}]
});
