<!--
firstclick=0;
function firstclick_stichwort(where) {
 if (firstclick==0) {
  where.value="";
  firstclick=1;
 }
}
//-->
<!--
firstclickx=0;
function firstclick_stichwortx(where) {
 if (firstclickx==0) {
  where.value="";
  firstclickx=1;
 }
}
//-->
<!--
function kontrol(){
if ( self.document.islem.rumuz.value == "" ) {
        alert("Kullanici adi seçmelisiniz.");
        return false;
}
}
function kontrol2(){
if ( self.document.islem.rumuz.value == "" ) {
        alert("Kulanici adi belirtmediniz.");
  return false;
}
else if ( self.document.islem.kod.value == "" ) {
        alert("Onay kodunu belirtmediniz.");
        return false;
}
}
function kontrol3(){
if ( self.document.islem.sc.value == "" ) {
        alert("Sifre cevabini belirtmediniz.");
        return false;
}
}
function kontrol4(){
if ( self.document.islem.ys.value == "" ) {
        alert("Yeni sifreyi belirtmediniz.");
        return false;
}
else if ( self.document.islem.yst.value == "" ) {
        alert("Sifre tekrarini belirtmediniz.");
        return false;
}
}
function girkont(){
if ( self.document.islemim.fr_ka.value == "" ) {
        alert("Kullanici adinizi belirtmediniz.");
        return false;
}
else if ( self.document.islemim.fr_pa.value == "" ) {
        alert("Sistem sifrenizi belirtmediniz.");
        return false;
}
}
//-->
<!--
function boyaci(srcElement) {
 if(srcElement.bgColor == "#ff9933")
  {
      srcElement.bgColor = "#001760";
  }else{
      srcElement.bgColor = "#ff9933";
  }
}
//-->
<!--
function anaboyaci(srcElement) {
 if(srcElement.bgColor == "#333333")
  {
      srcElement.bgColor = "#333333";
  }else{
      srcElement.bgColor = "#333333";
  }
}
//-->