var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home Page',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Registration/ info',
    'bIsWebPath':true,
    'sUrl':'info.html'
},
{   'sTitle':'Speakers 2012',
    'bIsWebPath':true,
    'sUrl':'speakers2012.html'
},
{   'sTitle':'Past Speakers',
    'bIsWebPath':true,
    'sUrl':'pastspeakers.html'
},
{   'sTitle':'Online Store (DVD\'s/CD\'s)',
    'bIsWebPath':true,
    'sUrl':'onlinestore.html'
},
{   'sTitle':'Order Forms (DVD\'s/CD\'s)',
    'bIsWebPath':true,
    'sUrl':'orderforms.html'
},
{   'sTitle':'Schedule',
    'bIsWebPath':true,
    'sUrl':'schedule.html'
},
{   'sTitle':'Pictures',
    'bIsWebPath':true,
    'sUrl':'pictures.html'
},
{   'sTitle':'Youth',
    'bIsWebPath':true,
    'sUrl':'youth.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
