function zoom(name)
{
no=window.open("", "zoom", "width=400, height=269, toolbar=no, menubar=no,"+"scrollbars=no, resizable=no, copyhistory=no");
with (no.document)
{
open();
writeln('<html>\n<title>.: Excalibur - restaurace a penzion - Moravská Třebová :.</title>\n<body topmargin="0" leftmargin="0" bgcolor="#000000"\n<center>');
writeln('<a href="javascript:window.close()"><img src="foto/'+name+'_big.jpg" border="0" alt="Close">');
writeln('</center>\n</body>\n</html>');
close();
}
} 

function zoomv(name)
{
no=window.open("", "zoom", "width=269, height=400, toolbar=no, menubar=no,"+"scrollbars=no, resizable=no, copyhistory=no");
with (no.document)
{
open();
writeln('<html>\n<title>.: Excalibur - restaurace a penzion - Moravská Třebová :.</title>\n<body topmargin="0" leftmargin="0" bgcolor="#000000"\n<center>');
writeln('<a href="javascript:window.close()"><img src="foto/'+name+'_big.jpg" border="0" alt="Close">');
writeln('</center>\n</body>\n</html>');
close();
}
} 

function zoomm(name)
{
no=window.open("", "zoom", "width=400, height=400, toolbar=no, menubar=no,"+"scrollbars=no, resizable=no, copyhistory=no");
with (no.document)
{
open();
writeln('<html>\n<title>.: Excalibur - restaurace a penzion - Moravská Třebová :.</title>\n<body topmargin="0" leftmargin="0" bgcolor="#000000"\n<center>');
writeln('<a href="javascript:window.close()"><img src="foto/'+name+'_big.gif" border="0" alt="Close">');
writeln('</center>\n</body>\n</html>');
close();
}
} 

function zoomr(name)
{
no=window.open("", "zoom", "width=400, height=235, toolbar=no, menubar=no,"+"scrollbars=no, resizable=no, copyhistory=no");
with (no.document)
{
open();
writeln('<html>\n<title>.: Excalibur - restaurace a penzion - Moravská Třebová :.</title>\n<body topmargin="0" leftmargin="0" bgcolor="#000000"\n<center>');
writeln('<a href="javascript:window.close()"><img src="foto/'+name+'_big.gif" border="0" alt="Close">');
writeln('</center>\n</body>\n</html>');
close();
}
} 
