aktuelldiv = null;

function nextPic(projekt_id, index) {
	// setze Text (Anfahrtsbeschreibung)
	// var url = "templates/" + label + ".tpl";
	var url = "projektpic.php?projekt=" + projekt_id + "&index=" + index;
	var myAjax = new Ajax.Updater({success: 'bilder'},url);
	
	
	

  /* var textdiv = $(label);
  
  if (aktuelldiv != null) {
    aktuelldiv.style.visibility = "hidden";
  } 
  textdiv.style.visibility = "visible";
  aktuelldiv = textdiv;
  */
  	
}


