function lupe(picgoal,picname) {  PicWin=window.open("",picname,'status=0,scrollbars=0,resizable=0,width=558,height=300,screenX=150,screenY=150,top=150,left=150');  PicWin.document.open();  PicWin.document.writeln('<html>');  PicWin.document.writeln('<head>');  PicWin.document.writeln('<title>'+picname+'</title>');  PicWin.document.writeln('</head>');  PicWin.document.writeln('<body background="'+picgoal+'">');  PicWin.document.writeln('</body>');  PicWin.document.writeln('</html>');  PicWin.document.close();}function lupehoch(picgoal,picname) {  PicWin=window.open("",picname,'status=0,scrollbars=0,resizable=0,width=300,height=558,screenX=150,screenY=150,top=150,left=150');  PicWin.document.open();  PicWin.document.writeln('<html>');  PicWin.document.writeln('<head>');  PicWin.document.writeln('<title>'+picname+'</title>');  PicWin.document.writeln('</head>');  PicWin.document.writeln('<body background="'+picgoal+'">');  PicWin.document.writeln('</body>');  PicWin.document.writeln('</html>');  PicWin.document.close();}