function kepmutat2(imageURL) {

        var opt='scrollbars=no,width=820,height=620,left=30,top=30';

        imgWin = window.open('','',opt);

        with (imgWin.document) {

                writeln('<html><head><title>...</title><style type="text/css">body {overflow: auto; margin: auto; margin:0; padding: 0;background-color:white;}</style>');

                

                writeln('</head><body bgcolor="#000000" onload="resizePopup();">')

                writeln('<img src="'+imageURL+'" onclick="window.close();" border="0" style="position: absolute; left: 10px; top: 10px; cursor: pointer;"/></body></html>');

                close();

        }

}
function kepmutat3(imageURL) {

        var opt='scrollbars=no,width=620,height=820,left=30,top=30';

        imgWin = window.open('','',opt);

        with (imgWin.document) {

                writeln('<html><head><title>...</title><style type="text/css">body {overflow: auto; margin: auto; margin:0; padding: 0;background-color:white;}</style>');

                

                writeln('</head><body bgcolor="#000000" onload="resizePopup();">')

                writeln('<img src="'+imageURL+'" onclick="window.close();" border="0" style="position: absolute; left: 10px; top: 10px; cursor: pointer;"/></body></html>');

                close();

        }

}
function kepmutat4(imageURL) {

        var opt='scrollbars=no,width=620,height=620,left=30,top=30';

        imgWin = window.open('','',opt);

        with (imgWin.document) {

                writeln('<html><head><title>...</title><style type="text/css">body {overflow: auto; margin: auto; margin:0; padding: 0;background-color:white;}</style>');

                

                writeln('</head><body bgcolor="#000000" onload="resizePopup();">')

                writeln('<img src="'+imageURL+'" onclick="window.close();" border="0" style="position: absolute; left: 10px; top: 10px; cursor: pointer;"/></body></html>');

                close();

        }

}
function kepmutat5(imageURL) {

        var opt='scrollbars=no,width=810,height=610,left=30,top=30';

        imgWin = window.open('','',opt);

        with (imgWin.document) {

                writeln('<html><head><title>...</title><style type="text/css">body {overflow: auto; margin: auto; margin:0; margin-top: 5px; padding: 0;}</style>');

                writeln('</head><body>')

                writeln('<table width="100%"><tr><td align="center"><img src="'+imageURL+'" onclick="window.close();" border="0" style="height: 585px; margin: auto; cursor: pointer;"/></td></tr></table></body></html>');

                close();

        }

}
function kepmutat6(imageURL) {

        var opt='scrollbars=no,width=840,height=630,left=30,top=30';

        imgWin = window.open('','',opt);

        with (imgWin.document) {

                writeln('<html><head><title>...</title><style type="text/css">body {overflow: auto; margin: auto; margin:0; margin-top: 5px; padding: 0;}</style>');

                writeln('</head><body>')

                writeln('<table width="100%"><tr><td align="center"><img src="'+imageURL+'" onclick="window.close();" border="0" style="margin: auto; cursor: pointer;"/></td></tr></table></body></html>');

                close();

        }

}
function kepmutat7(imageURL) {

        var opt='scrollbars=no,width=630,height=840,left=30,top=30';

        imgWin = window.open('','',opt);

        with (imgWin.document) {

                writeln('<html><head><title>...</title><style type="text/css">body {overflow: auto; margin: auto; margin:0; margin-top: 5px; padding: 0;}</style>');

                writeln('</head><body>')

                writeln('<table width="100%"><tr><td align="center"><img src="'+imageURL+'" onclick="window.close();" border="0" style="margin: auto; cursor: pointer;"/></td></tr></table></body></html>');

                close();

        }

}
