</tr> </table> <!-- / breadcrumb, login, pm info -->
<!-- colors form --> <td class="alt1"> <script language="JavaScript"> <!-- function ColorsOff() { ht = document.getElementsByTagName("html"); ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)"; } function ColorsOn() { ht = document.getElementsByTagName("html"); ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=0)"; } function changeButton() { if (document.onoff.B1.value=='Colors Off') { document.onoff.B1.value='Colors On'; ColorsOff() } else { document.onoff.B1.value='Colors Off'; ColorsOn() } } //--> </script> <form name="onoff"> <input type="button" value="Colors Off" name="B1" class="button" style="width: 80px;" onClick="changeButton()" /> </form> </td> <!-- / colors form -->
Show Your Support
</tr> </table>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">