var Window=new Class({Implements:Options,options:{href:false,name:false,scrolling:false,forceReopen:false,width:800,height:600},initialize:function(a){this.setOptions(a);this.miY=this.miX=0;this.build()},build:function(){if(Browser.Engine.trident===true){if(navigator.userAgent.match(/msie/i)!==null)this.miY=35}else if(Browser.Engine.gecko===true){if(navigator.userAgent.match(/firefox/i)!==null)this.miY=35}else if(Browser.Engine.webkit===true)this.miY=navigator.userAgent.match(/chrome/i)!==null?Browser.Platform.mac===
true?90:35:28;else if(Browser.Engine.presto===true)this.miY=13},open:function(){if(this.options.href!==false){if(this.options.name===false)this.options.name="GGwin"+Math.round(Math.random()*1E4);this.options.name=this.options.name.replace(/[_\-]+/g,"");var a="width="+(this.options.width+this.miX)+",height="+(this.options.height+this.miY)+",scrollbars="+(this.options.scrolling===true?"yes":"no")+",toolbars=no,status=no,location=no,menubar=no,resizable=no";this.options.forceReopen===true&&window.open(this.options.href,
this.options.name,a).close();window.open(this.options.href,this.options.name,a)}}});

