function openchatwin() { alert(1); var popurl="chat/index.php"; winpops=window.open(popurl,"","width=750,height=550"); } function changeBox(cbox) { box = eval(cbox); box.checked = !box.checked; }