//Uyelik İşlemleri Linkler
function bc(){}
function UyeIslem(yon)
	{
		if (yon==1) { document.location='yeni_uye.asp' }
		if (yon==2) { document.location='sifremi_unuttum.asp' }
		if (yon==3) { document.location='cikis.asp' }
		if (yon==4) { document.location='bilgilerim.asp' }
		if (yon==5) { document.location='sifre_degistirme.asp' }
		if (yon==6) { document.location='kisisel_resim.asp' }
		if (yon==7) { document.location='ozel_mesaj.asp' }

	}
function UyeGiris(){
       document.all.ugiris.action="giris.asp";
       document.all.ugiris.submit();
}
