
function toggleDisplay(me){
  if (me.style.display=="block") { me.style.display="none"; } else { me.style.display="block"; }
}
		
function chgbg(me) {
  me.background="resim/flash.gif";
  me.style.color="#ffffff";
}
	
function restoreme(me) {
  me.background="resim/mbar1.gif";
  me.style.color="#000000"
}
	
function clickme(me) {
  if (me==document.getElementById("tanitim"))   { window.location="tanitim.aspx" }
  if (me==document.getElementById("yonetim"))   { window.location="yonetim.aspx" }
  if (me==document.getElementById("fotograf"))  { window.location="fotograf.aspx" }
	    
  if (me==document.getElementById("akademikp"))  { window.location="akademik.aspx" }
  if (me==document.getElementById("yayin"))  { window.location="yayinlar.aspx" }
  if (me==document.getElementById("proje"))  { window.location="projeler.aspx" }
  if (me==document.getElementById("arastirma"))  { window.location="arastirma.aspx" }

  if (me==document.getElementById("atakvim"))  { window.location="takvim.aspx" }
  if (me==document.getElementById("hdp"))  { window.location="dersprogrami.aspx" }
  if (me==document.getElementById("lisans"))  { window.location="lisans.aspx" }
  if (me==document.getElementById("ylisans"))  { window.location="ylisans.aspx" }
  if (me==document.getElementById("gruplar"))  { window.location="gruplar.aspx" }
  if (me==document.getElementById("temsilci"))  { window.location="temsilci.aspx" }
  if (me==document.getElementById("oibs"))  { window.location="http://oibs.ankara.edu.tr" }
  if (me==document.getElementById("kutuphane"))  { window.location="kutuphane.aspx" }
  if (me==document.getElementById("dla"))  { window.location="yukle.aspx" }

  if (me==document.getElementById("linkler"))  { window.location="baglantilar.aspx" }
  if (me==document.getElementById("anasayfa"))  { window.location="default.aspx" }
  if (me==document.getElementById("sistem"))  { window.location="giris.aspx" }
  if (me==document.getElementById("english"))  { window.location="en/default.aspx" }

  if (me==document.getElementById("bilgilerim"))  { window.location="bilgilerim.aspx" }
  if (me==document.getElementById("parola"))  { window.location="parola.aspx" }
  if (me==document.getElementById("makalelerim"))  { window.location="makalelerim.aspx" }
  if (me==document.getElementById("projelerim"))  { window.location="projelerim.aspx" }
  if (me==document.getElementById("etkinlik"))  { window.location="etkinlik.aspx" }
  if (me==document.getElementById("ogrencilerim"))  { window.location="ogrencilerim.aspx" }
  if (me==document.getElementById("gorevlerim"))  { window.location="gorevlerim.aspx" }
  if (me==document.getElementById("duyurular"))  { window.location="duyuruekle.aspx" }
  if (me==document.getElementById("fmimikri"))  { window.location="fmimikri.aspx" }
  if (me==document.getElementById("juri"))  { window.location="juri.aspx" }
  if (me==document.getElementById("hakem"))  { window.location="hakem.aspx" }
  if (me==document.getElementById("fkisiekle"))  { window.location="fyenikisi.aspx" }
  if (me==document.getElementById("fdersekle"))  { window.location="fyeniders.aspx" }
  if (me==document.getElementById("fdersata"))  { window.location="fdersata.aspx" }
  if (me==document.getElementById("tecrube"))  { window.location="tecrube.aspx" }
  if (me==document.getElementById("cikis"))  { window.location="logout.aspx" }

}

