var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html'
},
{   'sTitle':'Web Designs',
    'bIsWebPath':true,
    'sUrl':'web.html'
},
{   'sTitle':'Print Solutions',
    'bIsWebPath':true,
    'sUrl':'print.html'
},
{   'sTitle':'Graphics',
    'bIsWebPath':true,
    'sUrl':'graphics.html'
},
{   'sTitle':'Marketing',
    'bIsWebPath':true,
    'sUrl':'marketing.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
