// JavaScript Document

function detail(id){
  document.forms["f"].elements["id"].value=id;
  document.forms["f"].submit();
}