function girkont(){
    if( document.gir_kont.gr_kl.value=='' || document.gir_kont.gr_kl.value==' '){
        alert('Kullanıcı Adınızı Giriniz');
	document.gir_kont.gr_kl.focus();
        return false; 
    }
    if( document.gir_kont.gr_sf.value=='' || document.gir_kont.gr_sf.value==' '){
        alert('Şifrenizi Giriniz');
	document.gir_kont.gr_sf.focus();
        return false; 
    }  
    return true; 
}
function kayituakt(){
    if( document.kayit_u_akt.kulad.value=='' || document.kayit_u_akt.kulad.value==' '){
        alert('Kullanıcı Adınızı Giriniz');
	document.kayit_u_akt.kulad.focus();
        return false;
    }
    if( document.kayit_u_akt.sifre.value=='' || document.kayit_u_akt.sifre.value==' '){
        alert('Şifreyi Giriniz');
	document.kayit_u_akt.sifre.focus();
        return false;
    }
    if( document.kayit_u_akt.sifre2.value=='' || document.kayit_u_akt.sifre2.value==' '){
        alert('Tekrar Şifresini Giriniz');
	document.kayit_u_akt.sifre2.focus();
        return false;
    }
    if( document.kayit_u_akt.sifre.value != document.kayit_u_akt.sifre2.value){
        alert('Şifreler Aynı Değil');
	document.kayit_u_akt.sifre.focus();
        return false;
    }
    if( document.kayit_u_akt.email.value=='' || document.kayit_u_akt.email.value==' '){
        alert('E-Mail Adresinizi Giriniz');
	document.kayit_u_akt.email.focus();
        return false;
    }  
    return true;
}
function uaktg(){
    if( document.u_akt_g.kulad.value=='' || document.u_akt_g.kulad.value==' '){
        alert('Kullanıcı Adınızı Giriniz');
	document.u_akt_g.kulad.focus();
        return false;
    }
    if( document.u_akt_g.sifre.value=='' || document.u_akt_g.sifre.value==' '){
        alert('Şifreyi Giriniz');
	document.u_akt_g.sifre.focus();
        return false;
    }  
    return true;
}
