(function(){var c=new function(){};var a=window.dd=c.property={pageWidth:function(){if($.browser.msie&&$.browser.version<7){var d=Math.max(document.documentElement.scrollWidth,document.body.scrollWidth);var e=Math.max(document.documentElement.offsetWidth,document.body.offsetWidth);if(d<e){return $(window).width()}else{return d}}else{return $(document).width()}},pageHeight:function(){if($.browser.msie&&$.browser.version<7){var e=Math.max(document.documentElement.scrollHeight,document.body.scrollHeight);var d=Math.max(document.documentElement.offsetHeight,document.body.offsetHeight);if(e<d){return $(window).height()}else{return e}}else{return $(document).height()}},coverPage:function(g){var f="coverDiv";if(document.getElementById(f)){$("#"+f).show()}else{var i=this.pageHeight()+"px";var e=this.pageWidth()+"px";var d=document.createElement("div");document.body.appendChild(d);d.id=f;var h=g*100;$(d).css("position","absolute").css("background","#CCCCCC").css("left","0").css("top","0").css("width",e).css("height",i).css("z-index","5").css("filter","alpha(opacity="+h+")").css("-moz-opacity",g).css("opacity",g).css("-khtml-opacity",g).css("-webkit-opacity",g)}},closeCoverPage:function(){$("#coverDiv").hide()},move:function(d){var n=$(a.getQueryID(d.data.div));var k=$(a.getQueryID(d.data.content));var j=d.data.div;if(document.getElementById(j+"-cover")){k.hide();$("#"+j+"-cover").show()}else{var f=document.createElement("div");var o=k.offset().top+"px";var i=k.offset().left+"px";var h=k.height()+"px";var e=k.width()+"px";n[0].appendChild(f);k.hide();f.id=j+"-cover";$(a.getQueryID(j+"-cover")).css("background","#CCCCCC").css("left",i).css("top",o).css("width",e).css("height",h).css("filter","alpha(opacity="+50+")").css("-moz-opacity",0.5).css("opacity",0.5).css("-khtml-opacity",0.5).css("-webkit-opacity",0.5)}var m=d.clientX-n.offset().left;var l=d.clientY-n.offset().top;var p=$(window).width()-n.width()+$(window).scrollLeft();var g=$(window).height()-n.height()+$(window).scrollTop();$(document).bind("mousemove mouseout",function(r){var s=parseInt(r.clientX-m);var q=parseInt(r.clientY-l);s=s<10?10:s;s=s>p?p:s;q=q=q<10?10:q;q=q>g?g:q;n.css({top:q+"px",left:s+"px"})}).bind("mouseup",function(r){var s=parseInt(r.clientX-m);var q=parseInt(r.clientY-l);s=s<10?10:s;s=s>p?p:s;q=q=q<10?10:q;q=q>g?g:q;n.css({top:q+"px",left:s+"px"});$(document).unbind("mousemove mouseout mouseup");k.show();$("#"+j+"-cover").hide()})},getByName:function(d){if($.browser.ie){var h=document.getElementsByTagName("input");var f=0;var g=[];for(var e=0;e<h.length;e++){if(h[e].getAttribute("name")==d){g[f++]=h[e]}}return g}else{return document.getElementsByName(d)}},getById:function(d){return document.getElementById(d)},getQueryID:function(d){return"#"+d.replace(/\./g,"\\.")},trim:function(d){return d.replace(/(^\s*)|(\s*$)/g,"")},getCookie:function(e){var g=document.cookie;if(g){var d=g.split(";");for(var f=0;f<d.length;f++){var j=d[f].split("=")[0];var h=d[f].split("=")[1];if(e==this.trim(j)){return this.trim(h)}}}},setCookie:function(f,e){var d=new Date();d.setTime(d.getTime()+7*24*60*60*1000);document.cookie=f+"="+e+";expires="+d.toGMTString()+";path=/"},validate:function(d){return{isemail:/^[a-zA-Z0-9_\.]+@[a-zA-Z0-9_]+(\.[a-zA-Z0-9]+)+$/.test(d),isidn:/^[^\^\(\)\$\*\s\+\\\[\]\{\}\?\&\%\#\:\;\=\~\!\@\<\>]{1,63}$/.test(d),isdomainname:/^[^\^\(\)\$\*\s\+\\\[\]\{\}_\?\&\%\#\:\;\=\~\!\@\<\>]{1,63}\.[a-zA-Z]{2,6}(\.[a-zA-Z]{2})?$/.test(d),istld:/^[a-zA-Z]{2,6}(\.[a-zA-Z]{2})?$/.test(d),isip:/^((2[0-4]\d|25[0-5]|[01]?\d\d?)\.){3}(2[0-4]\d|25[0-5]|[01]?\d\d?)$/.test(d),isphone:/^\+\d{2}\.\d{5,15}$/.test(d),isdate:/^\d{4}-\d{2}-\d{2}$/.test(d),isdns:/^([0-9a-zA-Z_]{1,20}\.)*\w{1,63}\.[a-zA-Z]{2,6}(\.[a-zA-Z]{2})?$/.test(d),isurl:/^(https|http|ftp|rtsp|mms):\/\/([0-9a-zA-Z_\-]{1,20}\.)*[0-9a-zA-Z\-]{1,63}\.[a-zA-Z]{2,6}(\.[a-zA-Z]{2})?$/.test(d),isnumber:/^\d+$/.test(d),isfloat:/^\d+(\.d+)?$/.test(d)}}};var c=new function(){};var b=window.fn=c.property={checkAll:function(d){var f=a.getByName(d);for(var e in f){f[e].checked=true}},removeAll:function(d){var f=a.getByName(d);for(var e in f){f[e].checked=false}},toggle:function(d){var f=a.getByName(d);for(var e in f){if(f[e].checked){f[e].checked=false}else{f[e].checked=true}}},getHotPrice:function(){if(a.getById("hots-all")){setTimeout(function(){$("#hottldprice").html("<img src='page/images/loading.gif' title='Get price' alts='Get price'/>");var d="ajax/tldprice.html";var e={type:"hotTld"};$.ajax({url:d,type:"POST",dataType:"json",timeout:"5000",data:e,error:function(f){$("#hottldprice").html("<img src='page/images/exclamation.gif' title='Time out'/>")},success:function(g){if(g.result!="200"){$("#hottldprice").html("<img src='page/images/exclamation.gif' title='"+g.result+"'/>")}else{$("#hottldprice").html(message.registration);for(var f in g.priceMap){if($("#hotprice_"+f)){$("#hotprice_"+f).html("€ "+g.priceMap[f])}}}}})},4000)}},setLanguage:function(d){url="ajax/setlanguage.html";parame={request_locale:d};jQuery.post(url,parame,function(){a.setCookie("request_locale",d);location.reload()},"json")}}})();