var customNavTree6 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
},
{   sTitle:'Remote Support',
    bIsWebPath:true,
    sUrl:'WCS Remote Support.exe',
    sTarget:'_self'
}]
});
