var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sDescription':'Books & articles by Dr. Ron McRay',
    'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sDescription':'Articles covering obscure and often overlooked verses and topics.',
    'sTitle':'Articles',
    'bIsWebPath':true,
    'sUrl':'page4.html'
},
{   'sDescription':'Signup to receive email articles on specific verses or topics.',
    'sTitle':'Signup',
    'bIsWebPath':true,
    'sUrl':'signup.html'
},
{   'sDescription':'History and description of Dr. Ron McRay',
    'sTitle':'About',
    'bIsWebPath':true,
    'sUrl':'page9.html'
},
{   'bSeparatorBefore':true,
    'sDescription':'Links to complementary web sites',
    'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
