function bbShowLayer (id) {
    var whichSection = document.getElementById(id);
    whichSection.className="popshow"
    }
	
function bbHideLayer (id) {
    var whichSection = document.getElementById(id);
    whichSection.className="pophide"
    }