function expandDiv(tahw) {
  what2 = "maillist_menu";

  table_contract = new Image(1,1);
  table_contract.src = "#";
  table_expand = new Image(1,1);
  table_expand.src = "#";
  what  = tahw + "_menu"
  where = tahw + "_table"
  gotox  = tahw + "_link"
  if (document.getElementById(what).style.display == "none") {
	document.getElementById(what2).style.display = "";
    where.src = table_expand.src;
    gotox.href = "http://www.yapayzeka.net/?t=" + tahw + "&value=1"
  } else {
    document.getElementById(what).style.display = "none";
    where.src = table_contract.src;
    gotox.href = "http://www.yapayzeka.net/?t=" + tahw + "&value=0"
  }
}

function kapat(tahw){
		what  = tahw + "_menu";
  		what2 = "maillist_menu";
		document.getElementById(what2).style.display = "none";
	}
