var nav_1tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Science Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html',
    'sTarget':'_self'
},
{   'sTitle':'Free Software',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'software.html',
    'sTarget':'_self'
},
{   'sTitle':'Gallery',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'gallery.html',
    'sTarget':'_self'
},
{   'sTitle':'For Staff',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'staff.html',
    'sTarget':'_self'
},
{   'sTitle':'SMA Home',
    'bIsExternal':true,
    'sUrl':'http://www.stmarysacademy.mb.ca/',
    'sTarget':'_self'
},
{   'sTitle':'SMA Photos',
    'bIsExternal':true,
    'sUrl':'http://www.smaphotos.ca/',
    'sTarget':'_self'
}]
});
