// Globals used in the education pages and below.

var sectionBeingViewed="";

// functions used in the education pages and below.
// ASSUMES THAT THE util.js FILE IS ALSO LOAED!!!

function showMySection() { //v3.0
var i,p,v,obj;
var args=showMySection.arguments;

var sectionName = args[0];

if (sectionBeingViewed) {
    showHideLayers(sectionBeingViewed,'','hide'); 
}

showHideLayers(sectionName,'','show');
sectionBeingViewed = sectionName;
}