var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Support Request',
    'bIsWebPath':true,
    'sUrl':'page3.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'page4.html'
},
{   'sTitle':'IQDesk',
    'bIsExternal':true,
    'sUrl':'http://nelmarsystems.com/iqdesk/index.php',
    'sTarget':'_self'
},
{   'sTitle':'IQAdmin',
    'bIsExternal':true,
    'sUrl':'http://nelmarsystems.com/iqdesk/admin/index.php',
    'sTarget':'_self'
},
{   'sTitle':'Invoices',
    'bIsExternal':true,
    'sUrl':'http://nelmarsystems.com/invoices/index.php?module=auth&view=login',
    'sTarget':'_self'
}]
});
