var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About',
    'bIsWebPath':true,
    'sUrl':'about_gryphon.html'
},
{   'sTitle':'Video',
    'bIsWebPath':true,
    'sUrl':'video.html'
},
{   'sTitle':'Hosting & Email',
    'bIsWebPath':true,
    'sUrl':'email.html'
},
{   'sTitle':'Main Site',
    'bIsExternal':true,
    'sUrl':'http://www.gryphoncomputers.com',
    'sTarget':'_self'
}]
});
