var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Corporate Indentity',
    'bIsWebPath':true,
    'sUrl':'identity.html'
},
{   'sTitle':'Website Design',
    'bIsWebPath':true,
    'sUrl':'websites.html'
},
{   'sTitle':'Brand Management',
    'bIsWebPath':true,
    'sUrl':'brand.html'
},
{   'sTitle':'Print Design',
    'bIsWebPath':true,
    'sUrl':'print.html'
},
{   'sTitle':'Video Production',
    'bIsWebPath':true,
    'sUrl':'video.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
