function buyProduct(i){ document.main.product.value = document.main.elements['product_'+i].value; document.main.submit(); }