if(top.location!=self.location){top.location=self.location.href;}

document.write('<link rel="stylesheet" type="text/css" href="http://www.harmonyalliance.org/styles/js_hide.css" />');

function show(id){
document.getElementById(id).style.display = 'block';
}
function hide(id){
document.getElementById(id).style.display = 'none';
}

function reveal(a){
var e=document.getElementById(a);
if(!e)return true;
if(e.style.display=="none"){
e.style.display="block"
} else {
e.style.display="none"
} return true; }

