Deprecated: Return type of HM\BackUpWordPress\CleanUpIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home3/mike/public_html/wp-content/plugins/backupwordpress/classes/class-path.php on line 456

Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home3/mike/public_html/wp-content/plugins/social-media-feather/synved-option/synved-option.php on line 537

Deprecated: ord(): Passing null to parameter #1 ($character) of type string is deprecated in /home3/mike/public_html/wp-content/plugins/w3-total-cache/lib/Minify/JSMin.php on line 332

Deprecated: ord(): Passing null to parameter #1 ($character) of type string is deprecated in /home3/mike/public_html/wp-content/plugins/w3-total-cache/lib/Minify/JSMin.php on line 332

Deprecated: ord(): Passing null to parameter #1 ($character) of type string is deprecated in /home3/mike/public_html/wp-content/plugins/w3-total-cache/lib/Minify/JSMin.php on line 332

Deprecated: ord(): Passing null to parameter #1 ($character) of type string is deprecated in /home3/mike/public_html/wp-content/plugins/w3-total-cache/lib/Minify/JSMin.php on line 332

Warning: Cannot modify header information - headers already sent by (output started at /home3/mike/public_html/wp-content/plugins/social-media-feather/synved-plugout/synved-plugout-core.php:290) in /home3/mike/public_html/wp-content/plugins/w3-total-cache/lib/Minify/Minify.php on line 385

Warning: Cannot modify header information - headers already sent by (output started at /home3/mike/public_html/wp-content/plugins/social-media-feather/synved-plugout/synved-plugout-core.php:290) in /home3/mike/public_html/wp-content/plugins/w3-total-cache/lib/Minify/Minify.php on line 385

Warning: Cannot modify header information - headers already sent by (output started at /home3/mike/public_html/wp-content/plugins/social-media-feather/synved-plugout/synved-plugout-core.php:290) in /home3/mike/public_html/wp-content/plugins/w3-total-cache/lib/Minify/Minify.php on line 385

Warning: Cannot modify header information - headers already sent by (output started at /home3/mike/public_html/wp-content/plugins/social-media-feather/synved-plugout/synved-plugout-core.php:290) in /home3/mike/public_html/wp-content/plugins/w3-total-cache/lib/Minify/Minify.php on line 385

Warning: Cannot modify header information - headers already sent by (output started at /home3/mike/public_html/wp-content/plugins/social-media-feather/synved-plugout/synved-plugout-core.php:290) in /home3/mike/public_html/wp-content/plugins/w3-total-cache/lib/Minify/Minify.php on line 385

Warning: Cannot modify header information - headers already sent by (output started at /home3/mike/public_html/wp-content/plugins/social-media-feather/synved-plugout/synved-plugout-core.php:290) in /home3/mike/public_html/wp-content/plugins/w3-total-cache/lib/Minify/Minify.php on line 385

Warning: Cannot modify header information - headers already sent by (output started at /home3/mike/public_html/wp-content/plugins/social-media-feather/synved-plugout/synved-plugout-core.php:290) in /home3/mike/public_html/wp-content/plugins/w3-total-cache/lib/Minify/Minify.php on line 385

Warning: Cannot modify header information - headers already sent by (output started at /home3/mike/public_html/wp-content/plugins/social-media-feather/synved-plugout/synved-plugout-core.php:290) in /home3/mike/public_html/wp-content/plugins/w3-total-cache/lib/Minify/Minify.php on line 385
var gmapdata=new Array();var gmapmarker=new Array();function if_gmap_init(id,form_id) {if(document.getElementById(id+"_element"+form_id)){map=document.getElementById(id+"_element"+form_id);var def_zoomval=parseInt(map.getAttribute("zoom"));var def_longval=map.getAttribute("center_x");var def_latval=map.getAttribute("center_y");var curpoint=new google.maps.LatLng(def_latval,def_longval);gmapdata[id]=new google.maps.Map(document.getElementById(id+"_element"+form_id),{center:curpoint,zoom:def_zoomval,mapTypeId:'roadmap'});gmapmarker[id]=new Array();return false;} else {draggab=false;map=document.getElementById(id);var def_zoomval=parseInt(map.getAttribute("zoom"));var def_longval=map.getAttribute("long");var def_latval=map.getAttribute("lat");var curpoint=new google.maps.LatLng(def_latval,def_longval);gmapdata=new google.maps.Map(document.getElementById(id),{center:curpoint,zoom:def_zoomval,mapTypeId:'roadmap'});geocoder=new google.maps.Geocoder();gmapmarker=new google.maps.Marker({map:gmapdata,position:curpoint,draggable:draggab});gmapmarker.setDraggable(draggab);infoW=new google.maps.InfoWindow;google.maps.event.addListener(gmapdata,'mouseover',function(event) {if(!document.getElementById("longval")) gmapmarker.draggable=false;});google.maps.event.addListener(gmapdata,'click',function(event){if(document.getElementById("longval")) {document.getElementById("longval").value=event.latLng.lng().toFixed(6);document.getElementById("latval").value=event.latLng.lat().toFixed(6);gmapmarker.setPosition(event.latLng);if_gmap_updateMap();geocoder.geocode({'latLng':gmapmarker.getPosition()},function(results,status) {if(status==google.maps.GeocoderStatus.OK) {if(results[0]) {if(document.getElementById("addrval"))document.getElementById("addrval").value=results[0].formatted_address;}}});}});google.maps.event.addListener(gmapmarker,'drag',function(){if(document.getElementById("longval")) {geocoder.geocode({'latLng':gmapmarker.getPosition()},function(results,status) {if(status==google.maps.GeocoderStatus.OK) {if(results[0]) {if(document.getElementById("addrval"))document.getElementById("addrval").value=results[0].formatted_address;}}});if_gmap_updateMap();document.getElementById("latval").value=gmapmarker.getPosition().lat().toFixed(6);document.getElementById("longval").value=gmapmarker.getPosition().lng().toFixed(6);}});google.maps.event.addListener(gmapmarker,'click',function(){infoW.setContent('
'+document.getElementById(id).getAttribute('info')+"
");var infoWOpt={maxWidth:"300"};infoW.setOptions(infoWOpt);infoW.open(this.getMap(),this);});if(document.getElementById("longval")) {document.getElementById("longval").value=def_longval;document.getElementById("latval").value=def_latval;geocoder.geocode({'latLng':gmapmarker.getPosition()},function(results,status){if(status==google.maps.GeocoderStatus.OK){if(results[0]){if(document.getElementById("addrval"))document.getElementById("addrval").value=results[0].formatted_address;}}});} return false;}} function add_marker_on_map(id,i,w_long,w_lat,w_info,form_id,dragb) {var marker_point=new google.maps.LatLng(w_lat,w_long);gmapmarker[id][i]=new google.maps.Marker({map:gmapdata[id],position:marker_point,draggable:dragb});gmapmarker[id][i].setDraggable(dragb);if(dragb) {google.maps.event.addListener(gmapmarker[id][i],'drag',function() {document.getElementById(id+"_lat"+form_id).value=gmapmarker[id][i].getPosition().lat().toFixed(6);document.getElementById(id+"_long"+form_id).value=gmapmarker[id][i].getPosition().lng().toFixed(6);});} infoW=new google.maps.InfoWindow;google.maps.event.addListener(gmapmarker[id][i],'click',function() {infoW.setContent('
'+document.getElementById(id+"_element"+form_id).getAttribute('info'+i)+"
");var infoWOpt={maxWidth:"300"};infoW.setOptions(infoWOpt);infoW.open(this.getMap(),this);});return false;} ;/*! jQuery UI - v1.13.1 - 2022-01-20 * http://jqueryui.com * Includes: data.js, disable-selection.js, escape-selector.js, focusable.js, form-reset-mixin.js, form.js, ie.js, jquery-1-7.js, keycode.js, labels.js, plugin.js, position.js, safe-active-element.js, safe-blur.js, scroll-parent.js, tabbable.js, unique-id.js, version.js, widget.js * Copyright jQuery Foundation and other contributors; Licensed */ !function(t){"use strict";"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)}(function(x){"use strict";var t,e,i,n,W,C,o,s,r,l,a,h,u;function E(t,e,i){return[parseFloat(t[0])*(a.test(t[0])?e/100:1),parseFloat(t[1])*(a.test(t[1])?i/100:1)]}function L(t,e){return parseInt(x.css(t,e),10)||0}function N(t){return null!=t&&t===t.window}x.ui=x.ui||{},x.ui.version="1.13.1", /*! * jQuery UI :data 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license */ x.extend(x.expr.pseudos,{data:x.expr.createPseudo?x.expr.createPseudo(function(e){return function(t){return!!x.data(t,e)}}):function(t,e,i){return!!x.data(t,i[3])}}), /*! * jQuery UI Disable Selection 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license */ x.fn.extend({disableSelection:(t="onselectstart"in document.createElement("div")?"selectstart":"mousedown",function(){return this.on(t+".ui-disableSelection",function(t){t.preventDefault()})}),enableSelection:function(){return this.off(".ui-disableSelection")}}), /*! * jQuery UI Focusable 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license */ x.ui.focusable=function(t,e){var i,n,o,s=t.nodeName.toLowerCase();return"area"===s?(o=(i=t.parentNode).name,!(!t.href||!o||"map"!==i.nodeName.toLowerCase())&&(0<(i=x("img[usemap='#"+o+"']")).length&&i.is(":visible"))):(/^(input|select|textarea|button|object)$/.test(s)?(n=!t.disabled)&&(o=x(t).closest("fieldset")[0])&&(n=!o.disabled):n="a"===s&&t.href||e,n&&x(t).is(":visible")&&function(t){var e=t.css("visibility");for(;"inherit"===e;)t=t.parent(),e=t.css("visibility");return"visible"===e}(x(t)))},x.extend(x.expr.pseudos,{focusable:function(t){return x.ui.focusable(t,null!=x.attr(t,"tabindex"))}}),x.fn._form=function(){return"string"==typeof this[0].form?this.closest("form"):x(this[0].form)}, /*! * jQuery UI Form Reset Mixin 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license */ x.ui.formResetMixin={_formResetHandler:function(){var e=x(this);setTimeout(function(){var t=e.data("ui-form-reset-instances");x.each(t,function(){this.refresh()})})},_bindFormResetHandler:function(){var t;this.form=this.element._form(),this.form.length&&((t=this.form.data("ui-form-reset-instances")||[]).length||this.form.on("reset.ui-form-reset",this._formResetHandler),t.push(this),this.form.data("ui-form-reset-instances",t))},_unbindFormResetHandler:function(){var t;this.form.length&&((t=this.form.data("ui-form-reset-instances")).splice(x.inArray(this,t),1),t.length?this.form.data("ui-form-reset-instances",t):this.form.removeData("ui-form-reset-instances").off("reset.ui-form-reset"))}},x.ui.ie=!!/msie [\w.]+/.exec(navigator.userAgent.toLowerCase()), /*! * jQuery UI Support for jQuery core 1.8.x and newer 1.13.0 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * */ x.expr.pseudos||(x.expr.pseudos=x.expr[":"]),x.uniqueSort||(x.uniqueSort=x.unique),x.escapeSelector||(e=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g,i=function(t,e){return e?"\0"===t?"�":t.slice(0,-1)+"\\"+t.charCodeAt(t.length-1).toString(16)+" ":"\\"+t},x.escapeSelector=function(t){return(t+"").replace(e,i)}),x.fn.even&&x.fn.odd||x.fn.extend({even:function(){return this.filter(function(t){return t%2==0})},odd:function(){return this.filter(function(t){return t%2==1})}}), /*! * jQuery UI Keycode 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license */ x.ui.keyCode={BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38}, /*! * jQuery UI Labels 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license */ x.fn.labels=function(){var t,e,i;return this.length?this[0].labels&&this[0].labels.length?this.pushStack(this[0].labels):(e=this.eq(0).parents("label"),(t=this.attr("id"))&&(i=(i=this.eq(0).parents().last()).add((i.length?i:this).siblings()),t="label[for='"+x.escapeSelector(t)+"']",e=e.add(i.find(t).addBack(t))),this.pushStack(e)):this.pushStack([])},x.ui.plugin={add:function(t,e,i){var n,o=x.ui[t].prototype;for(n in i)o.plugins[n]=o.plugins[n]||[],o.plugins[n].push([e,i[n]])},call:function(t,e,i,n){var o,s=t.plugins[e];if(s&&(n||t.element[0].parentNode&&11!==t.element[0].parentNode.nodeType))for(o=0;o
"),i=e.children()[0];return x("body").append(e),t=i.offsetWidth,e.css("overflow","scroll"),t===(i=i.offsetWidth)&&(i=e[0].clientWidth),e.remove(),n=t-i},getScrollInfo:function(t){var e=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),i=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),e="scroll"===e||"auto"===e&&t.widthW(C(n),C(o))?s.important="horizontal":s.important="vertical",f.using.call(this,t,s)}),r.offset(x.extend(h,{using:t}))})},x.ui.position={fit:{left:function(t,e){var i,n=e.within,o=n.isWindow?n.scrollLeft:n.offset.left,n=n.width,s=t.left-e.collisionPosition.marginLeft,r=o-s,l=s+e.collisionWidth-n-o;e.collisionWidth>n?0o?0",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,e){e=x(e||this.defaultElement||this)[0],this.element=x(e),this.uuid=c++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=x(),this.hoverable=x(),this.focusable=x(),this.classesElementLookup={},e!==this&&(x.data(e,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===e&&this.destroy()}}),this.document=x(e.style?e.ownerDocument:e.document||e),this.window=x(this.document[0].defaultView||this.document[0].parentWindow)),this.options=x.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:x.noop,_create:x.noop,_init:x.noop,destroy:function(){var i=this;this._destroy(),x.each(this.classesElementLookup,function(t,e){i._removeClass(e,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:x.noop,widget:function(){return this.element},option:function(t,e){var i,n,o,s=t;if(0===arguments.length)return x.widget.extend({},this.options);if("string"==typeof t)if(s={},t=(i=t.split(".")).shift(),i.length){for(n=s[t]=x.widget.extend({},this.options[t]),o=0;o")[0],h=a.each; /*! * jQuery Color Animations v2.2.0 * https://github.com/jquery/jquery-color * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * Date: Sun May 10 09:02:36 2020 +0200 */function g(t){return null==t?t+"":"object"==typeof t?n[e.call(t)]||"object":typeof t}function m(t,e,n){var r=p[e.type]||{};return null==t?n||!e.def?null:e.def:(t=r.floor?~~t:parseFloat(t),isNaN(t)?e.def:r.mod?(t+r.mod)%r.mod:Math.min(r.max,Math.max(0,t)))}function c(r){var o=l(),i=o._rgba=[];return r=r.toLowerCase(),h(t,function(t,e){var n=e.re.exec(r),n=n&&e.parse(n),e=e.space||"rgba";if(n)return n=o[e](n),o[d[e].cache]=n[d[e].cache],i=o._rgba=n._rgba,!1}),i.length?("0,0,0,0"===i.join()&&a.extend(i,M.transparent),o):M[r]}function o(t,e,n){return 6*(n=(n+1)%1)<1?t+(e-t)*n*6:2*n<1?e:3*n<2?t+(e-t)*(2/3-n)*6:t}r.style.cssText="background-color:rgba(1,1,1,.5)",s.rgba=-1i.mod/2?r+=i.mod:r-o>i.mod/2&&(r-=i.mod)),c[n]=m((o-r)*s+r,e)))}),this[t](c)},blend:function(t){if(1===this._rgba[3])return this;var e=this._rgba.slice(),n=e.pop(),r=l(t)._rgba;return l(a.map(e,function(t,e){return(1-n)*r[e]+n*t}))},toRgbaString:function(){var t="rgba(",e=a.map(this._rgba,function(t,e){return null!=t?t:2").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0}),e={width:n.width(),height:n.height()},o=document.activeElement;try{o.id}catch(t){o=document.body}return n.wrap(t),n[0]!==o&&!u.contains(n[0],o)||u(o).trigger("focus"),t=n.parent(),"static"===n.css("position")?(t.css({position:"relative"}),n.css({position:"relative"})):(u.extend(r,{position:n.css("position"),zIndex:n.css("z-index")}),u.each(["top","left","bottom","right"],function(t,e){r[e]=n.css(e),isNaN(parseInt(r[e],10))&&(r[e]="auto")}),n.css({position:"relative",top:0,left:0,right:"auto",bottom:"auto"})),n.css(e),t.css(r).show()},removeWrapper:function(t){var e=document.activeElement;return t.parent().is(".ui-effects-wrapper")&&(t.parent().replaceWith(t),t[0]!==e&&!u.contains(t[0],e)||u(e).trigger("focus")),t}}),u.extend(u.effects,{version:"1.13.1",define:function(t,e,n){return n||(n=e,e="effect"),u.effects.effect[t]=n,u.effects.effect[t].mode=e,n},scaledDimensions:function(t,e,n){if(0===e)return{height:0,width:0,outerHeight:0,outerWidth:0};var r="horizontal"!==n?(e||100)/100:1,n="vertical"!==n?(e||100)/100:1;return{height:t.height()*n,width:t.width()*r,outerHeight:t.outerHeight()*n,outerWidth:t.outerWidth()*r}},clipToBox:function(t){return{width:t.clip.right-t.clip.left,height:t.clip.bottom-t.clip.top,left:t.clip.left,top:t.clip.top}},unshift:function(t,e,n){var r=t.queue();1").insertAfter(t).css({display:/^(inline|ruby)/.test(t.css("display"))?"inline-block":"block",visibility:"hidden",marginTop:t.css("marginTop"),marginBottom:t.css("marginBottom"),marginLeft:t.css("marginLeft"),marginRight:t.css("marginRight"),float:t.css("float")}).outerWidth(t.outerWidth()).outerHeight(t.outerHeight()).addClass("ui-effects-placeholder"),t.data(j+"placeholder",e)),t.css({position:n,left:r.left,top:r.top}),e},removePlaceholder:function(t){var e=j+"placeholder",n=t.data(e);n&&(n.remove(),t.removeData(e))},cleanUp:function(t){u.effects.restoreStyle(t),u.effects.removePlaceholder(t)},setTransition:function(r,t,o,i){return i=i||{},u.each(t,function(t,e){var n=r.cssUnit(e);0");c.appendTo("body").addClass(t.className).css({top:r.top-s,left:r.left-i,height:n.innerHeight(),width:n.innerWidth(),position:o?"fixed":"absolute"}).animate(a,t.duration,t.easing,function(){c.remove(),"function"==typeof e&&e()})}}),u.fx.step.clip=function(t){t.clipInit||(t.start=u(t.elem).cssClip(),"string"==typeof t.end&&(t.end=R(t.end,t.elem)),t.clipInit=!0),u(t.elem).cssClip({top:t.pos*(t.end.top-t.start.top)+t.start.top,right:t.pos*(t.end.right-t.start.right)+t.start.right,bottom:t.pos*(t.end.bottom-t.start.bottom)+t.start.bottom,left:t.pos*(t.end.left-t.start.left)+t.start.left})},S={},u.each(["Quad","Cubic","Quart","Quint","Expo"],function(e,t){S[t]=function(t){return Math.pow(t,e+2)}}),u.extend(S,{Sine:function(t){return 1-Math.cos(t*Math.PI/2)},Circ:function(t){return 1-Math.sqrt(1-t*t)},Elastic:function(t){return 0===t||1===t?t:-Math.pow(2,8*(t-1))*Math.sin((80*(t-1)-7.5)*Math.PI/15)},Back:function(t){return t*t*(3*t-2)},Bounce:function(t){for(var e,n=4;t<((e=Math.pow(2,--n))-1)/11;);return 1/Math.pow(4,3-n)-7.5625*Math.pow((3*e-2)/22-t,2)}}),u.each(S,function(t,e){u.easing["easeIn"+t]=e,u.easing["easeOut"+t]=function(t){return 1-e(1-t)},u.easing["easeInOut"+t]=function(t){return t<.5?e(2*t)/2:1-e(-2*t+2)/2}}),u.effects}); ;/*! * jQuery UI Effects Shake 1.13.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license */ !function(e){"use strict";"function"==typeof define&&define.amd?define(["jquery","./effect"],e):e(jQuery)}(function(h){"use strict";return h.effects.define("shake",function(e,t){var n=1,i=h(this),a=e.direction||"left",f=e.distance||20,u=e.times||3,s=2*u+1,c=Math.round(e.duration/s),r="up"===a||"down"===a?"top":"left",a="up"===a||"left"===a,o={},d={},m={},g=i.queue().length;for(h.effects.createPlaceholder(i),o[r]=(a?"-=":"+=")+f,d[r]=(a?"+=":"-=")+2*f,m[r]=(a?"-=":"+=")+2*f,i.animate(o,c,e.easing);n31&&(chCode1<48||chCode1>57)){return false;}} return true;} function show_other_input(num,form_id){for(k=0;k<50;k++){if(document.getElementById(num+"_element"+form_id+k)){if(document.getElementById(num+"_element"+form_id+k).getAttribute('other')){if(document.getElementById(num+"_element"+form_id+k).getAttribute('other')==1){element_other=document.getElementById(num+"_element"+form_id+k);break;}}}} parent_=element_other.parentNode;var br=document.createElement('br');br.setAttribute("id",num+"_other_br"+form_id);var el_other=document.createElement('input');el_other.setAttribute("id",num+"_other_input"+form_id);el_other.setAttribute("name",num+"_other_input"+form_id);el_other.setAttribute("type","text");el_other.setAttribute("class","other_input");parent_.appendChild(br);parent_.appendChild(el_other);} function check_isnum(e){var chCode1=e.which||e.keyCode;if(jQuery.inArray(chCode1,[46,8,9,27,13,190])!=-1||e.ctrlKey===true||(chCode1>=35&&chCode1<39)){return true;} if(chCode1>31&&(chCode1<48||chCode1>57)){return false;} return true;} function captcha_refresh(id,genid){if(document.getElementById(id+genid)){srcArr=document.getElementById(id+genid).src.split("&r=");document.getElementById(id+genid).src=srcArr[0]+'&r='+Math.floor(Math.random()*100);document.getElementById(id+"_input"+genid).value='';document.getElementById(id+genid).style.display="inline-block";}} function set_checked(id,j,form_id){checking=document.getElementById(id+"_element"+form_id+j);if(checking.getAttribute('other')){if(checking.getAttribute('other')==1){if(!checking.checked){if(document.getElementById(id+"_other_input"+form_id)){document.getElementById(id+"_other_input"+form_id).parentNode.removeChild(document.getElementById(id+"_other_br"+form_id));document.getElementById(id+"_other_input"+form_id).parentNode.removeChild(document.getElementById(id+"_other_input"+form_id));} return false;}}} return true;} function set_default(id,j,form_id){if(document.getElementById(id+"_other_input"+form_id)){document.getElementById(id+"_other_input"+form_id).parentNode.removeChild(document.getElementById(id+"_other_br"+form_id));document.getElementById(id+"_other_input"+form_id).parentNode.removeChild(document.getElementById(id+"_other_input"+form_id));}} function check_isnum_interval(e,x,from,to){var chCode1=e.which||e.keyCode;if(jQuery.inArray(chCode1,[46,8,9,27,13,190])!=-1||e.ctrlKey===true||(chCode1>=35&&chCode1<39)){return true;} if(chCode1>31&&(chCode1<48||chCode1>57)){return false;} val1=""+jQuery(x).val()+String.fromCharCode(chCode1);if(val1.length>2) return false;if(val1=='00') return false;if((val1to)) return false;return true;} function delete_value(x){ofontStyle=jQuery(x).prop('class');if(ofontStyle.indexOf("input_deactive")!=-1){jQuery(x).val("").removeClass("input_deactive").addClass("input_active");}} function return_value(x){if(jQuery(x).val()==""){jQuery(x).val(jQuery(x).prop('title')).removeClass("input_active").addClass("input_deactive");}} function destroyChildren(node){while(node.firstChild){node.removeChild(node.firstChild);}} function remove_whitespace(node){var ttt;for(ttt=0;ttt