var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'default.htm'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'venSTATION',
        bIsWebPath:true,
        sUrl:'venstation/vsaps.html'
    },
    {   sTitle:'System VI',
        bIsWebPath:true,
        sUrl:'systemvi/sysvi.html'
    },
    {   sTitle:'Model 400',
        bIsWebPath:true,
        sUrl:'model400/model400.html'
    },
    {   sTitle:'venVUE',
        bIsWebPath:true,
        sUrl:'venvue/venvue.html'
    }]
},
{   sTitle:'Support',
    bIsWebPath:true,
    sUrl:'support/clientservices.html',"childArray" : [
    {   sTitle:'Service Plans',
        bIsWebPath:true,
        sUrl:'support/serviceplans.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',"childArray" : [
    {   sTitle:'Factory Reps',
        bIsWebPath:true,
        sUrl:'authreps.html'
    }]
}]
});