function druck(theid) {
  var str = "index.php?id="+theid+"&type=1";
	var w = window.open(str,"klein","resizable=0,location=0,directories=0,status=0,menubar=1,scrollbars=1,toolbar=0,width=850,height=700");
};

