

// Drucken
function print(artID)
	{
		fenster = window.open("index.php?id=53&artID=" + artID,'_new','width=1, height=1');
	}

// Empfehlen
function emp(artID)
	{
		fenster = window.open("index.php?id=57&artID=" + artID,'_new','width=590, height=520');
	}

// Mitglieder
function swap(id) {
			Obj = document.getElementById(id);
			if (Obj.style.display == "none") {
				Obj.style.display = "block";
			} else {
				Obj.style.display = "none";
			}
		}


