function sayfayagit()
	{
		if (document.form1.urun.value!='')
			{
				window.location=document.form1.urun.value;
			}
	}
