// JavaScript Document
//var artikeltitel;
var artikeltext;
function drucken(texttitel) {
	if(texttitel == 'akupunktur') {
		var print = window.open("popUpPrint.htm","popUpPrint","width=350,height=500left=50,top=50");
		export textobjekt = "textartikeltext";
	}
}

