<!-- Begin
function resimgoster(goreceliadres){
  img="http://www.aaal.k12.tr/resimler/"+goreceliadres;
  foto1= new Image();
  foto1.src=(img);
  Controlla(goreceliadres);
}
function Controlla(goreceliadres){
  img="http://www.aaal.k12.tr/resimler/"+goreceliadres;
  if((foto1.width!=0)&&(foto1.height!=0)){
    viewFoto(goreceliadres);
  }
  else{
    funzione="Controlla('"+goreceliadres+"')";
    intervallo=setTimeout(funzione,20);
  }
}
function viewFoto(goreceliadres){
  img="http://www.aaal.k12.tr/resimler/"+goreceliadres;
  largh=foto1.width+20;
  altez=foto1.height+34;
  stringa="width="+largh+",height="+altez;
  finestra=window.open("http://www.cclub.metu.edu.tr/~agk/AAAL/foto_goster.php?resim="+goreceliadres,"a",stringa);
}
//  End -->
