function gonder()
{
 	document.form1.method = "POST";
  document.form1.action = form1.metal_urun_sec.value;

	document.form1.submit();
}
