var i; // for enter form submit with action function submitenter(myfield,e,act){ var keycode; if (window.event) keycode = window.event.keyCode; else if (e) keycode = e.which; else return true; if (keycode == 13) { if(act) document.getElementById('act').value=act; myfield.form.submit(); return false; } else return true; } function fAsk(what, txt2) { if(txt2) what= txt2; // procedure will be called if we want to make ask for confirmation a=confirm(what); if (a) { return true; } else { return false; } } function fNotDeleteSublist(sublist){ var subsize = document.getElementById("subsize["+sublist+"]"); for (var i=0; i0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i