var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Web Packages',
    'bIsWebPath':true,
    'sUrl':'packages.html'
},
{   'sTitle':'How it works?',
    'bIsWebPath':true,
    'sUrl':'howitworks.html'
},
{   'sTitle':'Portfolio',
    'bIsWebPath':true,
    'sUrl':'portfolio.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Social Media ',
    'bIsWebPath':true,
    'sUrl':'social_media.html'
},
{   'sTitle':'Support',
    'bIsExternal':true,
    'sUrl':'http://support.thegiesbers.com',
    'sTarget':'_blank'
}]
});
