if(!PHOTOZIG){var PHOTOZIG={}}PHOTOZIG.Utils=function(){var a={goToEzpPage:function(b,e){var d=(typeof b!=="undefined"&&b)?b:"ezp_builder.php";var c=(typeof e!=="undefined"&&e)?e:PHOTOZIG.Properties.X_DATA;if(d!==""){a.setSessionCookie("xrel",pzescape(PHOTOZIG.Properties.RELEASE));a.setSessionCookie("xscript",d);a.setSessionCookie("x_data",c);userNameToSend=a.getUrlParameterValueFromXdata("username");location.href=PHOTOZIG.Properties.MY_ROOT+"/"+userNameToSend+"/i.php?xm=e"}},fixIE6MinWidthBug:function(){var b=function(){if($.browser.msie&&parseInt($.browser.version)<=6){var c=$("body");var e=parseInt(c.css("min-width"));var d=parseInt(c.attr("clientWidth"));var f=d<=e?e+"px":d+"px";c.css("width",f)}};$(window).resize(b);b()},fixIE6MinHeightBug:function(){var b=function(){if($.browser.msie&&parseInt($.browser.version)<=6){var d=$("body");var f=parseInt(d.css("min-height"));var c=parseInt(d.attr("clientHeight"));var e=c<=f?f+"px":c+"px";d.css("height",e)}};$(window).resize(b);b()},parseKeyValue:function(e,g,j,k){var g=g||"&";var j=j||"=";var k=k||false;var f=e.split(g);var l={};for(var h=0,c=f.length;h<c;h++){var e=f[h].split(j);var d=(k?e[0]:pzunescape(e[0]));var b=(k?e[1]:pzunescape(e[1]));l[d]=b}return l},getUrlParametersList:function(d){var f=[];var b=[];var h=location.search.split("?");if(typeof d!=="undefined"&&d){h[1]=PHOTOZIG.Properties.X_DATA}if(h[1]){b=h[1].split("&")}for(var e=0,c=b.length;e<c;e++){var g=b[e].split("=");f.push({key:g[0],value:g[1]})}return f},getUrlParameterValue:function(d,f,b){if(!f){f=a.getUrlParametersList()}for(var c=0,e=f.length;c<e;c++){if(f[c].key==d){return(b?f[c].value:pzunescape(f[c].value))}}},getUrlParameterValueFromXdata:function(e,g,c){var b=true;if(!g){g=a.getUrlParametersList(b)}for(var d=0,f=g.length;d<f;d++){if(g[d].key==e){return(c?g[d].value:pzunescape(g[d].value))}}},getCookie:function(b){var d=a.parseKeyValue(document.cookie,"; ");var c=d[b]?pzunescape(d[b]):"";return c},deleteCookie:function(b){var c=new Date();c.setTime(c.getTime()-1);document.cookie=b+="=; expires="+c.toGMTString()},setSessionCookie:function(e,b){var c=location.hostname.split(".").reverse();var d="."+c[1]+"."+c[0];document.cookie=e+"="+b+"; path=/; domain="+d},loadJavascript:function(c,e){var d=document.getElementsByTagName("head")[0];var b=document.createElement("script");b.onload=function(){if(typeof e==="function"){e()}};b.onreadystatechange=function(){if(typeof e==="function"){if(this.readyState==="loaded"||this.readyState==="complete"){e()}}};b.type="text/javascript";b.src=c;d.appendChild(b)},redirectByPost:function(g,d){var h=g.split("?");var f=h[0]||g;var i=h[1]?a.parseKeyValue(h[1]):{};var e=document.createElement("FORM");e.method="post";e.action=f+(d?"?"+d:"");for(key in i){var c=document.createElement("INPUT");c.type="hidden";c.name=key;c.value=i[key];e.appendChild(c)}var b=document.getElementsByTagName("BODY")[0];b.appendChild(e);e.submit()},fixIEJavascriptMissingMethods:function(){if(!Array.prototype.forEach){Array.prototype.indexOf=function(b,d){var c=(d<0)?this.length+d:d||0;for(;c<this.length;c++){if(b===this[c]){return c}}return -1};Array.prototype.lastIndexOf=function(c,e){var b=this.length-1;var d=(e<0)?Math.max(b+1+e,0):(e>b)?b:b-(e||0)||b;for(;d>=0;d--){if(c===this[d]){return d}}return -1}}},extendJavascript:function(){Object.factory=function(e){var d=function(){};d.prototype=e;return new d()};Object.copyValues=function(e,d){for(property in d){if(typeof e[property]!=="undefined"){d[property]=e[property]}}};function b(e){var d=typeof e;if(d==="object"){if(e){if(typeof e.length==="number"&&!(e.propertyIsEnumerable("length"))&&typeof e.splice==="function"){d="array"}}else{d="null"}}return d}function c(f){var e,d;if(b(f)==="object"){for(e in f){d=f[e];if(d!==undefined&&b(d)!=="function"){return false}}}return true}String.prototype.entityify=function(){return this.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;")};String.prototype.quote=function(){var g,e,d=this.length,f='"';for(e=0;e<d;e+=1){g=this.charAt(e);if(g>=" "){if(g==="\\"||g==='"'){f+="\\"}f+=g}else{switch(g){case"\b":f+="\\b";break;case"\f":f+="\\f";break;case"\n":f+="\\n";break;case"\r":f+="\\r";break;case"\t":f+="\\t";break;default:g=g.charCodeAt();f+="\\u00"+Math.floor(g/16).toString(16)+(g%16).toString(16)}}}return f+'"'};String.prototype.supplant=function(d){return this.replace(/{([^{}]*)}/g,function(f,e){var g=d[e];return typeof g==="string"||typeof g==="number"?g:f})};String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")};String.prototype.pad=function(d,e){e=e||"...";d=d||this.length;if(this.length>d){return(this.substr(0,(d-e.length))+e)}return this.toString()};String.prototype.decodeHtml=function(){var d=document.createElement("textarea");d.innerHTML=this.replace(/</g,"&lt;").replace(/>/g,"&gt;");return d.value};String.prototype.br2nl=function(){return this.replace(/\<br\>|\<br\/\>|\<br \/\>/,"\n")}},init:function(){a.fixIEJavascriptMissingMethods();a.extendJavascript()}};$(a.init);return a}();