var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':' Portfolio',
    'bIsWebPath':true,
    'sUrl':'portfolio.html'
},
{   'sTitle':' Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Terms',
    'bIsWebPath':true,
    'sUrl':'terms.html'
},
{   'sTitle':'Mobile',
    'bIsWebPath':true,
    'sUrl':'mobile.html'
}]
});
