|
Post by wooper on Aug 28, 2005 10:39:32 GMT -5
<script> //remove info center icons var InfoIcon=document.getElementsByTagName("TD") for(t=0;t<InfoIcon.length;t++){ if(InfoIcon[t].className.match("windowbg") && InfoIcon[t].width=="20" && InfoIcon[t].vAlign=="middle"){ InfoIcon[t].style.display="none" }} </script>
Main Footer
|
|