document.write('
');
abuse_init();
(document.getElementById('commUN')).onfocus = select_forums_login;
(document.getElementById('commPW')).onfocus = select_forums_login;
x = document.getElementById('leaveComment');
x.onclick = function () {show_comm('comment_form')};
x = document.getElementById('comment_form');
x.style.display = 'none';
function select_forums_login() {
document.getElementById('use_forums').checked = true;
}
function show_comm(id) {
x = document.getElementById(id);
x.style.display = x.style.display !='none' ? 'none' : 'inline';
}
function check_name(f) {
if(f.anon_name.value=='' && f.un.value=='') {
x = document.getElementById('anonname');
if(x) x.style.color='#ff0000';
return false;
}
return true;
}
function abuse_init() {
var x = (document.getElementById('comments')).getElementsByTagName('a');
for(i=0; i
No comments.