﻿;(function(){var aa=window.osjs;if(typeof(aa)=='undefined'){var ba='/ECT_Provider/_osjs.js';var da=document.createElement('script');da.setAttribute('type','text/javascript');da.setAttribute('src',ba);document.getElementsByTagName("head")[0].appendChild(da);var ea=null;ea=window.setInterval(function(){try{if(typeof(osjs)=='undefined'&&typeof(window.osjs)=='undefined'){return;}
var aa=osjs||osjs||window.osjs;if(typeof(aa)=='undefined')return;window.clearInterval(ea);startECT(aa);}
catch(exc){window.clearInterval(ea);}},200);}
else{startECT(aa);}
function startECT($){if((typeof(ECT_JavaScript)!='undefined')||(typeof(window.ECT_JavaScript)!='undefined')){return;}
try{if(!can_has_iframe()){if($.browser.msie&&/MSIE 6/i.test(navigator.userAgent)){window.setTimeout(function(){$(function(){$(".ECT_FeedbackContainer").remove();});},13);}
else{$(function(){$(".ECT_FeedbackContainer").remove();});}
return;}}
catch(ex){}
function can_has_iframe(fa){if(fa==null){return can_has_iframe(window);}
else if(fa.parent&&fa.parent!=fa){fa=parent;if(typeof(fa.ECT_JavaScript)!='undefined'||typeof(fa.configureECT)=='function'){return false;}
return can_has_iframe(fa);}
return true;}
var ga=window.ECT_JavaScript=(function(){var ha="__feedback_element__";var ia="__feedback_element_old__";var ja=true;var ka=false;var la=0;var ma=false;var na=false;var oa=false;var pa=null;var qa=false;var ra=true;var sa=[],mouseups=[],mousedowns=[]
var ta=new Browser();var va={mousePosition:{x:0,y:0},geometry:{width:0,height:0},nodeType:0,nodeXpath:"",nodeId:"",selectedElement:null,nodeCoordinates:{top:0,right:0,bottom:0,left:0},browserType:"",browserVersion:""};var wa=null;function configureFeedback(xa,ya){if(!xa||!ya&&typeof ga.config!='undefined'&&ga.config&&typeof ga.config.all!='undefined'&&ga.config.all&&typeof ga.config.all.parentNode!='undefined'){return;}
else{wa=xa;}
var m=document.uniqueID&&document.compatMode&&!window.XMLHttpRequest&&document.execCommand;try{if(!!m)m("BackgroundImageCache",false,true);}catch(oh){};addNodeConstants();ga.config={all:document.getElementById(xa.allId),initial:document.getElementById(xa.initialId),initialHighlight:document.getElementById(xa.initialHighlightId),message:document.getElementById(xa.messageId),thanks:document.getElementById(xa.thanksId),highlight:document.getElementById(xa.highlightId),error:document.getElementById(xa.errorId),thanksMsg:document.getElementById(xa.thanksMsgId),highlightMsg:document.getElementById(xa.highlightMsgId),errorMsg:document.getElementById(xa.errorMsgId),send:document.getElementById(xa.sendId),sendMsg:document.getElementById(xa.sendMsgId),content:document.getElementById(xa.contentId),box:document.getElementById(xa.boxId),input:document.getElementById(xa.inputId),pointer:document.getElementById(xa.pointerId),arrowTop:document.getElementById(xa.arrowTopId),arrowMiddle:document.getElementById(xa.arrowMiddleId),arrowBottom:document.getElementById(xa.arrowBottomId),checkbox:document.getElementById(xa.checkboxId),OSPageInfo:xa.OSPageInfo};ga.config=ga.config;setSendContentCheckbox(true);ga.config.initialHighlight.style.display='none';}
function initECT(){ga.initECT=function(){;}
var m=document.uniqueID&&document.compatMode&&!window.XMLHttpRequest&&document.execCommand;try{if(!!m||(ta.isIE&&(""+ta.version)=="6")){m("BackgroundImageCache",false,true)}}catch(oh){};ga.clickedFeedback=false;qa=false;var za=findUserInCookie(ga.userId,'ECT_notClickedFeedback');var Aa=findUserInCookie(ga.userId,'ECT_ClickedFeedback');if(ga.userId=="0"){Aa=true;}
if(Aa&&(!ga.forceNotClick)){ga.clickedFeedback=true;}
else if(za||ga.forceNotClick){ga.clickedFeedback=false;highlight();}
else{getUserStatusFromServer();}
qa=findUserInCookie(ga.userId,'ECT_UpdateUserStatus');if(ga.userId=="0"){qa=false;}
if(qa==null){qa=false;}
else{if(qa)updateClickStatus();}}
function getUserStatusFromServer(){if(parseInt(ga.userId)){try{var Ba=getServerURL();var Ca=Ba+'/ECT_Provider/AJAXGetUserStatusClicked'+getFileExtension();var Da=ga.eSpaceName||geteSpaceURL();var Ea='userId='+escape(ga.userId)+'&eSpaceName='+escape(Da);$.post(Ca,{userId:ga.userId,eSpaceName:Da},ajaxGetUserStatusClickedFromServer);}
catch(e){alert('Error ocurred in getUserStatusFromServer: '+e.name+' - '+e.message);}}}
function ajaxGetUserStatusClickedFromServer(Fa){if(Fa=="true"){addUserToCookie(ga.userId,'ECT_ClickedFeedback');removeUserFromCookie(ga.userId,'ECT_notClickedFeedback');ga.clickedFeedback=true;}
else if(Fa=="false"){removeUserFromCookie(ga.userId,'ECT_ClickedFeedback');addUserToCookie(ga.userId,'ECT_notClickedFeedback');ga.clickedFeedback=false;highlight();}}
function highlight(){if(ga.clickedFeedback)return;if(ga.config.initialHighlight.className=="")return;var Ga=parseInt(ga.userId);if(Ga||ga.forceNotClick){if(Ga>0||ga.forceNotClick){blink(ga.config.initialHighlight,400,1000,1000);setTimeout(highlight,5000);}}}
function blink(Ha,Ia,Ja,Ka){$(Ha).fadeIn(Ja,function(){var me=$(this);window.setTimeout(function(){me.fadeOut(Ka);},Ia+Ja);});}
function preventDefAndPropagation(ev){if(ev){if(ev.preventDefault)ev.preventDefault();else ev.returnValue=false;if(ev.stopPropagation)ev.stopPropagation();ev.cancelBubble=true;}}
function hideFeedbackArrow(){ga.config.arrowTop.style.display='none';ga.config.arrowMiddle.style.display='none';ga.config.arrowBottom.style.display='none';ja=true;}
function setSendContentCheckbox(La){ga.config.checkbox.checked=La;}
function startFeedbackPointer(){if(ga.POINTER_ENABLED){ga.config.pointer.className='FeedbackPointerWithMessage';ga.config.pointer.style.display='block';document.body.style.cursor='crosshair';document.onmousemove=follow;}}
function stopFeedbackPointer(){if(ga.POINTER_ENABLED){ga.config.pointer.style.display='none';document.body.style.cursor='inherit';document.onmousemove=null;}}
function showFeedbackMessage(){purgeExtraECTs();ga.initialState=false;ga.config.initialHighlight.className="";$(ga.config.message).fadeIn(200);}
function OnMouseOut_FeedbackInitial(){ga.config.initial.className='FeedbackInitial';ga.config.initial.style.display='block';}
function showFeedbackBox(ev){preventDefAndPropagation(ev);getAllCoverableElements();resetFeedbackMessage();startPicker();ga.config.initialHighlight.className="";ga.config.content.style.display='block';ga.config.initial.style.display='none';ga.config.box.onmouseover=stopPicker;ga.config.box.onmouseout=startPicker;window.setTimeout(registerPickerHandlers,1);ga.config.box.style.filter="";ga.config.box.style.opacity="";ga.config.box.style.display='block';ga.config.message.style.display='none';ga.config.message.style.opacity='';ga.config.initial.style.display='none';ga.config.initial.style.opacity='';try{ga.config.input.focus();}
catch(focusexp){}
if(ga.config.arrowTop.style.display=='none'){ga.config.arrowTop.style.display='';ga.config.arrowTop.style.display='none';ga.config.arrowMiddle.style.display='';ga.config.arrowMiddle.style.display='none';ga.config.arrowBottom.style.display='';ga.config.arrowBottom.style.display='none';ja=true;}
if(!ga.clickedFeedback){ga.config.all.style.cursor='crosshair';updateClickCookie();ga.clickedFeedback=true;}
else{ga.config.all.style.cursor='';}}
function updateClickStatus(){if(qa&&parseInt(ga.userId)){try{var Ma=getServerURL();var Na=Ma+'/ECT_Provider/AJAXUpdateUser'+getFileExtension();var Oa=ga.eSpaceName||geteSpaceURL();var Pa='userId='+escape(ga.userId)+'&eSpaceName='+escape(Oa);$.post(Na,{userId:ga.userId,eSpaceName:Oa},ajaxUpdateUserResponse);}
catch(e){alert('Error ocurred in ajaxUpdateUserResponse: '+e.name+' - '+e.message);}}}
function ajaxUpdateUserResponse(Qa){if(Qa=="true"){removeUserFromCookie(ga.userId,'ECT_UpdateUserStatus');}}
function updateClickCookie(){addUserToCookie(ga.userId,'ECT_ClickedFeedback');removeUserFromCookie(ga.userId,'ECT_notClickedFeedback');addUserToCookie(ga.userId,'ECT_UpdateUserStatus');qa=true;updateClickStatus();}
function clearCookies(){removeCookie('ECT_ClickedFeedback');removeCookie('ECT_notClickedFeedback');removeCookie('ECT_UpdateUserStatus');}
function findUserInCookie(Ra,Sa){if(getCookie(Sa)==null)return null;return!(getCookie(Sa).indexOf(','+Ra+',')<0);}
function addUserToCookie(Ta,Ua){if(!findUserInCookie(Ta,Ua)){if(getCookie(Ua)==null){setCookie(Ua,","+parseInt(Ta)+',',30);}
else{setCookie(Ua,getCookie(Ua)+parseInt(Ta)+',',30);}}}
function removeUserFromCookie(Va,Wa){if(getCookie(Wa)!=null){setCookie(Wa,getCookie(Wa).replace(','+parseInt(Va)+',',','));}}
function setKeepMessage(Xa){oa=Xa;}
function showFeedbackInitial(ev){oa=false;window.setTimeout(showFeedbackInitialInternal,500);}
function showFeedbackInitialInternal(){if(oa)return;ga.initialState=true;if(ga.config.message.style.display!='none'){ga.config.initial.style.display='block';}$(ga.config.message).fadeOut(300);}
function closeFeedbackBox(){removeMarkerSpan();removeAllCoverableElements();stopPicker();unregisterPickerHandlers();ga.config.box.onmouseover=null;ga.config.box.onmouseout=null;ga.config.content.style.display='none';$(ga.config.box).fadeOut(200);if(ta.isIE&&ta.version=='7'){ga.config.initial.style.display='block';}
else{$(ga.config.initial).fadeIn(200);}
resetFeedbackMessage();}
function closeSendingBox(Ya,Za,$a){ka=false;stopPicker();ga.config.box.onmouseover=null;ga.config.box.onmouseout=null;ga.config.content.style.display='none';$(ga.config.send).fadeOut(900);var ab=Ya;var bb=false;if(Za!=null){bb=true;if(!Za||!$a){ab="Unable to contact server.";}
else{switch(""+$a.status){case "404":ab="Unable to contact server.";break;case "500":case "501":ab="There was a server error.";break;case "403":ab="Unable to contact server: Forbidden access.";break;case "401":ab="Unable to contact server: Unauthorized access.";break;default:ab="There was a server error.";break;}}}
ga.config.thanksMsg.innerHTML=ab;ga.config.highlightMsg.innerHTML=ab;ga.config.errorMsg.innerHTML=ab;if(bb){$(ga.config.error).fadeIn(900);}
else{$(ga.config.highlight).fadeIn(900);window.setTimeout(function(){$(ga.config.thanks).fadeIn(500);},1000);}
if(bb){window.setTimeout(function(){$(ga.config.error).fadeOut(500);},4000);}
else{window.setTimeout(function(){$(ga.config.highlight).fadeOut(500);},1000);}
window.setTimeout(function(){hideFeedbackMessageGeneric(1,false);},4000);;}
function restartInitial(){if(ta.isIE&&ta.version=='7'){ga.config.thanks.style.display='block';}
else{$(ga.config.thanks).fadeIn(200);}}
function hideFeedbackMessageGeneric(t,cb){t*=1000;na=cb;if(ga.config.thanks.className=='FeedbackContacting')return;if(ma)return;ma=true;stopPicker();ga.config.box.onmouseover=null;ga.config.box.onmouseout=null;$(ga.config.thanks).fadeOut(t);if(ta.isIE&&ta.version=='7'){setTimeout("ECT_JavaScript.config.initial.style.display='block'",t);}
else{$(ga.config.initial).fadeIn(t);}
if(!na){window.setTimeout(resetFeedbackMessage,t+2000);}
else{na=false;}}
function OnMouseOver_FeedbackMessageHeaderExpression(db){if(ja){db.style.cursor='move';}
else{db.style.cursor='';}}
function OnMouseOut_FeedbackMessageHeaderExpression(eb){if(ja){eb.style.cursor='move';}
else{eb.style.cursor='';}}
function clearFeedbackInput(){}
var fb=new Array();function getClickHandler(gb){cachedValue=getClickHandlerCache(gb);if(cachedValue==null){cachedValue=(gb!=null)?function(ev){return framePickerClick(ev,gb);}:pickerClick;fb[fb.length]=[gb,cachedValue];}
return cachedValue;}
function getClickHandlerCache(hb){for(var i=0;i<fb.length;i++){if(fb[i][0]===hb){return fb[i][1];}}
return null;}
function forgetClickHandler(ib){for(var i=0;i<fb.length;i++){if(fb[i][0]===ib){fb.splice(i,1);return;}}}
function registerPickerHandlers(){registerPickerHandlersInDoc(document,null);if(window.frames){for(var i=0;i<window.frames.length;i++){var jb=window.frames[i];registerPickerHandlersInDoc(jb.document,jb);}}}
function registerPickerHandlersInDoc(kb,lb){if(kb.body.addEventListener)return;function registerNodeHandlers(mb){if(mb.className=='ECT_FeedbackContainer')return;for(var n=mb.firstChild;n;n=n.nextSibling){if(n.onclick){sa[sa.length]=[n,n.onclick];n.onclick=null;}
if(n.onmouseup){mouseups[mouseups.length]=[n,n.onmouseup];n.onmouseup=null;}
if(n.onmousedown){mousedowns[mousedowns.length]=[n,n.onmousedown];n.onmousedown=null;}
registerNodeHandlers(n);}}
registerNodeHandlers(kb.body.parentNode);kb.onclick=getClickHandler(lb);}
function unregisterPickerHandlers(){if(document.body.addEventListener)return;document.onclick=null;if(window.frames){for(var i=0;i<window.frames.length;i++){var nb=window.frames[i];nb.document.onclick=null;}}
for(var i=0;i<sa.length;i++){try{sa[i][0].onclick=sa[i][1];}
catch(exc){}}
sa=[];for(var i=0;i<mouseups.length;i++){try{mouseups[i][0].mouseups=mouseups[i][1];}
catch(exc){}}
mouseups=[];for(var i=0;i<mousedowns.length;i++){try{mousedowns[i][0].mousedowns=mousedowns[i][1];}
catch(exc){}}
mousedowns=[];}
function startPicker(){try{addPickerEventListener(document,null);if(window.frames){for(var i=0;i<window.frames.length;i++){var ob=window.frames[i];addPickerEventListener(ob.document,ob);}}
startFeedbackPointer();}
catch(oh){}}
function stopPicker(){try{removePickerEventListener(document,null);if(window.frames){for(var i=0;i<window.frames.length;i++){var pb=window.frames[i];removePickerEventListener(pb.document,pb);}}
ga.config.box.style.cursor='';ga.config.all.style.cursor='';stopFeedbackPointer();}
catch(oh){}}
function addPickerEventListener(qb,rb){try{qb.body.parentElement.style.cursor='crosshair';}
catch(exc){qb.body.style.cursor='crosshair';}
if(qb.addEventListener){qb.addEventListener('click',getClickHandler(rb),true);}
else{qb.onclick=getClickHandler(rb);}}
function removePickerEventListener(sb,tb){if(sb.removeEventListener){sb.removeEventListener('click',getClickHandler(tb),true);forgetClickHandler(tb);}
else{sb.onclick=null;}
sb.body.style.cursor='';try{sb.body.parentElement.style.cursor='';}
catch(exc){}}
function getGeometry(){var ub;var vb;if(typeof window.innerWidth!='undefined'){ub=window.innerWidth;vb=window.innerHeight;}
else if(typeof document.documentElement!='undefined'&&typeof document.documentElement.clientWidth!='undefined'&&document.documentElement.clientWidth!=0){ub=document.documentElement.clientWidth;vb=document.documentElement.clientHeight;}
else{ub=document.getElementsByTagName('body')[0].clientWidth;vb=document.getElementsByTagName('body')[0].clientHeight;}
return{width:ub,height:vb};}
function isInput(wb){return wb.tagName=="INPUT"||wb.tagName=="TEXTAREA";}
function getSelectedNodeType(ev){if(ta.isIE){if(document.selection.type=="Text"&&!isInput(ev.srcElement)){return Node.TEXT_NODE;}
else{return ev.srcElement.nodeType;}}
else if(ta.isSafari){return ev.target.nodeType;}
else{return ev.explicitOriginalTarget.nodeType;}}
function getSelectionElement(ev){if(ta.isIE){return ev.srcElement;}
else{return ev.target;}}
function showMarkerSpan(){if(va.nodeType==Node.TEXT_NODE){var xb=$('#'+ha);xb.show();if(xb.length&&xb.get(0).tagName.toLowerCase()=='span'){xb.html(".");}}}
function hideMarkerSpan(){if(va.nodeType==Node.TEXT_NODE){var yb=$('#'+ha);yb.hide();if(yb.get(0).tagName.toLowerCase()=='span'){yb.html("");}}}
function removeMarkerSpan(){var zb=$('#'+ha);zb.remove();}
function addMarkerSpan(ev){var Ab=document.getElementById(ha);if(Ab!=null){if(getSelectionElement(ev).id==ha)return;Ab.id=ia;}
if(va.nodeType==Node.TEXT_NODE){var Bb;if(ta.isIE){Bb=document.selection.createRange();Bb.collapse();Bb.pasteHTML("<img id='"+ha+"' width='0'></img>");}
else{try{Bb=window.getSelection().getRangeAt(0);}
catch(exc){}
var Cb=document.createElement("span");Cb.id=ha;Bb.insertNode(Cb);}}
if(Ab!=null){$(Ab).before($('#'+ia+" > #"+ha).remove()).remove();}}
function getNodeCoordinates(ev){showMarkerSpan();var Db=getSelectionElement(ev);if(va.nodeType==Node.TEXT_NODE){Db=document.getElementById(ha);}
var Eb=getElementBox(Db);hideMarkerSpan();return Eb;}
function saveSubmitInfo(ev){va.mousePosition={x:mouseX(ev),y:mouseY(ev)};va.selectedElement=getSelectionElement(ev);va.nodeType=getSelectedNodeType(ev);va.nodeXPath=getElementXPath(getSelectionElement(ev));addMarkerSpan(ev);va.nodeCoordinates=getNodeCoordinates(ev);}
function printSubmitInfo(){var Fb="";Fb+="Mouse Position: ("+va.mousePosition.x+", "+va.mousePosition.y+")\n";Fb+="Browser Type: "+va.browserType+"\n";Fb+="Node Type: "+getNodeTypeName(va.nodeType)+"\n";Fb+="Node Coordinates: (t: "+va.nodeCoordinates.top+", r: "+va.nodeCoordinates.right+", b: "+va.nodeCoordinates.bottom+", l: "+va.nodeCoordinates.left+")\n";Fb+="Node Offset: ("+(va.mousePosition.x-va.nodeCoordinates.left)+", "+(va.mousePosition.y-va.nodeCoordinates.top)+")\n";alert(Fb);}
function serializeSubmitInfo(){var Gb=navigator.userAgent.toLowerCase();var Hb={version:(Gb.match(/.+(?:rv|it|ra|ie|chrome)[\/: ]([\d.]+)/)||[])[1],safari:/webkit/.test(Gb)&&!/chrome/.test(Gb),opera:/opera/.test(Gb),msie:/msie/.test(Gb)&&!/opera/.test(Gb),mozilla:/mozilla/.test(Gb)&&!/(compatible|webkit)/.test(Gb),chrome:/chrome/.test(Gb)};va.browserType=Hb.msie?"IE":Hb.mozilla?"Firefox":Hb.opera?"Opera":Hb.chrome?"Chrome":Hb.safari?"Safari":"Unknown ("+navigator.appName+")";va.browserVersion=Hb.version;va.geometry=getGeometry();if(ga.userId=="%USER_ID%")ga.userId="0";var Ib={};if(ga.config.arrowTop.style.display!='none'){Ib.mouseX=va.mousePosition.x;Ib.mouseY=va.mousePosition.y;}
else{Ib.mouseX=-1;Ib.mouseY=-1;}
Ib.geomW=va.geometry.width;Ib.geomH=va.geometry.height;Ib.nodeType=va.nodeType;Ib.nodeXpath=escape(va.nodeXpath);Ib.nodeId=escape(ha);Ib.nodePosTop=va.nodeCoordinates.top;Ib.nodePosRight=va.nodeCoordinates.right;Ib.nodePosBottom=va.nodeCoordinates.bottom;Ib.nodePosLeft=va.nodeCoordinates.left;Ib.nodeXPath=va.nodeXPath;Ib.browserType=escape(va.browserType);Ib.browserVersion=escape(va.browserVersion);Ib.compatMode=document.compatMode;Ib.userId=ga.userId;if(typeof(ga.config.OSPageInfo)!='undefined'&&ga.config.OSPageInfo!="%OSPAGEINFOFORJAVASCRIPT%"){var Jb=ga.config.OSPageInfo.split(",");Ib.EspaceUID=Jb[0];Ib.ScreenName=Jb[1];Ib.ScreenUID=Jb[2];}
else{Ib.PageLocation=document.getElementById('WebForm1').action;}
return Ib;}
function clone(Kb){var Lb=new Object();for(var Mb in Kb){Lb[Mb]=Kb[Mb];}
return Lb;}
function framePickerClick(ev,Nb){if(Nb!=null){if(ev==null&&Nb.window!=null)ev=Nb.window.event;if(ev!=null){var Ob=clone(ev);var Pb=$(getFrameElement(Nb));var Qb=$(Pb).offset();if(Ob.pageX){Ob.pageX+=Qb.left;Ob.pageY+=Qb.top;}
if(Ob.clientX){Ob.clientX+=Qb.left;Ob.clientY+=Qb.top;}
Ob.isClone=true;pickerClick(Ob);preventDefAndPropagation(ev);}}
return false;}
function pickerClick(ev){if(ev==null)ev=window.event;saveSubmitInfo(ev);ga.config.arrowTop.style.display='block';ga.config.arrowMiddle.style.display='block';ga.config.arrowBottom.style.display='block';ja=false;ga.config.box.style.top=mouseY(ev)+'px';ga.config.box.style.left=mouseX(ev)+'px';PositionFeedbackBox(ev);try{ga.config.input.focus();}
catch(focusexp){}
clearFeedbackInput();setSendContentCheckbox(true);updateResizeHandling();if(!ev.isClone){preventDefAndPropagation(ev);}
return false;}
function updateResizeHandling(){var Rb=window.onresize;function resizeHandler(ev){if(ga.config.box.style.display!='block'){window.onresize=Rb;if(Rb!=null){Rb=null;if(window.resize){return window.resize(ev);}}
else{return true;}}
if(va.selectedElement!=null){if(ga.config.arrowTop.style.display!='none'){var x=0;var y=0;var Sb=$('#'+ha);if(va.nodeType==Node.TEXT_NODE&&Sb.get(0)!=null){Sb.show();if(Sb.get(0).tagName.toLowerCase()=='span'){Sb.html(".");}
x=getElementLeft(Sb.get(0));y=getElementTop(Sb.get(0));Sb.hide();if(Sb.get(0).tagName.toLowerCase()=='span'){Sb.html("");}}
else{Sb=va.selectedElement;x=getElementLeft(Sb);y=getElementTop(Sb);}
var dx=va.mousePosition.x-va.nodeCoordinates.left;var dy=va.mousePosition.y-va.nodeCoordinates.top;x=x+dx;y=y+dy;var Tb=0;var Ub=0;var Vb=0;var Wb=0;if(ta.isIE){Vb=x;Wb=y;Tb=x+(document.documentElement.scrollLeft?document.documentElement.scrollLeft:document.body.scrollLeft);Ub=y+(document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop);}
else{Vb=x-(document.documentElement.scrollLeft?document.documentElement.scrollLeft:document.body.scrollLeft);Wb=y-(document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop);Tb=x;Ub=y;}
PositionFeedbackBox({pageX:Tb,pageY:Ub,clientX:Vb,clientY:Wb});return true;}}}
window.onresize=resizeHandler;}
function resetFeedbackText(){$(ga.config.input).val('');setSendContentCheckbox(true);}
function resetFeedbackPos(){ga.config.thanks.style.opacity='1';ga.config.box.style.top='';ga.config.box.style.left='';ga.config.box.style.position='';ga.config.thanks.style.top='';ga.config.thanks.style.left='';ga.config.thanks.style.position='';ga.config.highlight.style.top='';ga.config.highlight.style.left='';ga.config.highlight.style.position='';ga.config.error.style.top='';ga.config.error.style.left='';ga.config.error.style.position='';ga.config.send.style.top='';ga.config.send.style.left='';ga.config.send.style.position='';ga.config.arrowTop.style.display='none';ga.config.arrowMiddle.style.display='none';ga.config.arrowBottom.style.display='none';ja=true;}
function resetFeedbackMessageBoxSize(){if(ta.isNS){ga.config.input.setAttribute('cols',34);ga.config.input.setAttribute('rows',7);}}
function resetFeedbackMessage(){if(na){na=false;return;}
resetFeedbackPos();resetFeedbackText();resetFeedbackMessageBoxSize();}
function showSending(){unregisterPickerHandlers();$(ga.config.box).fadeOut(500);$(ga.config.send).fadeIn(500);ka=true;la=0;animateSending();ma=false;}
function animateSending(){if(!ka)return;var Xb="Sending Feedback";switch(la){case 1:Xb=Xb+" .";break;case 2:Xb=Xb+" ..";break;case 3:Xb=Xb+" ...";break;default:la=0;break;}
la++;ga.config.sendMsg.innerHTML=Xb;setTimeout('ECT_JavaScript.animateSending()',333);}
function cloneNice(n){if(n.tagName&&n.tagName.toLowerCase()=='script')return null;var Yb=n.cloneNode(false);var Zb=n.firstChild;var $b=null;for(Zb=n.firstChild;Zb;Zb=Zb.nextSibling){$b=cloneNice(Zb);if($b)Yb.appendChild($b);}
return Yb;}
function getServerType(){var ac=document.getElementById('OSServerType');if(ac){return ac.value;}
return '.Net';}
function getFileExtension(){var bc=getServerType();if(bc=='Java'){return '.jsf';}
else if(bc=='.Net'){return '.aspx';}
return '';}
function getHtml(cc){rootNode=cloneNice(cc.parentNode);var dc=rootNode.getElementsByTagName('*');var ec=ga.config.all.getAttribute('id');for(var i=0;i<dc.length;i++){if(dc.item(i).getAttribute('id')==ec){dc.item(i).parentNode.removeChild(dc.item(i));break;}}$('input#__OSVSTATE, input[name=com.sun.faces.VIEW], input[name=javax.faces.ViewState]',rootNode).remove();var fc=$(rootNode).html();start=fc.indexOf('<!--[if gte IE 5.5]>');if(start>-1){end=fc.indexOf('<![endif]-->')+12;strrpl=fc.substring(start,end);fc=fc.replace(strrpl,"");}
return fc;}
function getFrameElement(gc){var hc=null;var ic=gc.location.href;$("iframe").each(function(){if(this.src.indexOf(ic)!=-1||ic.indexOf(this.src)!=-1){hc=this;return false;}});return hc;}
function sendFeedback(ev){preventDefAndPropagation(ev);if(ga.config.box.style.display!='block')return;try{showSending();var jc=getServerURL();var kc=jc+'/ECT_Provider/AJAXSaveFeedback'+getFileExtension();var lc='';var mc=geteSpaceURL();var nc=ga.config.input.value;var oc={eSpaceName:mc,eSpaceRealName:ga.eSpaceName,message:nc};if(ga.config.checkbox.checked){var pc=false;if($('#'+ha).length==0){if(va.selectedElement!=null){if(va.selectedElement.getAttribute("id")){va.selectedElement.setAttribute("oldId",va.selectedElement.getAttribute("id"));}
va.selectedElement.setAttribute("id",ha);}
pc=true;}
lc=getHtml(document.body);lc=MegaEscapeHTML(lc);oc["HTML"]=lc;if(window.frames){for(var i=0;i<window.frames.length;i++){var qc=window.frames[i];try{var rc=qc.location.href;var sc=getHtml(qc.document.body);sc=MegaEscapeHTML(sc);oc["Frame."+rc]=sc;}
catch(exc){}}}
if(pc){if(va.selectedElement!=null){va.selectedElement.removeAttribute("id");if(va.selectedElement.getAttribute("oldId")){va.selectedElement.setAttribute("id",va.selectedElement.getAttribute("oldId"));va.selectedElement.removeAttribute("oldId");}}}}$.ajax({url:kc,cache:false,type:'post',data:$.extend(serializeSubmitInfo(),oc),success:ajaxSaveFeedbackResponse,error:ajaxSaveFeedbackResponseError});}
catch(e){alert('Error ocurred in ajaxSaveFeedback: '+e.name+' - '+e.message);}}
function MegaEscapeHTML(tc){for(var i=0;i<tc.length;i++){var uc=MegaEscapeHTMLChar(tc.charCodeAt(i));if(uc!=tc.charAt(i)){tc=tc.substring(0,i)+uc+tc.substring(i+1);}}
return tc;}
function MegaEscapeHTMLChar(c){var vc=String.fromCharCode(c);switch(c){case 160:vc="&nbsp;";break;case 161:vc="&iexcl;";break;case 162:vc="&cent;";break;case 163:vc="&pound;";break;case 164:vc="&curren;";break;case 165:vc="&yen;";break;case 166:vc="&brvbar;";break;case 167:vc="&sect;";break;case 168:vc="&uml;";break;case 169:vc="&copy;";break;case 170:vc="&ordf;";break;case 171:vc="&laquo;";break;case 172:vc="&not;";break;case 173:vc="&shy;";break;case 174:vc="&reg;";break;case 175:vc="&macr;";break;case 176:vc="&deg;";break;case 177:vc="&plusmn;";break;case 178:vc="&sup2;";break;case 179:vc="&sup3;";break;case 180:vc="&acute;";break;case 181:vc="&micro;";break;case 182:vc="&para;";break;case 183:vc="&middot;";break;case 184:vc="&cedil;";break;case 185:vc="&sup1;";break;case 186:vc="&ordm;";break;case 187:vc="&raquo;";break;case 188:vc="&frac14;";break;case 189:vc="&frac12;";break;case 190:vc="&frac34;";break;case 191:vc="&iquest;";break;case 192:vc="&Agrave;";break;case 193:vc="&Aacute;";break;case 194:vc="&Acirc;";break;case 195:vc="&Atilde;";break;case 196:vc="&Auml;";break;case 197:vc="&Aring;";break;case 198:vc="&AElig;";break;case 199:vc="&Ccedil;";break;case 200:vc="&Egrave;";break;case 201:vc="&Eacute;";break;case 202:vc="&Ecirc;";break;case 203:vc="&Euml;";break;case 204:vc="&Igrave;";break;case 205:vc="&Iacute;";break;case 206:vc="&Icirc;";break;case 207:vc="&Iuml;";break;case 208:vc="&ETH;";break;case 209:vc="&Ntilde;";break;case 210:vc="&Ograve;";break;case 211:vc="&Oacute;";break;case 212:vc="&Ocirc;";break;case 213:vc="&Otilde;";break;case 214:vc="&Ouml;";break;case 215:vc="&times;";break;case 216:vc="&Oslash;";break;case 217:vc="&Ugrave;";break;case 218:vc="&Uacute;";break;case 219:vc="&Ucirc;";break;case 220:vc="&Uuml;";break;case 221:vc="&Yacute;";break;case 222:vc="&THORN;";break;case 223:vc="&szlig;";break;case 224:vc="&agrave;";break;case 225:vc="&aacute;";break;case 226:vc="&acirc;";break;case 227:vc="&atilde;";break;case 228:vc="&auml;";break;case 229:vc="&aring;";break;case 230:vc="&aelig;";break;case 231:vc="&ccedil;";break;case 232:vc="&egrave;";break;case 233:vc="&eacute;";break;case 234:vc="&ecirc;";break;case 235:vc="&euml;";break;case 236:vc="&igrave;";break;case 237:vc="&iacute;";break;case 238:vc="&icirc;";break;case 239:vc="&iuml;";break;case 240:vc="&eth;";break;case 241:vc="&ntilde;";break;case 242:vc="&ograve;";break;case 243:vc="&oacute;";break;case 244:vc="&ocirc;";break;case 245:vc="&otilde;";break;case 246:vc="&ouml;";break;case 247:vc="&divide;";break;case 248:vc="&oslash;";break;case 249:vc="&ugrave;";break;case 250:vc="&uacute;";break;case 251:vc="&ucirc;";break;case 252:vc="&uuml;";break;case 253:vc="&yacute;";break;case 254:vc="&thorn;";break;case 255:vc="&yuml;";break;}
return vc;}
function ajaxSaveFeedbackResponseError(wc,xc,yc){closeSendingBox(null,xc,wc);}
function ajaxSaveFeedbackResponse(zc,Ac){closeSendingBox(zc,null);}
function createCookie(Bc,Cc,Dc){if(Dc){var Ec=new Date();Ec.setTime(Ec.getTime()+(Dc*24*60*60*1000));var Fc="; expires="+Ec.toGMTString();}
else var Fc="";document.cookie=Bc+"="+Cc+Fc+"; path=/";}
function readCookie(Gc){var Hc=Gc+"=";var ca=document.cookie.split(';');for(var i=0;i<ca.length;i++){var c=ca[i];while(c.charAt(0)==' ')c=c.substring(1,c.length);if(c.indexOf(Hc)==0)return c.substring(Hc.length,c.length);}
return null;}
function eraseCookie(Ic){createCookie(Ic,"",-1);}
function geteSpaceURL(){try{var Jc=document.URL;var Kc=Jc.substr(getServerURL().length+1);var Lc=Kc.indexOf('/');Kc=Kc.substr(0,Lc);var Mc=getServerURL()+"/"+Kc;return Mc;}
catch(e){alert('Error ocurred in geteSpaceURL()');}}
function getServerURL(){try{var Nc=document.URL;var Oc="";if(Nc.indexOf('//')>=0){var Pc=Nc.indexOf('//');Oc=Nc.substr(Pc+2);var Qc=Oc.indexOf('/');Oc=Nc.substr(0,Pc+2+Qc);}
else{var Rc=Nc.lastIndexOf('/');var Sc=Nc.substr(0,Rc);var Tc=Sc.lastIndexOf('/');Oc=Sc.substr(0,Tc);}
return Oc;}
catch(e){alert('Error ocurred in getServerURL()');}}
function getBaseURL(){var Uc=document.location.href;var Vc=Uc.lastIndexOf('/');var Wc=Uc.substr(0,Vc);return Wc;}
function getAbsoluteURL(Xc){if(Xc.indexOf("http://")>=0||Xc.indexOf("https://")>=0){return Xc;}
if(Xc.indexOf('/')==0){return getServerURL()+Xc;}
return getBaseURL()+"/"+Xc;}
function cleanScreen(){pageForm=document.getElementById('WebForm1');for(var i=0;i<pageForm.childNodes.length;i++){if(pageForm.childNodes[i].nodeType==1){if(pageForm.childNodes[i].innerHTML.search('Platform under a Development Partner Edition license.')>-1){pageForm.childNodes[i].style.display='none';}}}}
var Yc=15;var Zc=15;var $c=null;function mouseX(ad){if(!ad)ad=window.event;if(ad.pageX)return ad.pageX;else if(ad.clientX)return ad.clientX+(document.documentElement.scrollLeft?document.documentElement.scrollLeft:document.body.scrollLeft);else return 0;}
function mouseY(bd){if(!bd)bd=window.event;if(bd.pageY)return bd.pageY;else if(bd.clientY)return bd.clientY+(document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop);else return 0;}
function follow(cd){if(document.getElementById&&$c!=null){$('#'+$c).css({visibility:'visible',left:(parseInt(mouseX(cd))+Yc)+'px',top:(parseInt(mouseY(cd))+Zc)+'px'});}}
function PositionFeedbackBox(dd,ed,fd){var gd=getWindowHeight()/2;var hd=getWindowWidth()/2;var jd=0;var kd=0;if(dd.clientY<=gd&&dd.clientX<=hd){ga.config.arrowTop.className='FeedbackBoxArrowTopLeft_Top';ga.config.arrowMiddle.className='FeedbackBoxArrowTopLeft_Middle';ga.config.arrowBottom.className='FeedbackBoxArrowTopLeft_Bottom';kd=51;jd=-3;if(!ta.isIE){kd=52;jd=-1;}}
if(dd.clientY<=gd&&dd.clientX>hd){ga.config.arrowTop.className='FeedbackBoxArrowTopRight_Top';ga.config.arrowMiddle.className='FeedbackBoxArrowTopRight_Middle';ga.config.arrowBottom.className='FeedbackBoxArrowTopRight_Bottom';kd=51;jd=-239;if(!ta.isIE){kd=52;jd=-237;}}
if(dd.clientY>gd&&dd.clientX<=hd){ga.config.arrowTop.className='FeedbackBoxArrowBottomLeft_Top';ga.config.arrowMiddle.className='FeedbackBoxArrowBottomLeft_Middle';ga.config.arrowBottom.className='FeedbackBoxArrowBottomLeft_Bottom';kd=-302;jd=-3;if(!ta.isIE){kd=-301;jd=-1;}}
if(dd.clientY>gd&&dd.clientX>hd){ga.config.arrowTop.className='FeedbackBoxArrowBottomRight_Top';ga.config.arrowMiddle.className='FeedbackBoxArrowBottomRight_Middle';ga.config.arrowBottom.className='FeedbackBoxArrowBottomRight_Bottom';kd=-302;jd=-239;if(!ta.isIE){kd=-301;jd=-237;}}
ga.config.arrowTop.style.display='block';ga.config.arrowMiddle.style.display='block';ga.config.arrowBottom.style.display='block';ja=false;ga.config.box.style.position='absolute';ga.config.box.style.top=mouseY(dd)+kd+'px';ga.config.box.style.left=mouseX(dd)+jd+'px';ga.config.thanks.style.position='absolute';ga.config.thanks.style.top=mouseY(dd)+kd+207+'px';ga.config.thanks.style.left=mouseX(dd)+jd+'px';ga.config.send.style.position='absolute';ga.config.send.style.top=mouseY(dd)+kd+207+'px';ga.config.send.style.left=mouseX(dd)+jd+'px';ga.config.highlight.style.position='absolute';ga.config.highlight.style.top=mouseY(dd)+kd+207+'px';ga.config.highlight.style.left=mouseX(dd)+jd+'px';ga.config.error.style.position='absolute';ga.config.error.style.top=mouseY(dd)+kd+207+'px';ga.config.error.style.left=mouseX(dd)+jd+'px';}
function getWindowHeight(){var ld=0;if(typeof(window.innerHeight)=='number'){ld=window.innerHeight;}
else{if(document.documentElement&&document.documentElement.clientHeight){ld=document.documentElement.clientHeight;}
else{if(document.body&&document.body.clientHeight){ld=document.body.clientHeight;}}}
return ld;}
function getWindowWidth(){var md=0;if(typeof(window.innerWidth)=='number'){md=window.innerWidth;}
else{if(document.documentElement&&document.documentElement.clientWidth){md=document.documentElement.clientWidth;}
else{if(document.body&&document.body.clientWidth){md=document.body.clientWidth;}}}
return md;}
function Browser(){var ua,s,i;this.isIE=false;this.isNS=false;this.isSafari=false;this.version=null;ua=navigator.userAgent;s="webkit";if((i=ua.toLowerCase().indexOf(s))>=0){this.isSafari=true;this.version=parseFloat(ua.substr(i+s.length));return;}
s="MSIE";if((i=ua.indexOf(s))>=0){this.isIE=true;this.version=parseFloat(ua.substr(i+s.length));return;}
s="Netscape6/";if((i=ua.indexOf(s))>=0){this.isNS=true;this.version=parseFloat(ua.substr(i+s.length));return;}
s="Gecko";if((i=ua.indexOf(s))>=0){this.isNS=true;this.version=6.1;return;}}
var nd=new Object();nd.zIndex=0;function getCoords(od){var pd={x:0,y:0,width:od.offsetWidth,height:od.offsetHeight};while(od){pd.x+=od.offsetLeft;pd.y+=od.offsetTop;od=od.offsetParent;}
return pd;}
function getElementBox(qd){var rd={top:0,right:0,bottom:0,left:0};if(typeof(qd.getBoundingClientRect)=='function'){var sd=qd.getBoundingClientRect();rd.top=sd.top+document.documentElement.scrollTop;rd.bottom=sd.bottom+document.documentElement.scrollTop;rd.left=sd.left+document.documentElement.scrollLeft;rd.right=sd.right+document.documentElement.scrollLeft;}
else if(document.getBoxObjectFor=='function'){var sd=document.getBoxObjectFor(qd);rd.top=sd.y;rd.bottom=sd.y+sd.height;rd.left=sd.x;rd.right=sd.x+sd.width;}
else{var sd=getCoords(qd);rd.top=sd.y;rd.bottom=sd.y+sd.height;rd.left=sd.x;rd.right=sd.x+sd.width;}
return rd;}
function getElementLeft(td){return getElementBox(td).left;}
function getElementTop(ud){return getElementBox(ud).top;}
function dragStart(vd,id){var el;var x,y;if(id)nd.elNode=document.getElementById(id);else{if(ta.isIE)nd.elNode=window.event.srcElement;if(ta.isNS)nd.elNode=vd.target;if(nd.elNode.nodeType==3)nd.elNode=nd.elNode.parentNode;}
if(ta.isIE){x=window.event.clientX+document.documentElement.scrollLeft+document.body.scrollLeft;y=window.event.clientY+document.documentElement.scrollTop+document.body.scrollTop;}
if(ta.isNS){x=vd.clientX+window.scrollX;y=vd.clientY+window.scrollY;}
nd.cursorStartX=x;nd.cursorStartY=y;nd.elStartLeft=parseInt(nd.elNode.style.left,10);nd.elStartTop=parseInt(nd.elNode.style.top,10);if(isNaN(nd.elStartLeft)){nd.elStartLeft=getElementLeft(nd.elNode);}
if(isNaN(nd.elStartTop)){nd.elStartTop=getElementTop(nd.elNode);}
nd.elNode.style.zIndex=++nd.zIndex;if(ta.isIE){document.attachEvent("onmousemove",dragGo);document.attachEvent("onmouseup",dragStop);window.event.cancelBubble=true;window.event.returnValue=false;}
if(ta.isNS){document.addEventListener("mousemove",dragGo,true);document.addEventListener("mouseup",dragStop,true);vd.preventDefault();}}
function dragGo(wd){var x,y;if(ta.isIE){x=window.event.clientX+document.documentElement.scrollLeft+document.body.scrollLeft;y=window.event.clientY+document.documentElement.scrollTop+document.body.scrollTop;}
if(ta.isNS){x=wd.clientX+window.scrollX;y=wd.clientY+window.scrollY;}
nd.elNode.style.left=(nd.elStartLeft+x-nd.cursorStartX)+"px";nd.elNode.style.top=(nd.elStartTop+y-nd.cursorStartY)+"px";if(ta.isIE){window.event.cancelBubble=true;window.event.returnValue=false;}
if(ta.isNS)wd.preventDefault();}
function dragStop(xd){if(ta.isIE){document.detachEvent("onmousemove",dragGo);document.detachEvent("onmouseup",dragStop);for(var i=0;i<sa.length;i++){sa[i][0].onclick=sa[i][1];}
sa=[];for(var i=0;i<mouseups.length;i++){mouseups[i][0].mouseups=mouseups[i][1];}
mouseups=[];for(var i=0;i<mousedowns.length;i++){mousedowns[i][0].mousedowns=mousedowns[i][1];}
mousedowns=[];}
if(ta.isNS){document.removeEventListener("mousemove",dragGo,true);document.removeEventListener("mouseup",dragStop,true);}}
function addNodeConstants(){if(!window.Node){Node=new Object();Node.ELEMENT_NODE=1;Node.ATTRIBUTE_NODE=2;Node.TEXT_NODE=3;Node.CDATA_SECTION_NODE=4;Node.ENTITY_REFERENCE_NODE=5;Node.ENTITY_NODE=6;Node.PROCESSING_INSTRUCTION_NODE=7;Node.COMMENT_NODE=8;Node.DOCUMENT_NODE=9;Node.DOCUMENT_TYPE_NODE=10;Node.DOCUMENT_FRAGMENT_NODE=11;Node.NOTATION_NODE=12;}}
function getNodeTypeName(yd){switch(yd){case Node.ELEMENT_NODE:return "Element";case Node.TEXT_NODE:return "Text";default:return "Unknown ("+yd+")";}}
function getElementXPath(zd){var Ad="";for(;zd&&zd.nodeType==1;zd=zd.parentNode){idx=getElementIdx(zd);xname=zd.tagName;if(idx>1)xname+="["+idx+"]";Ad="/"+xname+Ad;}
return Ad;}
function getElementIdx(Bd){var Cd=1;for(var Dd=Bd.previousSibling;Dd;Dd=Dd.previousSibling){if(Dd.nodeType==1&&Dd.tagName==Bd.tagName)Cd++}
return Cd;}
function setCookie(Ed,Fd,Gd){if(Gd){var Hd=new Date();Hd.setTime(Hd.getTime()+(Gd*24*60*60*1000));var Id="; expires="+Hd.toGMTString();}
else var Id="";document.cookie=Ed+"="+Fd+Id+"; path=/";}
function getCookie(Jd){var Kd=Jd+"=";var ca=document.cookie.split(';');for(var i=0;i<ca.length;i++){var c=ca[i];while(c.charAt(0)==' ')c=c.substring(1,c.length);if(c.indexOf(Kd)==0)return c.substring(Kd.length,c.length);}
return null;}
function removeCookie(Ld){setCookie(Ld,"",-1);}
function coverElement(Md){var Nd=document.createElement('div');Nd.style.display='block';Nd.style.width=Md.offsetWidth+"px";Nd.style.height=Md.offsetHeight+"px";Nd.style.position="absolute";Nd.className="ECT_DisabledFix";var Od=getElementBox(Md);var Pd=getElementBox(document.body);Nd.style.top=Od.top-Pd.top+"px";Nd.style.left=Od.left-Pd.left+"px";Md.parentNode.appendChild(Nd);return Nd;}
var Qd;var Rd;var Sd;var Td;var Ud;var Vd;var Wd;var Xd;var Yd;function getAllCoverableInputElements(){if(!Ud)Ud=document.body.getElementsByTagName('input');for(var i=0;i<Ud.length;i++){if(Ud[i].style.display!='none'&&Ud[i].type!="hidden"&&Ud[i].disabled){var Zd=Ud[i].getAttribute('type');if(!Zd)Zd="";if(!ta.isIE||(Zd=="checkbox"||Zd=="radio")){Qd[Qd.length]=coverElement(Ud[i]);}}}}
function getAllCoverableEmbedElements(){function getAllCoverableEmbedHelper($d){for(var i=0;i<$d.length;i++){if($d[i].style&&$d[i].style.display!='none'&&$d[i].type!="hidden"){var ae=$d[i].getAttribute('wmode');if(!ae)ae="";if(ta.isIE||ae!="transparent"){Rd[Rd.length]=coverElement($d[i]);}}}}
if(!Vd)Vd=document.body.getElementsByTagName('embed');if(!Wd)Wd=document.body.getElementsByTagName('object');getAllCoverableEmbedHelper(Vd);getAllCoverableEmbedHelper(Wd);}
function getAllCoverableTextareaElements(){if(!ta.isIE){if(!Xd)Xd=document.body.getElementsByTagName('textarea');for(var i=0;i<Xd.length;i++){if(Xd[i].style.display!='none'&&Xd[i].type!="hidden"&&Xd[i].disabled){Sd[Sd.length]=coverElement(Xd[i]);}}}}
function getAllCoverableSelectElements(){if(!ta.isIE){if(!Yd)Yd=document.body.getElementsByTagName('select');for(var i=0;i<Yd.length;i++){if(Yd[i].style.display!='none'&&Yd[i].type!="hidden"&&Yd[i].disabled)Td[Td.length]=coverElement(Yd[i]);}}}
function getAllCoverableElements(){if(!Qd){Qd=new Array();Rd=new Array();Sd=new Array();Td=new Array();getAllCoverableInputElements();getAllCoverableEmbedElements();getAllCoverableTextareaElements();getAllCoverableSelectElements();}}
function removeAllCoverableElements(){for(var i=0;i<Qd.length;i++){Qd[i].parentNode.removeChild(Qd[i]);}
Qd=null;for(var i=0;i<Rd.length;i++){Rd[i].parentNode.removeChild(Rd[i]);}
Rd=null;for(var i=0;i<Sd.length;i++){Sd[i].parentNode.removeChild(Sd[i]);}
Sd=null;for(var i=0;i<Td.length;i++){Td[i].parentNode.removeChild(Td[i]);}
Td=null;}
function showAllCoverableElements(){for(var i=0;i<Qd.length;i++){Qd[i].style.display='block';}
for(var i=0;i<Rd.length;i++){Rd[i].style.display='block';}
for(var i=0;i<Sd.length;i++){Sd[i].style.display='block';}
for(var i=0;i<Td.length;i++){Td[i].style.display='block';}}
function hideAllCoverableElements(){for(var i=0;i<Qd.length;i++){Qd[i].style.display='none';}
for(var i=0;i<Rd.length;i++){Rd[i].style.display='none';}
for(var i=0;i<Sd.length;i++){Sd[i].style.display='none';}
for(var i=0;i<Td.length;i++){Td[i].style.display='none';}}
function purgeExtraECTs(){var be=false;var ce=$('div.ECT_FeedbackContainer').each(function(){if(this!=ga.config.all){$(this).remove();be=true;}
else{}});var de=$('div.ECT_FeedbackContainer');if(de.length<1){ce.eq(0).appendTo(document.body);be=true;}
else if(de.length>1){ce.slice(0).remove();be=true;}
if(be){configureFeedback(wa,true);}}
if(document.attachEvent)document.attachEvent('onload',purgeExtraECTs);else document.addEventListener('load',purgeExtraECTs,false);return{debug:function(ee){return eval(ee);},configureFeedback:function(fe,ge){configureFeedback(fe,ge);},resetFeedbackMessage:function(){resetFeedbackMessage();},showFeedbackMessage:function(){showFeedbackMessage();},OnMouseOut_FeedbackInitial:function(){OnMouseOut_FeedbackInitial();},hideFeedbackMessageGeneric:function(t,he){hideFeedbackMessageGeneric(t,he);},showFeedbackBox:function(ev){showFeedbackBox(ev);},showFeedbackInitial:function(ev){showFeedbackInitial(ev);},closeFeedbackBox:function(){closeFeedbackBox();},clearFeedbackInput:function(ie){clearFeedbackInput(ie);},hideFeedbackArrow:function(){hideFeedbackArrow();},sendFeedback:function(ev){sendFeedback(ev);},OnClick_FeedbackPointer:function(ev){OnClick_FeedbackPointer(ev);},animateSending:function(){animateSending();},closeSendingBox:function(je){closeSendingBox(je);},purgeExtraECTs:function(){purgeExtraECTs();},config:null,userId:"",clickedFeedback:false,POINTER_ENABLED:false,forceNotClick:false,setKeepMessage:setKeepMessage,$:$,blink:blink,initECT:initECT,clearCookies:clearCookies,highlight:highlight,initialState:ra,dragStart:dragStart,dragGo:dragGo,dragStop:dragStop,showFeedbackInitialInternal:showFeedbackInitialInternal};})();}})();
