var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Membership Application',
    'bIsWebPath':true,
    'sUrl':'membershipapplication.html'
},
{   'sTitle':'SLOPS Lists',
    'bIsWebPath':true,
    'sUrl':'slopslist.html'
},
{   'sTitle':'History',
    'bIsWebPath':true,
    'sUrl':'history.html'
},
{   'sTitle':'The ISA Column & Convention',
    'bIsWebPath':true,
    'sUrl':'theisacolumn.html'
},
{   'sTitle':'Internation Submarine Service Medal',
    'bIsWebPath':true,
    'sUrl':'internationsubmarineservicemedal.html'
},
{   'sTitle':'Picture',
    'bIsWebPath':true,
    'sUrl':'pucture.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
