function removeframes()
{   top.location="http://www.CapsSuperFans.com";   
}


function switchit(list){
   var listElementStyle=document.getElementById(list).style;
   if (listElementStyle.display=="none"){
      listElementStyle.display="block";
   }
   else {
      listElementStyle.display="none";
   }
}