// This is Nux s.r.o. standard library
NLoad=function(emailClass,loginId){this.emailClass=emailClass;this.loginId=loginId;this.loadEmails();this.focusLogin();return};NLoad.load=function(emailClass,loginId){var loader=function(){new NLoad(emailClass,loginId);};return $(window).ready(loader);};NLoad.prototype.loadEmails=function(){$("span."+this.emailClass).each(function(){var text=$(this).text();if($(this).attr("title"))var address=$(this).attr("title");else var address=text;address=address.replace('&#64;','@');address=address.replace('&#46;','.');$(this).html('<a href="mailto:'+address+'">'+text+'</a>')});return};NLoad.prototype.focusLogin=function(){var login=document.getElementById(this.loginId);if(login)login.focus();return};function openWindow(location){window.open(location);return false};NAreaResizer=function(element,horizontalClassName,verticalClassName,updateMargin){this.element=element;this.horizontalClassName=horizontalClassName;this.verticalClassName=verticalClassName;this.updateMargin=updateMargin;this.horizontalResizer=document.createElement("div");this.verticalResizer=document.createElement("div");this.instanceId=this.instances.length;this.instances[this.instanceId]=this;this.instanceText="NAreaResizer.prototype.instances["+this.instanceId+"]";this.upMethod=new Function(this.instanceText+".up()");eval("this.downMethod = function(eventHandler){NAreaResizer.prototype.instances["+this.instanceId+"].down(eventHandler);}");eval("this.moveMethod = function(eventHandler){NAreaResizer.prototype.instances["+this.instanceId+"].move(eventHandler);}");this.minWidth=50;this.maxWidth=800;this.minHeight=50;this.maxHeight=450;this.prevMouseX=0;this.prevMouseY=0;this.run()};NAreaResizer.prototype.instances=new Array();NAreaResizer.load=function(horizontalClassName,verticalClassName,areaOptions,updateMargin){var loader=function(){var textareas=jQuery("textarea");var resizer=null;for(var i=0;i<textareas.length;i++){resizer=new NAreaResizer(textareas[i],horizontalClassName,verticalClassName,updateMargin);if(typeof areaOptions=="object"){if(areaOptions.minWidth)resizer.minWidth=areaOptions.minWidth;if(areaOptions.maxWidth)resizer.maxWidth=areaOptions.maxWidth;if(areaOptions.minHeight)resizer.minHeight=areaOptions.minHeight;if(areaOptions.maxHeight)resizer.maxHeight=areaOptions.maxHeight}}return;};return $(window).ready(loader);};NAreaResizer.prototype.run=function(){$(this.horizontalResizer).attr("class",this.horizontalClassName);$(this.horizontalResizer).bind("mousedown",{className:this.horizontalClassName},this.downMethod);$(this.verticalResizer).attr("class",this.verticalClassName);$(this.verticalResizer).bind("mousedown",{className:this.verticalClassName},this.downMethod);if(!$(this.horizontalResizer).css("height")||$(this.horizontalResizer).css("height")=="auto")$(this.horizontalResizer).css("height",this.element.offsetHeight+"px");if(!$(this.verticalResizer).css("width")||$(this.verticalResizer).css("width")=="auto")$(this.verticalResizer).css("width",this.element.offsetWidth+"px");$(this.element).css("width",(this.element.offsetWidth-6)+"px");$(this.element).css("height",this.element.offsetHeight+"px");if(this.updateMargin)$(this.horizontalResizer).css("margin-left",this.element.offsetWidth+"px");if(this.horizontalClassName)$(this.element.parentNode).append(this.horizontalResizer);if(this.verticalClassName)$(this.element.parentNode).append(this.verticalResizer);return};NAreaResizer.prototype.down=function(eventHandler){$(document).bind("mousemove",{className:eventHandler.data.className},this.moveMethod);$(document).mouseup(this.upMethod);return};NAreaResizer.prototype.up=function(){$(document).unbind("mousemove",this.moveMethod);$(document).unbind("mouseup",this.upMethod);this.prevMouseX=0;this.prevMouseY=0;return};NAreaResizer.prototype.move=function(eventHandler){var mouseX=eventHandler.clientX;var mouseY=eventHandler.clientY;if(!this.prevMouseX)this.prevMouseX=mouseX;if(!this.prevMouseY)this.prevMouseY=mouseY;var newMouseX=this.prevMouseX-mouseX;var newMouseY=this.prevMouseY-mouseY;var actualWidth=window.parseInt($(this.element).css("width"))-newMouseX;var actualHeight=window.parseInt($(this.element).css("height"))-newMouseY;var verticalResizerWidth=window.parseInt($(this.verticalResizer).css("width"))-newMouseX;var horizontalResizerHeight=window.parseInt($(this.horizontalResizer).css("height"))-newMouseY;var horizontalResizerMargin=window.parseInt($(this.horizontalResizer).css("margin-left"))-newMouseX;this.prevMouseX=mouseX;this.prevMouseY=mouseY;if(eventHandler.data.className==this.horizontalClassName){if(actualWidth>this.minWidth&&actualWidth<this.maxWidth){$(this.element).css("width",actualWidth+"px");if(this.verticalClassName)$(this.verticalResizer).css("width",(verticalResizerWidth)+"px");if(this.updateMargin)$(this.horizontalResizer).css("margin-left",horizontalResizerMargin+"px")}}else{if(actualHeight>this.minHeight&&actualHeight<this.maxHeight){$(this.element).css("height",actualHeight+"px");if(this.horizontalClassName)$(this.horizontalResizer).css("height",horizontalResizerHeight+"px")}}return};var loader=new NLoad();NLoad.load("noJsEmail","username");NAreaResizer.load("","vertical-resizer",{minWidth:50,maxWidth:768,minHeight:50,maxHeight:600},true);
NController=function(instanceName){this.instanceName=instanceName};NController.prototype.email=function(coded,linkname,makeLink,sameAddress){var cipher='ZabcXYdeWVfUTghSiRQjklPmONnMoLpqKJrIHstGuFvEwDxCyBz1A234568790';var shift=coded.length;var link='';var ltr=null;for(var i=0;i<coded.length;i++){if(cipher.indexOf(coded.charAt(i))==-1){ltr=coded.charAt(i);link+=(ltr)}else{ltr=(cipher.indexOf(coded.charAt(i))-shift+cipher.length)%cipher.length;link+=(cipher.charAt(ltr))}}if(sameAddress)linkname=link;if(makeLink!==false)document.write('<a class="email" href="mailto:'+link+'">'+linkname+'</a>');else document.write(linkname);return};NController.prototype.flashEmbed=function(flashPath,width,height,bgColor,quality,menu,border,transparent,flashVars,loop){var embedVar="";loop=loop==null?"true":loop;transparent=transparent==null?"transparent":transparent;border=border==null?"false":border;quality=quality==null?"high":quality;embedVar='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="'+width+'" height="'+height+'"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="'+flashPath+'" /><param name="flashvars" value="'+flashVars+'" /><param name="quality" value="'+quality+'" /><param name="menu" value="'+menu+'" /><param name="loop" value="'+loop+'" /><param name="bgcolor" value="'+bgColor+'" /><param name="wmode" value="'+transparent+'" /><embed src="'+flashPath+'" flashvars="'+flashVars+'" quality="'+quality+'" menu="'+menu+'" loop="'+loop+'" bgcolor="'+bgColor+'" width="'+width+'" height="'+height+'" wmode="'+transparent+'" name="'+flashPath+'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>';document.write(embedVar)};NController.prototype.getOffset=function(what,id){var el=document.getElementById(id);var offset=0;do{switch(what){case"left":offset+=el.offsetLeft;break;case"top":offset+=el.offsetTop;break}el=el.offsetParent}while(el);return offset};NController.prototype.getLeft=function(id){return this.getOffset('left',id)};NController.prototype.getTop=function(id){return this.getOffset('top',id)};NController.prototype.getScrollLeft=function(){return document.documentElement.scrollLeft||window.pageXOffset||0};NController.prototype.getScrollTop=function(){if(document.documentElement.scrollTop)return document.documentElement.scrollTop;else if(window.pageYOffset)return window.pageYOffset;else return 0};NController.prototype.windowWidth=function(){return window.innerWidth||document.documentElement.clientWidth||0};NController.prototype.windowHeight=function(){return window.innerHeight||document.documentElement.clientHeight||0};NController.prototype.windowScrollWidth=function(){return document.documentElement.scrollWidth};NController.prototype.windowScrollHeight=function(){return document.documentElement.scrollHeight};var controller=new NController("controller");

// This is Nux s.r.o. standard library
NLoad=function(emailClass,loginId){this.emailClass=emailClass;this.loginId=loginId;this.loadEmails();this.focusLogin();return};NLoad.load=function(emailClass,loginId){var loader=function(){new NLoad(emailClass,loginId);};return $(window).ready(loader);};NLoad.prototype.loadEmails=function(){$("span."+this.emailClass).each(function(){var text=$(this).text();if($(this).attr("title"))var address=$(this).attr("title");else var address=text;address=address.replace('&#64;','@');address=address.replace('&#46;','.');$(this).html('<a href="mailto:'+address+'">'+text+'</a>')});return};NLoad.prototype.focusLogin=function(){var login=document.getElementById(this.loginId);if(login)login.focus();return};function openWindow(location){window.open(location);return false};NAreaResizer=function(element,horizontalClassName,verticalClassName,updateMargin){this.element=element;this.horizontalClassName=horizontalClassName;this.verticalClassName=verticalClassName;this.updateMargin=updateMargin;this.horizontalResizer=document.createElement("div");this.verticalResizer=document.createElement("div");this.instanceId=this.instances.length;this.instances[this.instanceId]=this;this.instanceText="NAreaResizer.prototype.instances["+this.instanceId+"]";this.upMethod=new Function(this.instanceText+".up()");eval("this.downMethod = function(eventHandler){NAreaResizer.prototype.instances["+this.instanceId+"].down(eventHandler);}");eval("this.moveMethod = function(eventHandler){NAreaResizer.prototype.instances["+this.instanceId+"].move(eventHandler);}");this.minWidth=50;this.maxWidth=800;this.minHeight=50;this.maxHeight=450;this.prevMouseX=0;this.prevMouseY=0;this.run()};NAreaResizer.prototype.instances=new Array();NAreaResizer.load=function(horizontalClassName,verticalClassName,areaOptions,updateMargin){var loader=function(){var textareas=jQuery("textarea");var resizer=null;for(var i=0;i<textareas.length;i++){resizer=new NAreaResizer(textareas[i],horizontalClassName,verticalClassName,updateMargin);if(typeof areaOptions=="object"){if(areaOptions.minWidth)resizer.minWidth=areaOptions.minWidth;if(areaOptions.maxWidth)resizer.maxWidth=areaOptions.maxWidth;if(areaOptions.minHeight)resizer.minHeight=areaOptions.minHeight;if(areaOptions.maxHeight)resizer.maxHeight=areaOptions.maxHeight}}return;};return $(window).ready(loader);};NAreaResizer.prototype.run=function(){$(this.horizontalResizer).attr("class",this.horizontalClassName);$(this.horizontalResizer).bind("mousedown",{className:this.horizontalClassName},this.downMethod);$(this.verticalResizer).attr("class",this.verticalClassName);$(this.verticalResizer).bind("mousedown",{className:this.verticalClassName},this.downMethod);if(!$(this.horizontalResizer).css("height")||$(this.horizontalResizer).css("height")=="auto")$(this.horizontalResizer).css("height",this.element.offsetHeight+"px");if(!$(this.verticalResizer).css("width")||$(this.verticalResizer).css("width")=="auto")$(this.verticalResizer).css("width",this.element.offsetWidth+"px");$(this.element).css("width",(this.element.offsetWidth-6)+"px");$(this.element).css("height",this.element.offsetHeight+"px");if(this.updateMargin)$(this.horizontalResizer).css("margin-left",this.element.offsetWidth+"px");if(this.horizontalClassName)$(this.element.parentNode).append(this.horizontalResizer);if(this.verticalClassName)$(this.element.parentNode).append(this.verticalResizer);return};NAreaResizer.prototype.down=function(eventHandler){$(document).bind("mousemove",{className:eventHandler.data.className},this.moveMethod);$(document).mouseup(this.upMethod);return};NAreaResizer.prototype.up=function(){$(document).unbind("mousemove",this.moveMethod);$(document).unbind("mouseup",this.upMethod);this.prevMouseX=0;this.prevMouseY=0;return};NAreaResizer.prototype.move=function(eventHandler){var mouseX=eventHandler.clientX;var mouseY=eventHandler.clientY;if(!this.prevMouseX)this.prevMouseX=mouseX;if(!this.prevMouseY)this.prevMouseY=mouseY;var newMouseX=this.prevMouseX-mouseX;var newMouseY=this.prevMouseY-mouseY;var actualWidth=window.parseInt($(this.element).css("width"))-newMouseX;var actualHeight=window.parseInt($(this.element).css("height"))-newMouseY;var verticalResizerWidth=window.parseInt($(this.verticalResizer).css("width"))-newMouseX;var horizontalResizerHeight=window.parseInt($(this.horizontalResizer).css("height"))-newMouseY;var horizontalResizerMargin=window.parseInt($(this.horizontalResizer).css("margin-left"))-newMouseX;this.prevMouseX=mouseX;this.prevMouseY=mouseY;if(eventHandler.data.className==this.horizontalClassName){if(actualWidth>this.minWidth&&actualWidth<this.maxWidth){$(this.element).css("width",actualWidth+"px");if(this.verticalClassName)$(this.verticalResizer).css("width",(verticalResizerWidth)+"px");if(this.updateMargin)$(this.horizontalResizer).css("margin-left",horizontalResizerMargin+"px")}}else{if(actualHeight>this.minHeight&&actualHeight<this.maxHeight){$(this.element).css("height",actualHeight+"px");if(this.horizontalClassName)$(this.horizontalResizer).css("height",horizontalResizerHeight+"px")}}return};var loader=new NLoad();NLoad.load("noJsEmail","username");NAreaResizer.load("","vertical-resizer",{minWidth:50,maxWidth:768,minHeight:50,maxHeight:600},true);
NController=function(instanceName){this.instanceName=instanceName};NController.prototype.email=function(coded,linkname,makeLink,sameAddress){var cipher='ZabcXYdeWVfUTghSiRQjklPmONnMoLpqKJrIHstGuFvEwDxCyBz1A234568790';var shift=coded.length;var link='';var ltr=null;for(var i=0;i<coded.length;i++){if(cipher.indexOf(coded.charAt(i))==-1){ltr=coded.charAt(i);link+=(ltr)}else{ltr=(cipher.indexOf(coded.charAt(i))-shift+cipher.length)%cipher.length;link+=(cipher.charAt(ltr))}}if(sameAddress)linkname=link;if(makeLink!==false)document.write('<a class="email" href="mailto:'+link+'">'+linkname+'</a>');else document.write(linkname);return};NController.prototype.flashEmbed=function(flashPath,width,height,bgColor,quality,menu,border,transparent,flashVars,loop){var embedVar="";loop=loop==null?"true":loop;transparent=transparent==null?"transparent":transparent;border=border==null?"false":border;quality=quality==null?"high":quality;embedVar='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="'+width+'" height="'+height+'"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="'+flashPath+'" /><param name="flashvars" value="'+flashVars+'" /><param name="quality" value="'+quality+'" /><param name="menu" value="'+menu+'" /><param name="loop" value="'+loop+'" /><param name="bgcolor" value="'+bgColor+'" /><param name="wmode" value="'+transparent+'" /><embed src="'+flashPath+'" flashvars="'+flashVars+'" quality="'+quality+'" menu="'+menu+'" loop="'+loop+'" bgcolor="'+bgColor+'" width="'+width+'" height="'+height+'" wmode="'+transparent+'" name="'+flashPath+'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>';document.write(embedVar)};NController.prototype.getOffset=function(what,id){var el=document.getElementById(id);var offset=0;do{switch(what){case"left":offset+=el.offsetLeft;break;case"top":offset+=el.offsetTop;break}el=el.offsetParent}while(el);return offset};NController.prototype.getLeft=function(id){return this.getOffset('left',id)};NController.prototype.getTop=function(id){return this.getOffset('top',id)};NController.prototype.getScrollLeft=function(){return document.documentElement.scrollLeft||window.pageXOffset||0};NController.prototype.getScrollTop=function(){if(document.documentElement.scrollTop)return document.documentElement.scrollTop;else if(window.pageYOffset)return window.pageYOffset;else return 0};NController.prototype.windowWidth=function(){return window.innerWidth||document.documentElement.clientWidth||0};NController.prototype.windowHeight=function(){return window.innerHeight||document.documentElement.clientHeight||0};NController.prototype.windowScrollWidth=function(){return document.documentElement.scrollWidth};NController.prototype.windowScrollHeight=function(){return document.documentElement.scrollHeight};var controller=new NController("controller");


/* cache data: 0.014036893844604 */
