<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Popup */
jQuery.fn.popupwindow=function(e){var t=e||{};return this.each(function(e){var n,l,o,r,a,i;if(o=(jQuery(this).attr("rel")||"").split(","),n={height:600,width:600,toolbar:0,scrollbars:0,status:0,resizable:1,left:0,top:0,center:0,createnew:1,location:0,menubar:0,onUnload:null},1==o.length&amp;&amp;1==o[0].split(":").length)a=o[0],"undefined"!=typeof t[a]&amp;&amp;(n=jQuery.extend(n,t[a]));else for(var s=0;s&lt;o.length;s++)r=o[s].split(":"),"undefined"!=typeof n[r[0]]&amp;&amp;2==r.length&amp;&amp;(n[r[0]]=r[1]);1==n.center&amp;&amp;(n.top=(screen.height-(n.height+110))/2,n.left=(screen.width-n.width)/2),l="location="+n.location+",menubar="+n.menubar+",height="+n.height+",width="+n.width+",toolbar="+n.toolbar+",scrollbars="+n.scrollbars+",status="+n.status+",resizable="+n.resizable+",left="+n.left+",screenX="+n.left+",top="+n.top+",screenY="+n.top,jQuery(this).bind("click",function(){var t=n.createnew?"PopUpWindow"+e:"PopUpWindow";return i=window.open(this.href,t,l),n.onUnload&amp;&amp;(unloadInterval=setInterval(function(){(!i||i.closed)&amp;&amp;(clearInterval(unloadInterval),n.onUnload.call($(this)))},500)),i.focus(),!1})})};</pre></body></html>