// JavaScript Document
function bosyap(){
if (document.formf.deneme.value == 'cemal') { document.formf.deneme.value = '';}
}
function kontrol()
{if (document.formsifre.passyeni.value != document.formsifre.passyeni2.value){alert('Yeni Sifrenizi Kontrol Ederek Yaziniz');
document.formsifre.passyeni.value='';
document.formsifre.passyeni2.value='';
document.formsifre.passyeni.focus();return false;}
	return true;
}
function kontroli() {
	if (document.formi.isim.value == '' || document.formi.isim.value == ''){alert('İsim & Ünvan yazmadınız');document.formi.isim.focus();return false;}
	if (document.formi.eposta.value == '' || document.formi.eposta.value == ''){alert('E-posta adresinizi yazmadınız');document.formi.eposta.focus();return false;}
	if (document.formi.mesaj.value == '' || document.formi.mesaj.value == ''){alert('Mesajınızı yazmadınız');document.formi.mesaj.focus();return false;}
	return true;
}
function kontrolf() {
	if (document.formf.sahibi.value == '' || document.formf.sahibi.value == ''){alert('İlan Veren yazmadınız');document.formf.sahibi.focus();return false;}
	if (document.formf.adres.value == '' || document.formf.adres.value == ''){alert('Adres yazmadınız');document.formf.adres.focus();return false;}
	if (document.formf.telefon.value == '' || document.formf.fiyat.value == ''){alert('Fiyat yazmadınız');document.formf.fiyat.focus();return false;}
	if (document.formf.telefon.value == '' || document.formf.telefon.value == ''){alert('Telefon yazmadınız');document.formf.telefon.focus();return false;}
	if (document.formf.email.value == '' || document.formf.email.value == ''){alert('Email yazmadınız');document.formf.email.focus();return false;}	
	return true;
}