function openPicture(datei,width,height) {
 MeinFenster =
 window.open("Media/Image.aspx?thumbnail=0&file="+datei,'_blank','dependent=yes,height='+height+',width='+width+',top=100,left=100,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no');
 MeinFenster.focus();
}

function openEmpfehlen(id) {
 MeinFenster =
 window.open("loadEmpfehlen.aspx?id="+id,'_blank','dependent=yes,height=500,width=400,top=100,left=100,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no');
MeinFenster.focus();
}

function popUp (datei, param)
{
			MeinFenster =
			window.open(datei,'_blank',param);
			MeinFenster.focus();
}
	
		