var i=1; function senddata() {  if (i == 1) { i = 2; this.document.b.submit();}}
