var index=ul.rows.length; <b>if(mw=='0') if(mw=='1') if(mw=='') if(st=='1') if(st=='2') ndex=parent.users.document.getElementById("noman").rowIndex+1; if(mw=='0') index=parent.users.document.getElementById("man").rowIndex+1; if(mw=='1') index=parent.users.document.getElementById("woman").rowIndex+1; if(st==1) index=parent.users.document.getElementById("adm").rowIndex+1; if(st==2) index=parent.users.document.getElementById("mod").rowIndex+1;</b> var obj=ul.insertRow(index); obj.id=nickid; format(i,obj); }}
/* Подготовка таблицы никлиста */ uc = 0; us = new Array(); parent.users.document.getElementById('users').innerHTML="<table id=ul width=100%>"+ "<tr id=woman><td colspan=6>Деффки</td></tr>"+ "<tr id=man><td colspan=6>Пацаны</td></tr>"+ "<tr id=noman><td colspan=6>Нечто</td></tr>"+ "<tr id=adm><td colspan=6>Админ</td></tr>"+ "<tr id=mod><td colspan=6>Модератор</td></tr>"+ </table>";