function linkTo_UnCryptMailto(s){location.href = UnCryptMailto(s);}function UnCryptMailto(s){var n=0;var r="";for(var i=0;i<s.length;i++){n=s.charCodeAt(i);if(n>=8364){n = 128;}r+=String.fromCharCode(n-(1));}return r;}
//var Popup = { open: function(options){this.options = {url: '#',width: 800,height: 800,name:"_blank",location:"no",menubar:"no",toolbar:"no",status:"no",scrollbars:"yes",resizable:"yes",left:"",top:"",normal:false}Object.extend(this.options, options || {});if (this.options.normal){this.options.menubar = "no";this.options.status = "no";this.options.toolbar = "no";this.options.location = "no";}this.options.top=(screen.availHeight-this.options.height)/2;this.options.left=(screen.availWidth-this.options.width)/2;this.options.width = this.options.width < screen.availWidth?this.options.width:screen.availWidth;this.options.height=this.options.height < screen.availHeight?this.options.height:screen.availHeight;var openoptions = 'width='+this.options.width+',height='+this.options.height+',location='+this.options.location+',menubar='+this.options.menubar+',toolbar='+this.options.toolbar+',scrollbars='+this.options.scrollbars+',resizable='+this.options.resizable+',status='+this.options.status;if (this.options.top!="")openoptions+=",top="+this.options.top;if (this.options.left!="")openoptions+=",left="+this.options.left;window.open(this.options.url, this.options.name,openoptions );return false;}}

