
function copy() {
	var Win = window.open("../../pops/copy.php","",'width=400,height=300,resizable=no,scrollbars=no,menubar=no,status=no');
}

function copy_en() {
	var Win = window.open("../../pops/copy_en.php","",'width=400,height=300,resizable=no,scrollbars=no,menubar=no,status=no');
}

function kommentar(ID) {
	var Win = window.open("../../pops/kommentar.php?ID="+ID+"","",'width=400,height=500,resizable=no,scrollbars=yes,menubar=no,status=no');
}

function comment(ID) {
	var Win = window.open("../../pops/comment.php?ID="+ID+"","",'width=400,height=500,resizable=no,scrollbars=yes,menubar=no,status=no');
}

function bild(Bild, Hoehe, Breite){
	
var position_x = (screen.availWidth - Breite) / 2;
var position_y = (screen.availHeight - Hoehe) / 2;	

	Fensteroptionen="toolbar=no,scrollbars=no,location=no,statusbar=no,menubar=no,resizable=no";
	
	Fenster=window.open("","Fenster",Fensteroptionen + ',width='+Breite+',height='+Hoehe);
	Fenster.moveTo(position_x, position_y);
	Fenster.focus();
	Fenster.document.open();
	
	with(Fenster){
	document.write("<html><head>\n");
	document.write("<title>Georg Piesch</title>\n");
	document.write("<meta http-equiv=\"imagetoolbar\" content=\"no\">");
	document.write("</head>\n");
	
	document.write("<body leftmargin=\"0\" topmargin=\"0\">\n");
	document.write("<a href=\"Javascript:window.close();\">\n");
	document.write("<img src=\"../../images/"+Bild+"\" alt=\"zum Schließen klicken\" border=\"0\"></a>\n");
	document.write("</body></html>");
	document.close();
	
	}
	
	
}

function bild_en(Bild, Hoehe, Breite){
	
var position_x = (screen.availWidth - Breite) / 2;
var position_y = (screen.availHeight - Hoehe) / 2;	

	Fensteroptionen="toolbar=no,scrollbars=no,location=no,statusbar=no,menubar=no,resizable=no";
	
	Fenster=window.open("","Fenster",Fensteroptionen + ',width='+Breite+',height='+Hoehe);
	Fenster.moveTo(position_x, position_y);
	Fenster.focus();
	Fenster.document.open();
	
	with(Fenster){
	document.write("<html><head>\n");
	document.write("<title>Georg Piesch</title>\n");
	document.write("<meta http-equiv=\"imagetoolbar\" content=\"no\">");
	document.write("</head>\n");
	
	document.write("<body leftmargin=\"0\" topmargin=\"0\">\n");
	document.write("<a href=\"Javascript:window.close();\">\n");
	document.write("<img src=\"../../images/"+Bild+"\" alt=\"click to close\" border=\"0\"></a>\n");
	document.write("</body></html>");
	document.close();
	
	}
	
	
}
