  function search(){
		  var f1 = document.getElementById("tpxwForm");
		  f1.submit();
		}
		function goto(startIndex){
		  var i = document.getElementById("index");
	  	  i.value = (''+startIndex).replace(/,/,'');;
		  search();
		}	
