function abrf7yah()
{
var popwin2;
var opts =
"toolbar=no,status=no,location=no,menubar=no,resizable=no,height=535,width=790,scrollbars=no,top=0,screenY=0,left=0,screenX=0";
popwin2=window.open("","abrf7",opts);
popwin2.focus();
popwin2.location="http://apps.hutsonmaps.com/yahseweb/abrf2008/passw.html";
}

function expandcollapse (postid) {
   whichpost = document.getElementById(postid);
   if (whichpost.className=="shown") { 
      whichpost.className="hidden";
   }
   else {
      whichpost.className="shown";
   }
}