var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'products.html'
},
{   'sTitle':'Promotional Gear',
    'bIsWebPath':true,
    'sUrl':'corporate.html'
},
{   'sTitle':'Kawasaki Syndrome Support Group',
    'bIsWebPath':true,
    'sUrl':'kssg.html'
},
{   'sTitle':'Events',
    'bIsWebPath':true,
    'sUrl':'events.html'
},
{   'sTitle':'Photo Gallery',
    'bIsWebPath':true,
    'sUrl':'photo.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact_us.html'
}]
});
