function rez1(jmeno)
{
no=window.open("","okno1", "left=5, top=5, width=575, height=265,"+
"toolbar=no, location=no, directories=no, status=no, menubar=no"+
", scrollbars=no, resizable=no, copyhistory=no");
with (no.document)
{
open();
writeln('<html>\n<head>\n<title>\nFotogalerie Pražských tramvají</title>\n</head>\n');
writeln('<body topmargin="10" leftmargin="10" bgcolor="e7eef5"">');
writeln('<a href=\"javascript:window.close();\">');
writeln('<center>');
writeln('<img src="'+jmeno+'" alt="Kliknutím okno zavřete" title="Kliknutím okno zavřete" border="0">');
writeln('</a>');
writeln('</body>\n<html>');
close();
}
}

function rez2(jmeno)
{
no=window.open("","okno2", "left=5, top=5, width=350, height=215,"+
"toolbar=no, location=no, directories=no, status=no, menubar=no"+
", scrollbars=no, resizable=no, copyhistory=no");
with (no.document)
{
open();
writeln('<html>\n<head>\n<title>\nFotogalerie Pražských tramvají</title>\n</head>\n');
writeln('<body topmargin="10" leftmargin="10" bgcolor="e7eef5"">');
writeln('<a href=\"javascript:window.close();\">');
writeln('<center>');
writeln('<img src="'+jmeno+'" alt="Kliknutím okno zavřete" title="Kliknutím okno zavřete" border="0">');
writeln('</a>');
writeln('</body>\n<html>');
close();
}
}

function rez3(jmeno)
{
no=window.open("","okno3", "left=5, top=5, width=245, height=315,"+
"toolbar=no, location=no, directories=no, status=no, menubar=no"+
", scrollbars=no, resizable=no, copyhistory=no");
with (no.document)
{
open();
writeln('<html>\n<head>\n<title>\nFotogalerie Pražských tramvají</title>\n</head>\n');
writeln('<body topmargin="10" leftmargin="10" bgcolor="e7eef5"">');
writeln('<a href=\"javascript:window.close();\">');
writeln('<center>');
writeln('<img src="'+jmeno+'" alt="Kliknutím okno zavřete" title="Kliknutím okno zavřete" border="0">');
writeln('</a>');
writeln('</body>\n<html>');
close();
}
}

function rez4(jmeno)
{
no=window.open("","okno4", "left=5, top=5, width=646, height=167,"+
"toolbar=no, location=no, directories=no, status=no, menubar=no"+
", scrollbars=no, resizable=no, copyhistory=no");
with (no.document)
{
open();
writeln('<html>\n<head>\n<title>\nFotogalerie Pražských tramvají</title>\n</head>\n');
writeln('<body topmargin="10" leftmargin="10" bgcolor="e7eef5"">');
writeln('<a href=\"javascript:window.close();\">');
writeln('<center>');
writeln('<img src="'+jmeno+'" alt="Kliknutím okno zavřete" title="Kliknutím okno zavřete" border="0">');
writeln('</a>');
writeln('</body>\n<html>');
close();
}
}

function rez5(jmeno)
{
no=window.open("","okno5", "left=5, top=5, width=648, height=133,"+
"toolbar=no, location=no, directories=no, status=no, menubar=no"+
", scrollbars=no, resizable=no, copyhistory=no");
with (no.document)
{
open();
writeln('<html>\n<head>\n<title>\nFotogalerie Pražských tramvají</title>\n</head>\n');
writeln('<body topmargin="10" leftmargin="10" bgcolor="e7eef5"">');
writeln('<a href=\"javascript:window.close();\">');
writeln('<center>');
writeln('<img src="'+jmeno+'" alt="Kliknutím okno zavřete" title="Kliknutím okno zavřete" border="0">');
writeln('</a>');
writeln('</body>\n<html>');
close();
}
}

