function populateForm(myidvalue){  var f = document.forms['theform'];  f.elements['myid'].value = myidvalue; f.submit(); }
