// przed: 1156, po: 933, w czasie: 0.0046


var windowRef=null;var WindowObjectReference=null;var PreviousUrl=null;function openUrl(strUrl){if(WindowObjectReference==null||WindowObjectReference.closed){WindowObjectReference=window.open(strUrl,'Foto',"resizable=yes,width=900,height=400,scrollbars=yes,status=no,left=5,top=5")}else if(PreviousUrl!=strUrl){WindowObjectReference=window.open(strUrl,'Foto',"resizable=yes,width=900,height=400,scrollbars=yes,status=no,left=5,top=0");WindowObjectReference.focus()}else{WindowObjectReference.focus()};PreviousUrl=strUrl}function zoom(id){openUrl('/main/zoom/'+id+'/s/norm')}function zoomFoto(id){openUrl('/main/zoomfoto/'+id+'/s/norm')}$(document).ready(function(){$("//div#content-body-src//a/img").hover(function(){$(this).addClass("imghover")},function(){$(this).removeClass("imghover")});$("#guestbook").submit(function(){if(jQuery.trim($('#tresc').val()).length>0){return true}alert("Wprowadź treść wpisu!");return false})});