jQuery.fn.popup=function(a){a=jQuery.extend({width:screen.width/2,height:screen.height/2,titlebar:true,status:true,resizable:true,toolbar:true,scrollbars:true,menubar:true,location:true},a);Boolean.prototype.setProperty=function(){return this==true?"yes":"no"};return this.each(function(){jQuery(this).click(function(){var d=this.target,e=this.href,b=parseInt(screen.height/2)-parseInt(a.height/2),c=parseInt(screen.width/2)-parseInt(a.width/2);window.open(e,d,"titlebar="+a.titlebar.setProperty()+", screenX="+
c+", screenY="+b+", left="+c+", top="+b+", status="+a.status.setProperty()+", resizable="+a.resizable.setProperty()+", toolbar="+a.toolbar.setProperty()+", scrollbars="+a.scrollbars.setProperty()+", menubar="+a.menubar.setProperty()+", location="+a.location.setProperty()+", width="+a.width+", height="+a.height);return false})})};

