function findok(){
  if(document.findform.findtext.value=='') return false;
  document.findform.submit();
}
function buy(id){
document.getElementById("id").value=id;
document.getElementById("count").value=1;
document.getElementById("gform").submit();
}