function DoConfirm(message, url) { if(confirm(message)) location.href = url; } function WhichClicked(ww) { window.document.postmodify.waction.value = ww; } function submitonce(theform) { // if IE 4+ or NS 6+ if (document.all || document.getElementById) { // hunt down "submit" and "reset" for (i=0;i