<script language=javascript>
function changeWin(){
if(parent.forum.cols!="10,*")
{
parent.forum.cols="10,*";
document.all.menuSwitch.innerHTML="<font class=point>4</font>";
}
else
{
parent.forum.cols="140,*";
document.all.menuSwitch.innerHTML="<font class=point>3</font>";
}
}
</script>
<table width=100% height=100% border=0 cellpadding=0 cellspacing=0>
<tr><td height=1 onclick=changeWin()><img src=dot.gif width=10 height=1></td></tr>
<tr><td onclick=changeWin() height=100% id=menuSwitch><font class=point>3</font></td></tr>
</table>