/*JavaScript*/function openPicHeight(img) {	   	bild = new Image();   	bild.src=img;   		newWin = window.open(img, "Bild", "toolbar=no, menubar=no, toolbar=no, scrollbars=no, status=no, location=no, resizable=no, height=300, width=225");	newWin.document.open("text/html");	newWin.document.write("<html><head><title>img</title></head>");	newWin.document.write("<body leftmargin=\"0\", rightmargin=\"0\", topmargin=\"0\", bottommargin=\"0\", bgcolor=\"FFCC33\"> <img src="+bild.src+"><br>");	newWin.document.write("</body>");}function openPicWidth(img) {	   	bild = new Image();   	bild.src=img;   		newWin = window.open(img, "Bild", "toolbar=no, menubar=no, toolbar=no, scrollbars=no, status=no, location=no, resizable=no, height=300, width=400");	newWin.document.open("text/html");	newWin.document.write("<html><head><title>img</title></head>");	newWin.document.write("<body leftmargin=\"0\", rightmargin=\"0\", topmargin=\"0\", bottommargin=\"0\", bgcolor=\"FFCC33\"> <img src="+bild.src+"><br>");	newWin.document.write("</body>");}function openPicBroadWidth(img) {	   	bild = new Image();   	bild.src=img;   		newWin = window.open(img, "Bild", "toolbar=no, menubar=no, toolbar=no, scrollbars=no, status=no, location=no, resizable=no, height=781, width=1000");	newWin.document.open("text/html");	newWin.document.write("<html><head><title>img</title></head>");	newWin.document.write("<body leftmargin=\"0\", rightmargin=\"0\", topmargin=\"0\", bottommargin=\"0\", bgcolor=\"FFCC33\"> <img src="+bild.src+"><br>");	newWin.document.write("</body>");}function openPicBroadHeight(img) {	   	bild = new Image();   	bild.src=img;   		newWin = window.open(img, "Bild", "toolbar=no, menubar=no, toolbar=no, scrollbars=no, status=no, location=no, resizable=no, height=781, width=583");	newWin.document.open("text/html");	newWin.document.write("<html><head><title>img</title></head>");	newWin.document.write("<body leftmargin=\"0\", rightmargin=\"0\", topmargin=\"0\", bottommargin=\"0\", bgcolor=\"FFCC33\"> <img src="+bild.src+"><br>");	newWin.document.write("</body>");}function openPicAnf(img) {	   	bild = new Image();   	bild.src=img;   		newWin = window.open(img, "Bild", "toolbar=no, menubar=no, toolbar=no, scrollbars=no, status=no, location=no, resizable=no, height=505, width=600");	newWin.document.open("text/html");	newWin.document.write("<html><head><title>img</title></head>");	newWin.document.write("<body leftmargin=\"0\", rightmargin=\"0\", topmargin=\"0\", bottommargin=\"0\", bgcolor=\"FFCC33\"> <img src="+bild.src+"><br>");	newWin.document.write("</body>");}