var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Coming Soon',
    'bIsWebPath':true,
    'sUrl':'comingsoon.html'
},
{   'sTitle':'Admission',
    'bIsWebPath':true,
    'sUrl':'admission.html'
},
{   'sTitle':'Concessions',
    'bIsWebPath':true,
    'sUrl':'page3.html'
},
{   'sTitle':'Specials',
    'bIsWebPath':true,
    'sUrl':'specials.html'
},
{   'sTitle':'Location',
    'bIsWebPath':true,
    'sUrl':'location.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html'
}]
});
