function zoom(id,alt)
{
no=window.open("","zoom","left=10,top=10,width=600,height=402,"+
"toolbar=no,location=no,directories=no,status=no,menubar=no"+
",scrollbars=no,resizable=yes,copyhistory=no");

with (no.document)
{
open();
writeln('<html>\n<head><title>'+alt+'</title><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1250">\n<body topmargin="0" leftmargin="0">');
writeln('<img src="aktualne/'+id+'v.jpg" />');
writeln('</body>\n</html>');
close();
}
}

function zoom1(id,alt)
{
no=window.open("","zoom","left=10,top=10,width=500,height=375,"+
"toolbar=no,location=no,directories=no,status=no,menubar=no"+
",scrollbars=no,resizable=yes,copyhistory=no");

with (no.document)
{
open();
writeln('<html>\n<head><title>'+alt+'</title><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1250">\n<body topmargin="0" leftmargin="0">');
writeln('<img src="aktualne/'+id+'v.jpg" />');
writeln('</body>\n</html>');
close();
}
}

function martin(id,alt)
{
no=window.open("","zoom","left=10,top=10,width=450,height=559,"+
"toolbar=no,location=no,directories=no,status=no,menubar=no"+
",scrollbars=no,resizable=yes,copyhistory=no");

with (no.document)
{
open();
writeln('<html>\n<head><title>'+alt+'</title><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1250">\n<body topmargin="0" leftmargin="0">');
writeln('<img src="aktualne/'+id+'v.jpg" />');
writeln('</body>\n</html>');
close();
}
}
