<!--

function zoom(name){

	zoomw = window.open('','zeppelin','width=540,height=425');

	zoomw.document.write('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><title>Zeppelin</title><link href="styl.css" rel="stylesheet" type="text/css"></head>');

	zoomw.document.write('<body leftmargin=0 topmargin=0 bgcolor="#082D22">');

	zoomw.document.write('<center><br><table width="100%" border="0" cellspacing="0" cellpadding="0">');

	zoomw.document.write('<tr><td align="center"><a href="javascript:window.close()"><img src="'+name+'" border="0" Alt="Zamknij"></a></td></tr>');

	zoomw.document.write('<tr><td>&nbsp;</td></tr>');

	zoomw.document.write('</table></center>');

	zoomw.document.write('</body></html>');

	}
function zoomp(name){

	zoomw = window.open('','busik','width=520,height=710');

	zoomw.document.write('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><title>Autobusik</title><link href="styl.css" rel="stylesheet" type="text/css"></head>');

	zoomw.document.write('<body leftmargin=0 topmargin=0  bgcolor="#B9B9B9">');

	zoomw.document.write('<center><br><table width="100%" border="0" cellspacing="0" cellpadding="0">');

	zoomw.document.write('<tr><td align="center"><a href="javascript:window.close()"><img src="'+name+'" border="0" Alt="Zamknij"></a></td></tr>');

	zoomw.document.write('<tr><td>&nbsp;</td></tr>');

	zoomw.document.write('<tr><td align="center"><a href="javascript:window.close()">Zamknij okno</a></td></tr>');

	zoomw.document.write('</table></center>');

	zoomw.document.write('</body></html>');

	}

-->

