function openPicMedium(whichPic,format,kbZahl,breiteGross,hoeheGross){
	if(format=="hoch")
	{
	win=window.open("popUps/enlargehoch.html",whichPic + "X" + kbZahl + "Y" + breiteGross  + "Z" + hoeheGross,"width=355,height=450,scrollbars=no,toolbars=no,resizable=yes,dependent=yes");
	}
	else
	{
	win=window.open("popUps/enlargequer.html",whichPic + "X" + kbZahl + "Y" + breiteGross  + "Z" + hoeheGross,"width=450,height=355,scrollbars=no,toolbars=no,resizable=yes,dependent=yes");
	}
	win.moveTo(0,0);
}
function openPicLarge(whichPicGross,breite,hoehe){
	if(document.all){
	breite=breite-15;
	hoehe=hoehe-15;
	}
	if(document.getElementById){
	hoehe=(hoehe-0)+5
	}
	win=window.open("../popUps/popUpWindow.html",whichPicGross,"width=" + breite + ",height=" + hoehe + ",scrollbars=yes,toolbars=no,resizable=yes,dependent=yes");
	win.moveTo(0,0);
}
