var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    sUrl:'http://www.danmedical.com/index.html'
},
{   sTitle:'About us',
    sUrl:'http://www.danmedical.com/about_us.html'
},
{   sTitle:'Products',
    sUrl:'http://www.danmedical.com/products.html',"childArray" : [
    {   sTitle:'D-MAS Overview',
        sUrl:'http://www.danmedical.com/d-mas_overview.html'
    },
    {   sTitle:'D-MAS Remote',
        sUrl:'http://www.danmedical.com/d-mas_remote.html'
    },
    {   sTitle:'D-MAS Portable',
        sUrl:'http://www.danmedical.com/d-mas_portable.html'
    },
    {   sTitle:'D-MAS Desktop',
        sUrl:'http://www.danmedical.com/d-mas_desktop.html'
    },
    {   sTitle:'D-MAS Exercise',
        sUrl:'http://www.danmedical.com/d-mas_exercise.html'
    }]
},
{   sTitle:'Services',
    sUrl:'http://www.danmedical.com/services.html',"childArray" : [
    {   sTitle:'Downloads',
        sUrl:'http://www.danmedical.com/download.html'
    }]
},
{   sTitle:'Contact',
    sUrl:'http://www.danmedical.com/contact.html'
}]
});
