You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
396 B

<html>
<head>
<title>XproerBBS</title>
<SCRIPT LANGUAGE="JavaScript">
function ShowOrHidden()
{
if (parent.centerFrame.cols=="0,15,*"){
parent.centerFrame.cols="195,15,*"
document.getElementById("sign").innerHTML="<font color='#000000'><</font>";
}
else{
parent.centerFrame.cols="0,15,*"
document.getElementById("sign").innerHTML="<font color='#000000'>></font>";
}
}