<!--

		defaultStatus="                  Polskie Owczarki Nizinne z Kuny Katarzyny Jaroszynskiej"

		function displayWindow(url, name, title) {
			displayWindow2(url, name, title, 1, 0);
		}

		function displayWindow2(url, name, title, resize, scroll) {
			var img = new Image;
			img.src = url;
	        var win = window.open(url,name,'width=' + (img.width + 40) + ',height=' + (img.height + 70) + ',resizable=' + resize + ',scrollbars=' + scroll + ',menubar=0, status=0' );
	 		win.document.write('<html><head><title>'+title+'</title>');
			win.document.write('</head><body style="margin:0px">');
			win.document.write('<table width=100% height=100% align=center><td width=100% height=100% align=center valign=center>');
			win.document.write('<a href="javascript:self.close()"><img src="'+url+'" title="'+title+'" align=center border=0></a>');
			win.document.write('</td></table>');
			win.document.write('</body></html>');
			win.document.close();
			win.resizeTo(win.document.images[0].width + 40, win.document.images[0].height + 70);
			win.focus();
		}
		
		function cursorHand() {
			document.body.style.cursor='hand';
		}
		
		function cursorDef() {
			document.body.style.cursor='default';
		}

		function cursorHandWStatus(text) {
			document.body.style.cursor='hand';
			window.status=text;
		}
		
		function cursorDefWStatus(text) {
			document.body.style.cursor='default';
			window.status=text;
		}
		
		function linia(width) {
			document.write('<table align="center" width="'+width+'" height="3">');
			document.write('<td colspan=2 align="center" width="100%"><img border="0" src="linia.gif" width="100%" height="3"></td>');
			document.write('</table>');
		}

	
// -->


