// file: 1.js : timestamp: 20101103143214 yyyymmddhhmmss
function addEvent(b,d,c){if(b.addEventListener){b.addEventListener(d,c,false)}else{if(!c.$$guid){c.$$guid=addEvent.guid++}if(!b.events){b.events={}}var a=b.events[d];if(!a){a=b.events[d]={};if(b["on"+d]){a[0]=b["on"+d]}}a[c.$$guid]=c;b["on"+d]=handleEvent}}addEvent.guid=1;function removeEvent(a,c,b){if(a.removeEventListener){a.removeEventListener(c,b,false)}else{if(a.events&&a.events[c]){delete a.events[c][b.$$guid]}}}function handleEvent(d){var c=true;d=d||fixEvent(((this.ownerDocument||this.document||this).parentWindow||window).event);var a=this.events[d.type];for(var b in a){this.$$handleEvent=a[b];if(this.$$handleEvent(d)===false){c=false}}return c}function fixEvent(a){a.preventDefault=fixEvent.preventDefault;a.stopPropagation=fixEvent.stopPropagation;return a}fixEvent.preventDefault=function(){this.returnValue=false};fixEvent.stopPropagation=function(){this.cancelBubble=true};function addEventSimple(c,b,a){if(c.addEventListener){c.addEventListener(b,a,false)}else{if(c.attachEvent){c["e"+b+a]=a;c[b+a]=function(){c["e"+b+a](window.event)};c.attachEvent("on"+b,c[b+a])}}}function removeEventSimple(c,b,a){if(c.removeEventListener){c.removeEventListener(b,a,false)}else{if(c.detachEvent){c.detachEvent("on"+b,c[b+a]);c[b+a]=null;c["e"+b+a]=null}}}; 
(function(){var e=window.XMLHttpRequest;var a=!!window.controllers,h=window.document.all&&!window.opera,i=h&&window.navigator.userAgent.match(/MSIE ([\.0-9]+)/)&&RegExp.$1==7;function c(){this._object=e&&!i?new e:new window.ActiveXObject("Microsoft.XMLHTTP");this._listeners=[]}if(a&&e.wrapped){c.wrapped=e.wrapped}c.UNSENT=0;c.OPENED=1;c.HEADERS_RECEIVED=2;c.LOADING=3;c.DONE=4;c.prototype.readyState=c.UNSENT;c.prototype.responseText="";c.prototype.responseXML=null;c.prototype.status=0;c.prototype.statusText="";c.prototype.onreadystatechange=null;c.onreadystatechange=null;c.onopen=null;c.onsend=null;c.onabort=null;c.prototype.open=function(m,p,l,q,k){delete this._headers;if(arguments.length<3){l=true}this._async=l;var o=this,n=this.readyState,j;if(h&&l){j=function(){if(n!=c.DONE){d(o);o.abort()}};window.attachEvent("onunload",j)}if(c.onopen){c.onopen.apply(this,arguments)}if(arguments.length>4){this._object.open(m,p,l,q,k)}else{if(arguments.length>3){this._object.open(m,p,l,q)}else{this._object.open(m,p,l)}}if(!a&&!h){this.readyState=c.OPENED;b(this)}this._object.onreadystatechange=function(){if(a&&!l){return}o.readyState=o._object.readyState;f(o);if(o._aborted){o.readyState=c.UNSENT;return}if(o.readyState==c.DONE){d(o);if(h&&l){window.detachEvent("onunload",j)}}if(n!=o.readyState){b(o)}n=o.readyState}};c.prototype.send=function(j){if(c.onsend){c.onsend.apply(this,arguments)}if(j&&j.nodeType){j=window.XMLSerializer?new window.XMLSerializer().serializeToString(j):j.xml;if(!this._headers["Content-Type"]){this._object.setRequestHeader("Content-Type","application/xml")}}this._object.send(j);if(a&&!this._async){this.readyState=c.OPENED;f(this);while(this.readyState<c.DONE){this.readyState++;b(this);if(this._aborted){return}}}};c.prototype.abort=function(){if(c.onabort){c.onabort.apply(this,arguments)}if(this.readyState>c.UNSENT){this._aborted=true}this._object.abort();d(this)};c.prototype.getAllResponseHeaders=function(){return this._object.getAllResponseHeaders()};c.prototype.getResponseHeader=function(j){return this._object.getResponseHeader(j)};c.prototype.setRequestHeader=function(j,k){if(!this._headers){this._headers={}}this._headers[j]=k;return this._object.setRequestHeader(j,k)};c.prototype.addEventListener=function(m,l,k){for(var j=0,n;n=this._listeners[j];j++){if(n[0]==m&&n[1]==l&&n[2]==k){return}}this._listeners.push([m,l,k])};c.prototype.removeEventListener=function(m,l,k){for(var j=0,n;n=this._listeners[j];j++){if(n[0]==m&&n[1]==l&&n[2]==k){break}}if(n){this._listeners.splice(j,1)}};c.prototype.dispatchEvent=function(k){var l={type:k.type,target:this,currentTarget:this,eventPhase:2,bubbles:k.bubbles,cancelable:k.cancelable,timeStamp:k.timeStamp,stopPropagation:function(){},preventDefault:function(){},initEvent:function(){}};if(l.type=="readystatechange"&&this.onreadystatechange){(this.onreadystatechange.handleEvent||this.onreadystatechange).apply(this,[l])}for(var j=0,m;m=this._listeners[j];j++){if(m[0]==l.type&&!m[2]){(m[1].handleEvent||m[1]).apply(this,[l])}}};c.prototype.toString=function(){return"[object XMLHttpRequest]"};c.toString=function(){return"[XMLHttpRequest]"};function b(j){if(c.onreadystatechange){c.onreadystatechange.apply(j)}j.dispatchEvent({type:"readystatechange",bubbles:false,cancelable:false,timeStamp:new Date+0})}function g(l){var k=l.responseXML,j=l.responseText;if(h&&j&&k&&!k.documentElement&&l.getResponseHeader("Content-Type").match(/[^\/]+\/[^\+]+\+xml/)){k=new window.ActiveXObject("Microsoft.XMLDOM");k.async=false;k.validateOnParse=false;k.loadXML(j)}if(k){if((h&&k.parseError!=0)||!k.documentElement||(k.documentElement&&k.documentElement.tagName=="parsererror")){return null}}return k}function f(j){try{j.responseText=j._object.responseText}catch(k){}try{j.responseXML=g(j._object)}catch(k){}try{j.status=j._object.status}catch(k){}try{j.statusText=j._object.statusText}catch(k){}}function d(j){j._object.onreadystatechange=new window.Function}if(!window.Function.prototype.apply){window.Function.prototype.apply=function(j,k){if(!k){k=[]}j.__func=this;j.__func(k[0],k[1],k[2],k[3],k[4]);delete j.__func}}window.XMLHttpRequest=c})(); 
var getElementsByClassName=function(b,a,c){if(document.getElementsByClassName){getElementsByClassName=function(j,m,h){h=h||document;var d=h.getElementsByClassName(j),l=(m)?new RegExp("\\b"+m+"\\b","i"):null,e=[],g;for(var f=0,k=d.length;f<k;f+=1){g=d[f];if(!l||l.test(g.nodeName)){e.push(g)}}return e}}else{if(document.evaluate){getElementsByClassName=function(o,r,n){r=r||"*";n=n||document;var g=o.split(" "),p="",l="http://www.w3.org/1999/xhtml",q=(document.documentElement.namespaceURI===l)?l:null,h=[],d,f;for(var i=0,k=g.length;i<k;i+=1){p+="[contains(concat(' ', @class, ' '), ' "+g[i]+" ')]"}try{d=document.evaluate(".//"+r+p,n,q,0,null)}catch(m){d=document.evaluate(".//"+r+p,n,null,0,null)}while((f=d.iterateNext())){h.push(f)}return h}}else{getElementsByClassName=function(r,u,q){u=u||"*";q=q||document;var h=r.split(" "),t=[],d=(u==="*"&&q.all)?q.all:q.getElementsByTagName(u),p,j=[],o;for(var i=0,e=h.length;i<e;i+=1){t.push(new RegExp("(^|\\s)"+h[i]+"(\\s|$)"))}for(var g=0,s=d.length;g<s;g+=1){p=d[g];o=false;for(var f=0,n=t.length;f<n;f+=1){o=t[f].test(p.className);if(!o){break}}if(o){j.push(p)}}return j}}}return getElementsByClassName(b,a,c)}; 
function Querystring(a){this.params={};if(a==null){a=location.search.substring(1,location.search.length)}if(a.length==0){return}a=a.replace(/\+/g," ");var c=a.split("&");for(var d=0;d<c.length;d++){var f=c[d].split("=");var b=decodeURIComponent(f[0]);var e=(f.length==2)?decodeURIComponent(f[1]):b;this.params[b]=e}}Querystring.prototype.get=function(a,b){var c=this.params[a];return(c!=null)?c:b};Querystring.prototype.contains=function(a){var b=this.params[a];return(b!=null)}; 
function getCSSProperty(d,b,e){var a=null,c=$wa.id(d);if(c.currentStyle){if(c.currentStyle.display.toLowerCase()=="none"){c.style.display="block";c.style.visibility="hidden"}a=c.currentStyle[b];if(c.currentStyle.visibility.toLowerCase()=="hidden"){c.style.visibility="";c.style.display="none"}}else{if(window.getComputedStyle){var f=window.getComputedStyle(c,"");if(f.getPropertyValue("display").toLowerCase()=="none"){c.style.display="block";c.style.visibility="hidden"}a=f.getPropertyValue(e);if(f.getPropertyValue("visibility").toLowerCase()=="hidden"){c.style.visibility="";c.style.display="none"}}}return a}; 
var Position=(function(){function a(d){if(document.getElementById&&document.getElementById(d)!=null){return document.getElementById(d)}else{if(document.all&&document.all[d]!=null){return document.all[d]}else{if(document.anchors&&document.anchors.length&&document.anchors.length>0&&document.anchors[0].x){for(var c=0;c<document.anchors.length;c++){if(document.anchors[c].name==d){return document.anchors[c]}}return null}else{return null}}}}var b={};b.$VERSION=1;b.set=function(e,d,c){if(typeof(e)=="string"){e=a(e)}if(e==null||!e.style){return false}if(typeof(d)=="object"){var f=d;d=f.left;c=f.top}e.style.left=d+"px";e.style.top=c+"px";return true};b.get=function(f){var g=true;if(typeof(f)=="string"){f=a(f)}if(f==null){return null}var h=0;var j=0;var d=0;var m=0;var i=null;var c=null;c=f.offsetParent;var k=f;var e=f;while(e.parentNode!=null){e=e.parentNode;if(e.offsetParent==null){}else{var l=true;if(g&&window.opera){if(e==k.parentNode||e.nodeName=="TR"){l=false}}if(l){if(e.scrollTop&&e.scrollTop>0){j-=e.scrollTop}if(e.scrollLeft&&e.scrollLeft>0){h-=e.scrollLeft}}}if(e==c){h+=f.offsetLeft;if(e.clientLeft&&e.nodeName!="TABLE"){h+=e.clientLeft}j+=f.offsetTop;if(e.clientTop&&e.nodeName!="TABLE"){j+=e.clientTop}f=e;if(f.offsetParent==null){if(f.offsetLeft){h+=f.offsetLeft}if(f.offsetTop){j+=f.offsetTop}}c=f.offsetParent}}if(k.offsetWidth){d=k.offsetWidth}if(k.offsetHeight){m=k.offsetHeight}return{left:h,top:j,width:d,height:m}};b.getCenter=function(d){var e=this.get(d);if(e==null){return null}e.left=e.left+(e.width/2);e.top=e.top+(e.height/2);return e};return b})(); 
var ctrlModifier=false,globalKey;function checkKeycode(b){var a;if(window.event){a=window.event.keyCode}else{if(b){a=b.which}}globalKey=a}function checkKeyDown(c,b){var a=(c.which)?c.which:event.keyCode;if(a==17&&b&&b.value){ctrlModifier=true;b.value="";return}}function checkKeyUp(c,b){var a=(c.which)?c.which:event.keyCode;if(a==17&&b&&b.value){ctrlModifier=false;b.value="";return}if(a==86&&b&&b.value&&ctrlModifier){ctrlModifier=false;b.value="";return}}function isNumberKey(b){var a=(b.which)?b.which:event.keyCode;if(a>31&&(a<48||a>57)){return false}return true}function numbersonly(f,b,d){var a,c;if(window.event){a=window.event.keyCode}else{if(b){a=b.which}else{return true}}c=String.fromCharCode(a);if((a==null)||(a==0)||(a==8)||(a==9)||(a==13)||(a==27)){return true}else{if((("0123456789").indexOf(c)>-1)){return true}else{if(d&&(c==".")){f.form.elements[d].focus();return false}else{return false}}}}function insertAfter(c,a){var b=a.parentNode;if(b.lastChild==a){b.appendChild(c)}else{b.insertBefore(c,a.nextSibling)}}var Tools=function(){return{createElementCallback:function(b){return function(c){return a(c,b)}},getFirstChild:function(b,d){var c=b.firstChild;if(c){return d(c)?c:this.getNextSibling(c,d)}return null},getLastChild:function(b,d){var c=b.lastChild;if(c){return d(c)?c:this.getPreviousSibling(c,d)}return null},getNextSibling:function(b,c){while((b=b.nextSibling)){if(c(b)){return b}}return null},getPreviousSibling:function(b,c){while((b=b.previousSibling)){if(c(b)){return b}}return null},isElement:a};function a(c,b){return(c.nodeType==1)&&(b?(c.nodeName==b):(c.nodeName!="!"))}}(); 
Number.prototype.number_format=function(c,h,e){var f=this,b=!isFinite(+f)?0:+f,a=!isFinite(+c)?0:Math.abs(c),j=(typeof e==="undefined")?",":e,d=(typeof h==="undefined")?".":h,i="",g=function(o,m){var l=Math.pow(10,m);return""+Math.round(o*l)/l};i=(a?g(b,a):""+Math.round(b)).split(".");if(i[0].length>3){i[0]=i[0].replace(/\B(?=(?:\d{3})+(?!\d))/g,j)}if((i[1]||"").length<a){i[1]=i[1]||"";i[1]+=new Array(a-i[1].length+1).join("0")}return i.join(d)};if(typeof Function.prototype.apply=="undefined"){Function.prototype.apply=function(thisArg,argArray){if(typeof this!="function"){throw new Error("apply called on incompatible object (not a function)")}if(argArray!=null&&!(argArray instanceof Array)&&typeof argArray.callee!="function"){throw new Error("The 2nd argument to apply must be an array or arguments object")}thisArg=(thisArg==null)?window:Object(thisArg);thisArg.__applyTemp__=this;var parameters=[],length=(argArray||"").length>>>0;for(var i=0;i<length;i++){parameters[i]="argArray["+i+"]"}var functionCall="thisArg.__applyTemp__("+parameters+")";try{return eval(functionCall)}finally{try{delete thisArg.__applyTemp__}catch(e){}}}}if(typeof Function.prototype.call=="undefined"){Function.prototype.call=function(a){return this.apply(a,Array.prototype.slice.apply(arguments,[1]))}}String.prototype.toCamel=function(){return this.replace(/(\-[a-z])/g,function(a){return a.toUpperCase().replace("-","")})}; 
var $wa;(function(){$wa={version:"0.01 alpha",date:"101103",dbody:document.body,title:document.title.toLowerCase(),host:document.location.host.toLowerCase(),href:document.location.href.toLowerCase(),protocol:document.location.protocol.toLowerCase(),hostname:document.location.hostname.toLowerCase(),pathname:document.location.pathname.toLowerCase(),ecRegEx:/(http(s|)\:\/\/[^\/]{0,}(easycomputing\.com|newsite|easycomputing))|(easy\scomputing)|(easycomputing|newsite)/i,sdRegEx:/(http(s|)\:\/\/(acronis|iolo|miniwebsite|poker|espresso))/i,mdRegEx:/(http(s|)\:\/\/[^\/]{0,}(multidis\.com|multidis))|(multidis)/i,psRegEx:/(http(s|)\:\/\/[^\/]{0,}(professionele-software\.com|pro\-software))/i,ezRegEx:/(http(s|)\:\/\/[^\/]{0,}ez\-dl\.(com|eu))/i,supportRegEx:/(http(s|)\:\/\/[^\/]{0,}ecsupport\.info)/i,intranetRegEx:/.*?\/intranet/i,langRegEx:/(lang\=(nl|fr|en))/,ogoneRegEx:/(ogone\.com)/i,transactionRegEx:/(ogone\.asp)/i,ecommerceRegEx:/(ogone|checkout)\.asp/i,overviewRegEx:/(shopcart_overview\.asp)/i,accountRegEx:/(\/account\/)/i,pdfRegEx:/(\.pdf|page\_white\_acrobat)/,id:function(a){return(typeof a==="string"?document.getElementById(a):(typeof a==="object"?a:null))},tag:function(a,b){return(typeof a==="object"&&a?a.getElementsByTagName(b):null)},create:function(a,c,b){return document.createElementNS?document.createElementNS("http://www.w3.org/1999/xhtml",a):document.createElement(a)},text:function(a){return document.createTextNode(a)},easycomputing:function(){return(this.dbody.className&&this.ecRegEx.test(this.dbody.className))||this.ecRegEx.test(this.href)||this.ecRegEx.test(this.title)},subdomain:function(){return this.sdRegEx.test(this.href)},externaldomain:function(){return this.prosoftware()},multidis:function(){return(this.dbody.className&&this.mdRegEx.test(this.dbody.className))||this.mdRegEx.test(this.href)||this.mdRegEx.test(this.title)},prosoftware:function(){return this.psRegEx.test(this.href)},intranet:function(){return this.intranetRegEx.test(this.href)},support:function(){return this.supportRegEx.test(this.href)},ecommerce:function(){return this.ecommerceRegEx.test(this.href)},pdf:function(a){return this.pdfRegEx.test(a)},ogone:function(){return this.ogoneRegEx.test(this.href)},overview:function(){return this.overviewRegEx.test(this.href)},transaction:function(){return this.transactionRegEx.test(this.href)},account:function(){return this.accountRegEx.test(this.href)},ga:function(){return(this.multidis()?"2518633":(this.prosoftware()?"9850646":"2448543"))},cdn:function(){var a=this.hostname.replace(/(\w+\.)(\w+\.)(\w+)/,"$2$3");return"http"+("https:"==this.protocol?"s":"")+"://"+(a.indexOf(".")==-1?"static."+(this.multidis()?a:"newsite"):(this.multidis()?a:"easycomputing.com"))},makeScript:function(b){var a=this.create("script");a.id=b.substr(b.lastIndexOf("/")+1);a.language="javascript";a.type="text/javascript";a.src=b;return a},addScript:function(){var d=this.tag(document,"body")[0];for(var b=0,a=arguments.length;b<a;b++){var c=this.makeScript(arguments[b]);if(c){d.appendChild(c)}}},removeElement:function(){for(var b=0,a=arguments.length;b<a;b++){var c=this.id(arguments[b]);if(c&&c.parentNode){c.parentNode.removeChild(c)}}},addLoadingImg:function(c,b){var a=this.id(c);if(!a){return}var d=this.create("img");d.alt="loading";d.border="0";d.hspace="4";d.className="absmiddle";d.src=b;a.replaceChild(d,a.firstChild)},searchingImg:function(d,b){var c=this.id(d),a=this.cdn();if(c){c.style.backgroundImage=(b?"url("+a+"/loaddata_small.gif)":"");c.style.backgroundRepeat="no-repeat";c.style.backgroundPosition="right"}},showButtons:function(e){var b=this.id(e),f=(b?b:document).getElementsByTagName("button");for(var d=0,a=f.length;d<a;d++){var c=f[d];if(c.type&&c.type.toLowerCase()=="submit"){c.className=c.className.replace(/(\shide)/gim,"")}}},showHide:function(b){var a=this.id(b);if(a){a.style.display=(a.style.display.toLowerCase()=="block"?"none":"block")}},collect:function(a){return getElementsByClassName(a)},nextObject:function(a){return(a.nextSibling.nodeType==3?a.nextSibling.nextSibling:a.nextSibling)},getParent:function(b,c){var a=this.id(b);if(a){if(a.nodeType==1&&a.tagName.toLowerCase()==c.toLowerCase()){return a}else{return this.getParent(a.parentNode,c)}}else{return null}},firewallIssue:function(b,c){var a=this.cdn();if(b.firstChild.nodeName.toLowerCase()=="img"){b.firstChild.src=a+"/icons/cross.png";if(b.firstChild.nextSibling){b.removeChild(b.firstChild.nextSibling)}b.appendChild($wa.text(c));if(typeof supersleight!="undefined"){supersleight.limitTo(b);supersleight.run()}}},exists:function(b){var a=false;if(typeof b!="undefined"&&b){if(b.constructor==Array&&typeof b.length=="number"&&b.length==0){a=false}else{a=true}}return a},selectFirst:function(){for(var b=0,a=arguments.length;b<a;b++){var c=this.id(arguments[b]);if(typeof c!="undefined"&&c&&c.nodeName.toLowerCase()=="select"){c.options[0].selected=true}}},setStyle:function(b){var a=this.create("style");a.type="text/css";a.media="screen";if(typeof a.styleSheet!="undefined"){a.styleSheet.cssText=b}else{a.appendChild(this.text(b))}return a}}})();var scripts=document.createDocumentFragment();var jserror=$wa.id("jserror");if($wa.exists(jserror)){addEvent(window,"load",function(){$wa.removeElement(jserror)})}var TINY={};function T$(a){return document.getElementById(a)}function T$$(b,a){return a.getElementsByTagName(b)}function T$$$(){return document.all?1:0}$wa.tinytablewa=function(){if(typeof self.$wa.tinytableinit!="undefined"){this.tinytableinit();return}scripts.appendChild(this.makeScript("/javascript/7.js?"+this.date))};var tinytable=getElementsByClassName("tablewrapper");if($wa.exists(tinytable)){addEvent(window,"load",function(){$wa.tinytablewa()})}$wa.tinysliderwa=function(){if(typeof self.$wa.tinysliderinit!="undefined"){this.tinysliderinit();return}scripts.appendChild(this.makeScript("/javascript/8.js?"+this.date))};var tinyslider=$wa.id("tinyslider");if($wa.exists(tinyslider)){$wa.tinysliderwa()}$wa.tinyboxload=function(){if(typeof self.TINY.box!="undefined"){return}scripts.appendChild(this.makeScript("/javascript/9.js?"+this.date))};var tinybox=getElementsByClassName("tinybox");if($wa.exists(tinybox)){$wa.tinyboxload()}$wa.screenshotload=function(){$wa.tinyboxload();if(typeof self.$wa.screenshotinit!="undefined"){this.screenshotsinit();return}scripts.appendChild(this.makeScript("/javascript/10.js?"+this.date))};var screenshot=getElementsByClassName("inlineBoxTrigger");if($wa.exists(screenshot)){$wa.screenshotload()}$wa.yetiiwa=function(){if(typeof self.$wa.yetiiinit!="undefined"){this.yetiiinit();return}scripts.appendChild(this.makeScript("/javascript/5.js?"+this.date))};var yetii=$wa.id("tabberProduct");if($wa.exists(yetii)){$wa.yetiiwa()}$wa.tabsload=function(){if(typeof self.$wa.tabsinit!="undefined"){this.tabsinit();return}scripts.appendChild(this.makeScript("/javascript/6.js?"+this.date))};var watabs=getElementsByClassName("waTab");if($wa.exists(watabs)){$wa.tabsload()}$wa.csstreemenuwa=function(){if(typeof self.$wa.csstreemenuinit!="undefined"){this.csstreemenuinit();return}scripts.appendChild(this.makeScript("/javascript/11.js?"+this.date))};var csstreemenu=$wa.id("treeMenu");if($wa.exists(csstreemenu)){$wa.csstreemenuwa()}$wa.lowercaseurl=function(l){var f=this.id(l),q=(f?f:document).getElementsByTagName("a");for(var m=0,n=q.length;m<n;m++){var f=q[m],b=f.href.toLowerCase();if(this.ecRegEx.test(b)||this.mdRegEx.test(b)||this.ezRegEx.test(b)||this.supportRegEx.test(b)){var a=f.href,c=a.lastIndexOf("?"),r=a.substring(0,c),p=a.replace(r,r.toLowerCase());if(!this.langRegEx.test(p)){p=p.replace("https://","http://");if(p.search(/\/account|globalsign|\/shopcart\_overview\.asp|\/checkout\.asp/gi)!=-1){p=p.replace("http://","https://")}}f.href=p;if(this.supportRegEx.test(f.href)){f.target="_blank"}if(this.pdf(f.href)){var k=f.getElementsByTagName("img"),o=false;if(k.length>0){for(var h=0,n=k.length;h<n;h++){if(this.pdf(k[h].src)){o=true}}}else{var d=Tools.getPreviousSibling(f,function(i){return(Tools.isElement(i)&&i.nodeName=="IMG")});if(typeof d!="undefined"&&d&&this.pdf(d.src)){o=true}else{o=false}}if(!o){this.addPDFicon(f)}}var e=40;if(f.href.length>=e){this.shortlinks(f,e)}}}};addEvent(window,"load",function(){$wa.lowercaseurl()});$wa.addPDFicon=function(c){if(typeof c!="undefined"&&!c.getAttribute("icon")){c.target="_blank";c.setAttribute("icon","pdf");var a=this.cdn(),b=this.create("img");b.src=a+"/icons/page_white_acrobat.png";b.className="absmiddle addicon";b.alt="PDF Document";c.parentNode.insertBefore(b,c.nextSibling)}};$wa.shortlinks=function(d,b){var a="...",f=""+translation.hyperlink[locale]+": %url%";if(typeof d.href!="undefined"&&this.exists(d.firstChild)){var e=d.firstChild.nodeValue;if(/http:/.test(e)&&e.length>b){var c=e.substr(0,b/4)+a+e.substr(e.length-b/2-a.length,e.length);d.title+=f.replace(/%url%/,e);d.replaceChild(this.text(c),d.firstChild)}}};$wa.swfobjectload=function(){if(typeof self.swfobject!="undefined"){return}scripts.appendChild(this.makeScript("/javascript/12.js?"+this.date))};$wa.pagepeel=function(){this.swfobjectload();if(typeof self.$wa.pagepeelinit!="undefined"){this.pagepeelinit();return}scripts.appendChild(this.makeScript("/javascript/38.js?"+this.date))};var pagepeel=$wa.id("pagepeel");if($wa.exists(pagepeel)){$wa.pagepeel()}$wa.flippingbook=function(){this.swfobjectload();if(typeof self.$wa.flippingbookinit!="undefined"){this.flippingbookinit();return}scripts.appendChild(this.makeScript("/javascript/13.js?"+this.date))};var flippingbook=$wa.id("flippingBook");if($wa.exists(flippingbook)){$wa.flippingbook()}$wa.flashplayer=function(){this.swfobjectload();if(typeof self.$wa.flashplayersinit!="undefined"){this.flashplayersinit();return}scripts.appendChild(this.makeScript("/javascript/14.js?"+this.date))};var flashplayer=$wa.collect("flashPlayer");if($wa.exists(flashplayer)){$wa.flashplayer()}$wa.viewmoreload=function(){scripts.appendChild(this.makeScript("/javascript/15.js?"+this.date))};var viewmore=$wa.collect("waViewMore");if($wa.exists(viewmore)){$wa.viewmoreload()}$wa.mouseover=function(){var b=document.getElementsByTagName("img");for(var d=0,a=b.length;d<a;d++){var c=b[d];if(c.name.toLowerCase()=="mouseover"){var e=c.src.substring(0,c.src.lastIndexOf("."));e+="_over.gif";c.moSrc=e;c.origSrc=c.src;c.onmouseover=function(){this.setAttribute("src",this.moSrc)};c.onmouseout=function(){this.setAttribute("src",this.origSrc)}}}};addEvent(window,"load",function(){$wa.mouseover()});$wa.newsload=function(){scripts.appendChild(this.makeScript("/javascript/16.js?"+this.date))};var news=$wa.collect("news");if($wa.exists(news.length)){$wa.newsload()}$wa.promoload=function(){scripts.appendChild(this.makeScript("/javascript/17.js?"+this.date))};var promo=$wa.id("also_available_as");if($wa.exists(promo)){$wa.promoload()}$wa.paymethodload=function(){scripts.appendChild(this.makeScript("/javascript/18.js?"+this.date))};var paymethod=$wa.id("payMethod");if($wa.exists(paymethod)){$wa.paymethodload()}$wa.socialbookmarkload=function(){scripts.appendChild(this.makeScript("/javascript/19.js?"+this.date))};var socialbookmark=$wa.id("socialbookmark");if($wa.exists(socialbookmark)){addEvent(window,"load",function(){$wa.socialbookmarkload()})}addEvent(window,"load",function(){$wa.showButtons()});$wa.listexpanderload=function(){if(typeof self.listexpander!="undefined"){return}this.addScript("/javascript/20.js?"+this.date)};$wa.listexpanderinit=function(){this.listexpanderload();setTimeout(function(){listexpander()},1000)};$wa.usableformsload=function(){if(typeof prepareForm!="undefined"){return}scripts.appendChild(this.makeScript("/javascript/21.js?"+this.date))};var usableforms=($wa.easycomputing()||$wa.multidis())&&!$wa.ogone()&&!$wa.transaction();if(usableforms){$wa.usableformsload()}$wa.ajaxload=function(){if(typeof self.$wa.ajaxcollect!="undefined"){return}scripts.appendChild(this.makeScript("/javascript/22.js?"+this.date))};var ajaxform=(($wa.easycomputing()||$wa.multidis())&&!$wa.ogone()&&!$wa.transaction());if(ajaxform){$wa.ajaxload()}var languagelinks=$wa.multidis()&&!$wa.ogone();$wa.languageload=function(){var a=$wa.href.replace(/(\&|\?|)lang\=(nl|fr|en)/gim,""),d=$wa.pathname,c={nl:{regex:/(\/)(?:fr|en)(\/)/},fr:{regex:/(\/)(?:en|nl)(\/)/},en:{regex:/(\/)(?:nl|fr)(\/)/}};for(var e in c){var b=$wa.id(e);if($wa.exists(b)){if(d.substring(d.length-5)==".html"){b.href=a.replace(c[e]["regex"],"$1"+e+"$2")}else{if(d.substring(d.length-4)==".asp"){b.href=a+(a.indexOf("?")!=-1?"&":"?")+"lang="+e}}}}};if(languagelinks){addEvent(window,"load",function(){$wa.languageload()})}$wa.unifiedShopCartload=function(){scripts.appendChild(this.makeScript("/javascript/23.js?"+this.date))};var unifiedshopcart=($wa.easycomputing()||$wa.multidis())&&!$wa.subdomain()&&!$wa.externaldomain()&&!$wa.ogone()&&!$wa.transaction();if(unifiedshopcart){$wa.unifiedShopCartload()}$wa.transactionload=function(){scripts.appendChild(this.makeScript("/javascript/24.js?"+this.date))};var transaction=($wa.easycomputing()||$wa.multidis())&&!$wa.ogone()&&$wa.transaction();if(transaction){$wa.transactionload()}$wa.checkstockload=function(){scripts.appendChild(this.makeScript("/javascript/26.js?"+this.date))};var checkstock=$wa.id("check_stock");if(typeof jsStock!="undefined"&&$wa.exists(checkstock)){$wa.checkstockload()}$wa.loggedinload=function(){scripts.appendChild(this.makeScript("/javascript/27.js?"+this.date))};if(($wa.easycomputing()||$wa.multidis())&&!$wa.subdomain()&&!$wa.ogone()&&!$wa.transaction()){$wa.loggedinload()}$wa.historyload=function(){scripts.appendChild(this.makeScript("/javascript/28.js?"+this.date))};if($wa.account()){$wa.historyload()}$wa.populateload=function(){scripts.appendChild(this.makeScript("/javascript/29.js?"+this.date))};var register_reference=$wa.id("userData_register_reference"),category_list=$wa.id("category_list");if($wa.exists(register_reference)&&$wa.exists(category_list)){$wa.populateload()}$wa.serialnumberload=function(){scripts.appendChild(this.makeScript("/javascript/30.js?"+this.date))};var serialnumber=$wa.id("userData_register_license");if($wa.exists(serialnumber)){$wa.serialnumberload()}$wa.searchload=function(){scripts.appendChild(this.makeScript("/javascript/31.js?"+this.date))};var qsearch=$wa.id("q");if(!$wa.ogone()&&$wa.exists(qsearch)){$wa.searchload()}$wa.imagesload=function(){if(typeof StartPreload!="undefined"){StartPreload(images);return}scripts.appendChild(this.makeScript("/javascript/32.js?"+this.date))};var images=getElementsByClassName("ImagePreload");if($wa.exists(images)){$wa.imagesload()}$wa.sepaload=function(){scripts.appendChild(this.makeScript("/javascript/33.js?"+this.date))};var sepa=$wa.id("sepa");if($wa.exists(sepa)){$wa.sepaload()}$wa.moreload=function(){scripts.appendChild(this.makeScript("/javascript/35.js?"+this.date))};var gallery=$wa.id("gallery");if($wa.exists(gallery)){$wa.moreload()}$wa.thumbnailload=function(){scripts.appendChild(this.makeScript("/javascript/36.js?"+this.date))};var thumbnail=$wa.id("loadarea");if($wa.exists(thumbnail)){$wa.thumbnailload()}$wa.sealload=function(){scripts.appendChild(this.makeScript("/javascript/37.js?"+this.date))};var tw_seal=$wa.id("tk_cert"),gs_seal=$wa.id("ssl_cert");if($wa.exists(tw_seal)&&$wa.exists(gs_seal)){$wa.sealload()}$wa.gload=function(){var a="";if($wa.ogone()){a="https://"+($wa.easycomputing()?"www.easycomputing.com":"www.multidis.com")}scripts.appendChild(this.makeScript(a+"/javascript/3.js?"+this.date))};var g=($wa.easycomputing()||$wa.multidis()||$wa.ogone()||$wa.prosoftware())&&!$wa.intranet();if(g){$wa.gload()}if(typeof supersleight!="undefined"){addEvent(window,"load",function(){supersleight.init()})}if(typeof fixIEHoverBug!="undefined"){addEvent(window,"load",function(){fixIEHoverBug()})}addEvent(window,"load",function(){document.body.appendChild(scripts)}); 
var validatorAttributes=["autotrim","required","email","emailfree","maxlen","cccheck","isselected","minlen","notfirst","regex","matches","promocheck"];var validatorFunctions=[autotrim,required,email,emailfree,maxlen,cccheck,isselected,minlen,notfirst,regex,matches,promocheck];var formCheck=false;function ValidatorOrder(d){var b=new Array();for(var c=0,a=validatorAttributes.length;c<a;c++){if(d.getAttribute(validatorAttributes[c])){b[b.length]=[d.parentNode.innerHTML.indexOf(validatorAttributes[c]+"="),validatorAttributes[c]]}}return b.sort(function(f,e){return((f[0]<e[0])?-1:((f[0]>e[0])?1:0))})}function removeErrors(a){while(typeof a.nextSibling!="undefined"&&a.nextSibling&&typeof a.nextSibling.className=="string"&&a.nextSibling.className=="errMsg"){a.nextSibling.parentNode.removeChild(a.nextSibling)}}function executeValidatorFunctions(){removeErrors(this);var b=ValidatorOrder(this);for(var c=0,a=b.length;c<a;c++){if(validatorFunctions[validatorAttributes.indexOf(b[c][1])](this)!=""){break}}}if(!Array.prototype.indexOf){Array.prototype.indexOf=function(b){var a=this.length;var c=Number(arguments[1])||0;c=(c<0)?Math.ceil(c):Math.floor(c);if(c<0){c+=a}for(;c<a;c++){if(c in this&&this[c]===b){return c}}return -1}}function initializeValidator(){var d=document.getElementsByTagName("form"),a;for(var f=0,g=d.length;f<g;f++){var h=d[f].elements;if(h){for(var e=0,b=h.length;e<b;e++){for(var c=0,l=validatorAttributes.length;c<l;c++){if(h[e].getAttribute(validatorAttributes[c])){if(validatorAttributes[c]=="required"){defineRequired(h[e].getAttribute("name"))}h[e].tabindex=e}}addEvent(h[e],"blur",executeValidatorFunctions)}}}}function defineRequired(d){var c=document.getElementsByTagName("label");for(var b=0,a=c.length;b<a;b++){if(c[b].htmlFor==d){addClassToElement(c[b],"required");if(getElementsByClassName("required","b",c[b]).length==0){c[b].innerHTML=c[b].innerHTML+'<b class="required">*</b> '}break}}}function addClassToElement(a,b){if(!a){return}if(a.className===""||a.className===null){a.className=b}else{if(a.className.indexOf(b)==-1){a.className+=" "+b}}}function validatorCheckForm(k){if(k===null){throw ("NullPointerException: A valid form must be passed to the Check Form function.")}var c=true,g=false;var h=k.elements;c=false;for(var d=0,a=h.length;d<a;d++){var b=ValidatorOrder(h[d]);if(b.length!=0){removeErrors(h[d])}for(var e=0,f=b.length;e<f;e++){if(validatorFunctions[validatorAttributes.indexOf(b[e][1])](h[d])!=""){g=true;break}}}return(g?false:true)}function displayError(d,c,f){var e=d.getAttribute("id")+"_"+c+"_err";var b=null;var a="";if(d.getAttribute(c+"errmsg")!==null){f=d.getAttribute(c+"errmsg")}else{if(d.getAttribute("errmsg")!==null){f=d.getAttribute("errmsg")}}if($wa.id(e)&&d.getAttribute("popup")!="only"){b=$wa.id(e);if(f!=b.firstChild.innerText){b.innerHTML=f}}else{if(d.getAttribute("popup")!="only"){b=$wa.create("div");a=$wa.text(f);b.appendChild(a);b.setAttribute("id",e);if(!$wa.id(e)){d.parentNode.insertBefore(b,d.nextSibling)}$wa.id(e).className="errMsg"}}if((d.getAttribute("popup")=="only"||d.getAttribute("popup")=="both")&&!formCheck){alert(f)}addClassToElement(d,"errElem");return f}function removeErrorNode(c,a){var e=c.id,d=e+"_"+a+"_err",b=null;if($wa.id(d)){b=$wa.id(d).parentNode;b.removeChild($wa.id(d))}c.className=trim(c.className.replace(/errElem/," "))}function trim(a){if(a&&a!==""&&a.replace){a=a.replace(/^\s+/g,"");a=a.replace(/\s+$/g,"")}return a}function fixNaming(a){if(a!==""){}return trim(a)}function getTarget(a){var b;if(a.getAttribute&&$wa.id(a.getAttribute("id"))==a){b=a}else{if(!a){a=window.event}if(a.target){b=a.target}else{if(a.srcElement){b=a.srcElement}}if(b.nodeType==3){b=elem.parentNode}}return b}function meetsRegEx(b,d){var c=new RegExp(d);var a=c.exec(b);return(a!==null)}function autotrim(a){var b=getTarget(a);b.value=trim(b.value)}function required(a){var b=getTarget(a);if((b.type.toLowerCase()=="text"&&trim(b.value)==="")||(b.type.toLowerCase()=="checkbox"&&b.checked==false)){return displayError(b,"required",translation.the_field_is_required[locale].replace("field_identifier",fixNaming(b.getAttribute("field_value")))+".")}else{removeErrorNode(b,"required");return""}}function isselected(a){var b=getTarget(a);if((b.type.toLowerCase()=="radio"&&valButton($wa.getParent(b,"form").elements[b.name])[0])==false){return displayError($wa.id(b.name),"required",translation.the_field_is_required[locale].replace("field_identifier",fixNaming($wa.id(b.name).getAttribute("field_value")))+".")}else{removeErrorNode($wa.id(b.name),"required");return""}}function valButton(e){var c=false,d;for(var b=0,a=e.length;b<a;b++){if(e[b].checked){c=true;d=e[b].value}}return[c,d]}function email(a){var c=getTarget(a);var b=/^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i;if(!meetsRegEx(c.value,b)){return displayError(c,"email",translation.the_field_does_not_contain_valid_email[locale].replace("field_identifier",fixNaming(c.getAttribute("field_value")))+".")}else{removeErrorNode(c,"email");return""}}var free=false;function emailfree(a){var b=getTarget(a);emailfreecheck(b.value);if(!free){return displayError(b,"emailfree",translation.email_already_exists[locale]+".")}else{removeErrorNode(b,"emailfree");return""}}function emailfreecheck(d){var c="id=465D0C6F870741C4B5F50730AD7400F8",a="email="+d;var b=new XMLHttpRequest;b.abort();b.open("POST","/soapcall.asp?"+c+"&match="+Math.random(),false);b.setRequestHeader("Content-Type","application/x-www-form-urlencoded");b.onreadystatechange=function(){if(this.readyState==XMLHttpRequest.DONE){var f=b.responseXML.getElementsByTagName("*")[0];if(f.nodeName.toLowerCase()=="security"){var e=f.firstChild.data;if(e!=""){free=e}}else{if(f.nodeName.toLowerCase()=="isfree"){var e=f.firstChild.data.toLowerCase();if(e=="true"){free=true}else{free=false}}}}};b.send(a)}function maxlen(a){var b=getTarget(a);if(b.value.length>b.getAttribute("maxlen")){return displayError(b,"maxlen",translation.the_field_is_too_long[locale].replace("field_identifier",fixNaming(b.getAttribute("field_value"))).replace("maxlen_identifier",b.getAttribute("maxlen")).replace("actuallen_identifier",b.value.length)+".")}else{removeErrorNode(b,"maxlen");return""}}function cccheck(a){var b=getTarget(a);if(b.value.length>0){return displayError(b,"cccheck","Hi bot ^^")}else{removeErrorNode(b,"cccheck");return""}}function minlen(b){var a=getTarget(b);if(a.value.length<a.getAttribute("minlen")){return displayError(a,"minlen",translation.the_field_is_not_long_enough[locale].replace("field_identifier",fixNaming(a.getAttribute("field_value"))).replace("minlen_identifier",a.getAttribute("minlen")).replace("actuallen_identifier",a.value.length)+".")}else{removeErrorNode(a,"minlen");return""}}function notfirst(a){var b=getTarget(a);if(b.selectedIndex===0){return displayError(b,"notfirst",translation.select_an_option[locale]+".")}else{removeErrorNode(b,"notfirst");return""}}function regex(a){var c=getTarget(a);var b=c.getAttribute("regex");if(!meetsRegEx(c.value,b)){return displayError(c,"regex",translation.the_field_does_not_match_pattern[locale].replace("field_identifier",fixNaming(fixNaming(c.getAttribute("field_value")))))}else{removeErrorNode(c,"regex");return""}}function matches(a){var b=getTarget(a);var c=$wa.id(b.getAttribute("matches"));if(b.value!=c.value){return displayError(b,"matches",translation.the_field_entered_values_do_not_match[locale].replace("field_identifier",fixNaming(b.getAttribute("field_value")))+".")}else{removeErrorNode(b,"matches");return""}}var promovalid=false,promocontent="",promodate="";function promocheck(p){var e=getTarget(p),f=$wa.id("imgPromoValid"),b=$wa.id("ajax_result");if($wa.exists(f)){f.parentNode.removeChild(f);f=$wa.id("imgPromoValid")}if($wa.exists(b)){b.parentNode.style.display="none";b.parentNode.removeChild(b)}$wa.searchingImg(e,true);var j=document.getElementsByName("gratispapier"),d=null;if(j&&j.length>0){d=valButton(j)[1]}promovalidcheck(e.value,d);if(!promovalid){$wa.searchingImg(e,false);return displayError(e,"promocheck",translation.the_field_does_not_contain_valid_promo[locale].replace("field_identifier",fixNaming(e.getAttribute("field_value")))+".")}else{if(!$wa.exists(f)){var q=$wa.cdn();var g=$wa.create("img");g.id="imgPromoValid";g.src=q+"/icons/accept.png";g.alt="ok";g.className="absmiddle";g.border="0";g.hspace="5";var a=$wa.create("div");a.className="valid_list";a.id="ajax_result";var h=$wa.create("dl");var c=$wa.create("dt");c.appendChild($wa.text(translation.promotion[locale]+": "+e.value));var m=$wa.create("dd");m.appendChild($wa.text(translation.promotion_valid_when_in_stock[locale]));var l=$wa.create("dd");l.appendChild($wa.text(translation.promotion_not_cumulated[locale]));if(promocontent!=false){var k=$wa.create("dd");k.appendChild($wa.text(promocontent))}var i=$wa.create("dd");i.appendChild($wa.text(translation.reduction[locale]));h.appendChild(c);if(promocontent!=false){h.appendChild(k)}h.appendChild(i);if(promodate){var o=$wa.create("dd");o.appendChild($wa.text(translation.promotion_valid_till[locale].replace("dd/mm/yyyy",promodate)));h.appendChild(o)}h.appendChild(m);h.appendChild(l);a.appendChild(h);var n=$wa.create("span");n.id="spanPromoValid";n.appendChild($wa.text(translation.promotion_valid_till[locale].replace("dd/mm/yyyy",promodate)));n.appendChild($wa.text(translation.promotion_valid_when_in_stock[locale]));n.appendChild($wa.text(translation.promotion_not_cumulated[locale]));$wa.id("promoresult").style.display="";$wa.id("promoresult").appendChild(a);e.parentNode.appendChild(g)}$wa.searchingImg(e,false);removeErrorNode(e,"promocheck");return""}}function promovalidcheck(d,b){var c="id=8069F0BCA372441B9B7BD695B3439467",e="promoid="+d+(b!=null?"&ref="+b:"");var a=new XMLHttpRequest;a.abort();a.open("POST","/soapcall.asp?"+c+"&match="+Math.random(),false);a.setRequestHeader("Content-Type","application/x-www-form-urlencoded");a.onreadystatechange=function(){if(this.readyState==XMLHttpRequest.DONE){var g=a.responseXML.getElementsByTagName("*")[0];if(g.nodeName.toLowerCase()=="security"){var f=g.firstChild.data;if(f!=""){free=f}}else{if(g.nodeName.toLowerCase()=="result"){var f=g.getElementsByTagName("text")[0].firstChild.data.toLowerCase();if(f=="ok"||f=="true"){promovalid=true;promocontent=(g.getElementsByTagName("description")[0]&&g.getElementsByTagName("description")[0].firstChild?g.getElementsByTagName("description")[0].firstChild.data:false);promodate=(g.getElementsByTagName("enddate").length>0?g.getElementsByTagName("enddate")[0].firstChild.data:null)}else{promovalid=false}}}}};a.send(e)}addEvent(window,"load",function(){initializeValidator()}); 

