		function popup(img)
		{
			var cl = "Mikrociągniki Goldoni, ciągniki Ursus, sprzęt rolniczy - Centrum Techniki Rolniczej";
	      NewWindow=window.open('','','width=700 ,height=600,toolbar=no,directories=no,menubar=no,locations=no,status=no,scrollbars=yes,resizable=no,fullscreen=no,left=100,top=50');
	      NewWindow.document.open(); 
	      NewWindow.document.write("<title>CTR: Centrum Techniki Rolniczej</title><body leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\"><table cellpadding=\"0\" cellspacing=\"0\" style=\"width: 100%; height: 100%\"><tr><td style=\"padding:20px; vertical-align: middle; text-align: center;\"><a href=\"javascript:window.close()\"><img src=\"" + img + "\" style=\"border: 0px; margin: 0px; padding: 0px;\" alt=\"" + cl + "\"></a></td></tr></table></body>");
	      NewWindow.document.close(); 
	      NewWindow.focus();
	   }

		function slideshow(path, title)
		{
	      NewWindow=window.open(path + '\slideshow.php?title=' + title,'','width=700 ,height=600,toolbar=no,directories=no,menubar=no,locations=no,status=no,scrollbars=yes,resizable=no,fullscreen=no,left=100,top=50');
	      NewWindow.document.close(); 
	      NewWindow.focus();
	   }

		function showInfo() {
			//myLightbox.start(document.getElementById('info'));
			myLytebox = new LyteBox();
			myLytebox.start(document.getElementById('info'), false, true);
		}
		
		function showPage(url) {
			NewWindow=window.open(url,'','width=700 ,height=600,toolbar=no,directories=no,menubar=no,locations=no,status=no,scrollbars=yes,resizable=no,fullscreen=no,left=100,top=50');
		    NewWindow.document.open();  
		    NewWindow.focus();
		}
		
$(document).ready(function() {
	$("a[rel=lightbox[ctr]]").colorbox();
})
