function LogOff(){
	window.location="/default.asp?Drm=Logoff";
}
function BilgilerimiDuzelt(){
	window.location="/UyelikDuzelt.asp";
}
function YeniUye(){
	window.setTimeout("window.location='YeniUye.asp'",10);
}
function SifreHatirlat(){
	if (document.frmLogin.AnaEPosta.value <= " " )
	{
		alert("Zorunlu Saha");
		document.frmLogin.AnaEPosta.focus();
		return (true);
	}
	document.frmLogin.drm.value = "SifreHatirlat";
	document.frmLogin.submit();
}
function jsfrmLogin(){
	if (document.frmLogin.AnaEPosta.value <= " " )
	{
		alert("Zorunlu Saha");
		document.frmLogin.AnaEPosta.focus();
		return (true);
	}
	if (document.frmLogin.AnaSifre.value <= " " )
	{
		alert("Zorunlu Saha");
		document.frmLogin.AnaSifre.focus();
		return (true);
	}
	document.frmLogin.drm.value = "Login";
	document.frmLogin.submit();
}
function jsfrmAra(){
	document.all("h_ara").value = document.all("f_ara").value;
	document.all("frmAra").submit();
}
