﻿var C_m__1={a:80,b:81,c:82};var C_m__2={Button:0,Text:1,None:2,FloatButton:3};var C_m__3="";var C_m__4=false;if(window.C_m__6==null){var C_m__100=comm100_GetServerUriFromCodePage();window.C_m__6={visitorId:-1,siteId:0,planId:0,partnerId:-1,C_m__100:C_m__100,e:C_m__100+"/LiveChatVisitorHandler.ashx",f:C_m__100+"/ChatButton.aspx",g:C_m__100+"/ChatWindow.aspx",intervalForSite:55,h:60,i:1,j:0,k:false,ifIsBeingInvited:false,l:false,callId:0,n:[],o:0,p:false,q:false,r:false,s:"",t:0,u:0,v:0,w:"",xL:"",y:"comm100_invitationDiv",z:"LiveChatDiv",LiveChatDivId:"comm100_LiveChatDiv",b1:"comm100_invitationSound",c1:false,d1:null,e1:C_m__2.Button,f1:"comm100_",g1:"lcScript_",h1:"",i1:"",j1:"",k1:false,h1:"comm100_ChatButton",l1:"comm100_TextLink",m1:"comm100_ButtonImage",n1:"comm100_FloatImageButton",ifChatButtonLoaded:null,p1:null}};if(C_m__6.ifChatButtonLoaded==null){C_m__6.ifChatButtonLoaded=false;comm100_PageVisited()}function comm100_PageVisited(){try{comm100_InitGlobalVariables();comm100_LoadChatButton()}catch(e){comm100_HandleException(e,"PageVisited")}}function comm100_InitGlobalVariables(){var parameterMap=comm100_GetJavaScriptSrcParameterMap();C_m__6.siteId=comm100_RequestJSParameter(parameterMap,"siteId",C_m__6.siteId);C_m__6.planId=comm100_RequestJSParameter(parameterMap,"planId",C_m__6.planId);C_m__6.partnerId=comm100_RequestJSParameter(parameterMap,"partnerId",C_m__6.partnerId);var visitorIdFromCookieOld=comm100_FindCookie(C_m__6.siteId);var visitorIdFromCookie=comm100_FindCookie(C_m__6.f1+C_m__6.siteId);if(visitorIdFromCookie!=null&&visitorIdFromCookie!=""){var visitorId=parseInt(visitorIdFromCookie,10);if(isNaN(visitorId)==false){C_m__6.visitorId=visitorId}}else if(visitorIdFromCookieOld!=null&&visitorIdFromCookieOld!=""){var visitorId=parseInt(visitorIdFromCookieOld,10);if(isNaN(visitorId)==false){C_m__6.visitorId=visitorId}}}function comm100_LoadChatButton(){if(document.getElementsByTagName("head").length==0){var htmlNode=document.documentElement;var headNode=document.createElement("head");htmlNode.insertBefore(headNode,htmlNode.firstChild)}comm100_CreateDivForInviation();comm100_LoadChatButtonByScript()}function comm100_LoadChatButtonByScript(){var fullurl=C_m__6.f+"?siteId="+C_m__6.siteId+"&visitorId="+C_m__6.visitorId+"&planId="+C_m__6.planId;if(C_m__6.partnerId>=0){fullurl+="&partnerId="+C_m__6.partnerId}var visitorClientInfo=new comm100_VisitorClientInfo();fullurl+="&flash="+visitorClientInfo.flashVersion;fullurl+="&url="+visitorClientInfo.pageUrl;fullurl+="&referer="+visitorClientInfo.refererUrl;fullurl+="&res="+visitorClientInfo.screenResolution;fullurl+="&timezone="+visitorClientInfo.timeZone;comm100_SendWebRequestByScript(fullurl);C_m__6.callId++}function comm100_LoadChatButtonCallback(visitorId,onlineOperatorNumber,buttonType,c1){try{C_m__6.visitorId=visitorId;C_m__6.e1=buttonType;C_m__6.c1=c1?true:false;comm100_SetLiveChatCookieExpired(C_m__6.siteId,visitorId);comm100_SetLiveChatCookie(C_m__6.f1+C_m__6.siteId,visitorId);if(document.getElementById(C_m__6.z)!=null){C_m__6.k1=true;comm100_SetChatButton2_0()}else{if(C_m__6.e1==C_m__2.Text&&document.getElementById(C_m__6.l1)!=null){document.getElementById(C_m__6.l1).innerHTML=C_m__6.h1}}comm100_ShowOperatorOnlineOrOffline(onlineOperatorNumber>0);if(!C_m__6.p1){C_m__6.p1=setTimeout("comm100_a()",1000)}C_m__6.ifChatButtonLoaded=true}catch(e){comm100_HandleException(e,"LoadChatButtonCallback")}}function comm100_ShowOperatorOnlineOrOffline(d1){if(C_m__6.d1!=d1){C_m__6.d1=d1;if(C_m__6.e1==C_m__2.Button){var imgChatButton=document.getElementById(C_m__6.m1);if(imgChatButton==null)return;if(d1){comm100_ShowChatButton(C_m__6.h1);imgChatButton.src=C_m__6.j1}else{if(!C_m__6.c1){imgChatButton.src=C_m__6.i1}else{comm100_HideChatButton(C_m__6.h1)}}}else if(C_m__6.e1==C_m__2.FloatButton){var imgChatButton=document.getElementById(C_m__6.m1);if(d1){comm100_ShowChatButton(C_m__6.n1);imgChatButton.src=C_m__6.j1}else{if(!C_m__6.c1){imgChatButton.src=C_m__6.i1}else{comm100_HideChatButton(C_m__6.n1)}}}else if(C_m__6.e1==C_m__2.Text){if(d1){comm100_ShowChatButton(C_m__6.l1)}else{if(C_m__6.c1){comm100_HideChatButton(C_m__6.l1)}}}}}function comm100_HideChatButton(buttonId){var chatButton=window.document.getElementById(buttonId);if(chatButton!=null){chatButton.style.display="none";return}}function comm100_ShowChatButton(buttonId){var chatButton=window.document.getElementById(buttonId);if(chatButton!=null){chatButton.style.display="";return}}function comm100_FindCookie(key){var cookie=document.cookie;var allCookies=cookie.split("; ");for(i=0;i<allCookies.length;i++){var keyval=allCookies[i].split("=");if(keyval!=null&&keyval.length==2&&key==keyval[0])return keyval[1]}return""}function comm100_SetLiveChatCookie(name,value){var date=new Date();var dateAfterOneYear=new Date(date.getTime()+(1000*60*60*24*365*100));var expirydate=dateAfterOneYear.toGMTString();if(name!="-")comm100_SetCookie(name,value,expirydate)}function comm100_f(event,func){if(window.addEventListener){window.addEventListener(event,func,false)}else if(window.attachEvent){window.attachEvent('on'+event,func)}}function comm100_SetLiveChatCookieExpired(name,value){var date=new Date();var dateExpired=new Date(date.getTime()-1000);var expirydate=dateExpired.toGMTString();if(name!="-")comm100_SetCookie(name,value,expirydate)}function comm100_SetCookie(name,value,expiry){var mainDomain=null;var cookieSet=name+"="+value+";path=/"+(C_m__4?";secure":"")+(expiry==null?"":(";expires="+expiry))+(mainDomain==null?"":(";domain="+mainDomain));document.cookie=cookieSet}function comm100_RequestJSParameter(parasMap,param,defaultValue){if(!parasMap)return defaultValue;var paraValue=parasMap[param];var returnValue=parseInt(paraValue,10);if(!returnValue||isNaN(returnValue))return defaultValue;else return returnValue}function comm100_GetJavaScriptSrcParameterMap(){var map=new Array();var tgs=document.getElementsByTagName("script");if(tgs.length<=0){return null}var src=tgs.item(tgs.length-1).src;var pos=src.indexOf('?');if(-1==pos){return null}var paras=src.substring(pos+1);paras=paras.split('&');for(var n=0;n<paras.length;n++){comm100_ParseParameter(map,paras[n])}return map}function comm100_GetServerUriFromCodePage(){try{var JSProtocol="";var tgs=document.getElementsByTagName("script");if(tgs.length<=0){return null}var src=tgs.item(tgs.length-1).src;var pos=src.indexOf('//');if(-1==pos){return null}JSProtocol=src.substring(0,pos+2);var srcWithoutProtocol=src.substring(pos+2);pos=srcWithoutProtocol.indexOf('/');if(-1==pos)return JSProtocol+srcWithoutProtocol;return JSProtocol+srcWithoutProtocol.substring(0,pos)}catch(e){comm100_HandleException(e,"GetServerUriFromCodePage")}return""}function comm100_ParseParameter(map,para){var pos=para.indexOf('=');var key=para.substring(0,pos);var value=para.substring(pos+1);map[key]=value}function comm100_aCallback(ifOpratorOnline,ifInvited,errorMessage){comm100_ShowOperatorOnlineOrOffline(ifOpratorOnline);if(ifInvited==true){C_m__6.l=false;comm100_Invite()}else if(C_m__6.l==false){C_m__6.ifIsBeingInvited=false;C_m__6.k=false;comm100_RemoveInvitationDiv()}}function comm100_HR(responseData){try{var errorCode=responseData["c"];var errorMessage=responseData["e"];var status=responseData["s"];var action=responseData["a"];var callId=responseData["i"];C_m__6.n.push(callId);if(errorCode==0){if(action==C_m__1.a){var ifOperatorOnline=status["o"];var ifInvited=status["i"];comm100_aCallback(ifOperatorOnline,ifInvited,errorMessage)}}else{if(errorCode==1004){comm100_LoadChatButtonByScript();comm100_GarbageCollection();C_m__6.callId=0}}}catch(e){comm100_HandleException(e,"HandleResponse")}}function comm100_a(){comm100_SendActionCallByScript(C_m__1.a);var multiple=1;if(C_m__6.d1){if(C_m__6.callId>50){multiple=4}else if(C_m__6.callId>33){multiple=2}}else{if(C_m__6.callId>25){multiple=4}else if(C_m__6.callId>16){multiple=2}multiple=multiple*2}if(C_m__6.callId<300)C_m__6.p1=setTimeout("comm100_a()",C_m__6.intervalForSite*multiple*1000)}function comm100_b(){comm100_SendActionCallByScript(C_m__1.b)}function comm100_c(){comm100_SendActionCallByScript(C_m__1.c)}function comm100_SendActionCallByScript(action){var enumAction=action;var radomString=Math.round(10000*Math.random());var handleUrl=C_m__6.e+"?siteId="+C_m__6.siteId+"&action="+enumAction+"&visitorId="+C_m__6.visitorId+"&callId="+C_m__6.callId+"&r="+radomString;comm100_SendWebRequestByScript(handleUrl);C_m__6.callId++}function comm100_SendWebRequestByScript(url){comm100_LoadScript(url,"lcScript_"+C_m__6.callId)}function comm100_GetPlayerVersion(){var _25=new comm100_PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_25=new comm100_PlayerVersion(x.description.replace(/([a-z]|[A-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."))}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");for(var i=3;axo!=null;i++){axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+i);_25=new comm100_PlayerVersion([i,0,0])}}catch(e){}try{_25=new comm100_PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","))}catch(e){}}return _25};function comm100_PlayerVersion(_29){this.major=parseInt(_29[0])!=null?parseInt(_29[0]):0;this.minor=parseInt(_29[1])||0;this.rev=parseInt(_29[2])||0;this.version=_29.join(".")};function comm100_VisitorClientInfo(){this.screenResolution=encodeURIComponent(screen.width+"x"+screen.height);this.pageUrl=encodeURIComponent(document.location);this.refererUrl=encodeURIComponent(document.referrer);this.pageTitle=encodeURIComponent(document.title);this.flashVersion=comm100_GetPlayerVersion().version;var timeZoneOffset=new Date().getTimezoneOffset()/60*(-1);if(timeZoneOffset>0){this.timeZone=encodeURIComponent("GMT+"+timeZoneOffset)}else if(timeZoneOffset<0){this.timeZone=encodeURIComponent("GMT"+timeZoneOffset)}else{this.timeZone=encodeURIComponent("GMT")}}function comm100_MoveInvitationdiv(){if(C_m__6.ifIsBeingInvited==true&&C_m__6.k==false){var div=document.getElementById(C_m__6.y);if(!div)return;if(C_m__6.u==0){var xx=new Array();var speed=1;var speed2=20;xx.push(0);xx.push((window.innerWidth||document.body.clientWidth)-div.offsetWidth-30);var x=parseInt(div.style.left.replace(/^(\d+).*?$/,"$1"));div.style.left=x+speed*C_m__6.i+"px";if(x<=xx[0]){C_m__6.i=1}else if(x>=xx[1]){C_m__6.i=-1}}var currentTop=document.body.scrollTop||document.documentElement.scrollTop;var percent=0.2*(currentTop-C_m__6.j);if(percent>0)percent=Math.ceil(percent);else percent=Math.floor(percent);var y=parseInt(div.style.top.replace(/^(\d+).*?$/,"$1"));var newTop=y+percent;C_m__6.j=C_m__6.j+percent;div.style.top=newTop+"px";setTimeout("comm100_MoveInvitationdiv()",speed2)}}function comm100_StopMovingInvitationdiv(){C_m__6.k=true}function comm100_ContinueMovingInvitationdiv(){C_m__6.k=false;comm100_MoveInvitationdiv()}function comm100_Chat(){if(!C_m__6.ifChatButtonLoaded)return;C_m__6.l=false;var radomString=Math.round(10000*Math.random());var g=C_m__6.g+"?siteId="+C_m__6.siteId+"&visitorId="+C_m__6.visitorId+"&planId="+C_m__6.planId+"&r="+radomString;if(C_m__6.partnerId>=0)g+="&partnerId="+C_m__6.partnerId;window.open(g,'livechat'+C_m__6.siteId,'left = 150, top = 150, height = 570, width = 552, resizable=yes, toolbar = no, location = no, menubar = no, status = no');comm100_StopInvatition()}function comm100_StopInvatition(){C_m__6.ifIsBeingInvited=false;C_m__6.k=false;comm100_RemoveInvitationDiv()}function comm100_CancelInvatition(){comm100_c();comm100_StopInvatition()}function comm100_AcceptInvatition(){comm100_Chat()}function comm100_GetChatHTML2_0(){var html='<a href="#" onclick="comm100_Chat();return false;" target="_blank">';if(C_m__6.e1==C_m__2.Button){html+='<img id="'+C_m__6.m1+'" border="0px" alt="Live Chat by comm100" /></a>'}else if(C_m__6.e1==C_m__2.Text){html+=C_m__6.h1+'</a>'}return html}function comm100_CreateDivForInviation(){if(document.getElementById(C_m__6.LiveChatDivId)==null){document.write("<div id='"+C_m__6.LiveChatDivId+"'></div>")}}function comm100_SetChatButton2_0(){if(C_m__6.k1==true){var divLiveChat=document.getElementById(C_m__6.z);if(divLiveChat!=null)divLiveChat.innerHTML=comm100_GetChatHTML2_0()}}function comm100_GetLiveChatDiv(){return document.getElementById(C_m__6.LiveChatDivId)}function comm100_SetChatLinkText(linkText){C_m__6.h1=linkText}function comm100_SetChatButtonImage(j1,i1){C_m__6.j1=j1;C_m__6.i1=i1}function comm100_SetInvatition(autoPopupDelay,ifAutoPopup,ifSoundOn,positionEnum,positionTop,positionLeft,yesImageURL,noImageURL,soundURL){C_m__6.o=autoPopupDelay;C_m__6.p=ifAutoPopup;C_m__6.r=ifSoundOn;C_m__6.s=noImageURL;C_m__6.t=positionLeft;C_m__6.u=positionEnum;C_m__6.v=positionTop;C_m__6.w=soundURL;C_m__6.xL=yesImageURL}function comm100_Invite(){try{if(C_m__6.ifIsBeingInvited==false){C_m__6.ifIsBeingInvited=true;comm100_RemoveInvitationDiv();comm100_CreateInvitationDiv();comm100_MoveInvitationdiv();window.focus()}}catch(e){comm100_HandleException(e,"Invite")}}function comm100_AutoInvite(){comm100_f("load",function(){try{C_m__6.l=true;comm100_b();setTimeout("comm100_Invite()",C_m__6.o*1000)}catch(e){comm100_HandleException(e,"AutoInvite")}})}function comm100_CreateInvitationDiv(){var creatdiv=document.createElement('div');creatdiv.setAttribute('id',C_m__6.y);C_m__6.j=0;creatdiv.style.position="absolute";creatdiv.style.top=""+C_m__6.v+"px";creatdiv.style.left=""+C_m__6.t+"px";creatdiv.style.zIndex=65536000;creatdiv.onmouseover=function(){comm100_StopMovingInvitationdiv()};creatdiv.onmouseout=function(){comm100_ContinueMovingInvitationdiv()};var innerHTML="<iframe style='position:absolute; z-index:-1;width:100%;height:100%;filter:alpha(opacity=0,style=0);' frameborder='0' src='javascript:\"\"'></iframe><div><a href='#' onclick=\"comm100_AcceptInvatition();return false;\" target='_blank'>";innerHTML+="<img src='"+C_m__6.xL+"' style='border:none' /></a></div><div style='position:absolute; top:0px;right:0px;z-index:3;'>";innerHTML+="<a href='#' onclick=\"comm100_CancelInvatition();return false;\" target='_blank'><img src='"+C_m__6.s+"' style='border:none' /></a>";innerHTML+="</div>";creatdiv.innerHTML=innerHTML;document.body.appendChild(creatdiv);if(C_m__6.r==true){comm100_PlaySound()}}function comm100_RemoveInvitationDiv(){var invitationDiv=document.getElementById(C_m__6.y);if(invitationDiv!=null){invitationDiv.style.display="none";document.body.removeChild(invitationDiv);comm100_RemoveSoundObject()}}function comm100_PlaySound(src){try{var soundFileUrl=C_m__6.w;var element=document.createElement('embed');element.src=soundFileUrl;element.hidden=true;element.width=1;element.height=1;element.autostart=true;element.loop=0;var type=comm100_getMimeType();if(type)element.type=type;document.getElementsByTagName('body')[0].appendChild(element)}catch(e){}}function comm100_getMimeType(){var mimeType="application/x-mplayer2";var agt=navigator.userAgent.toLowerCase();if(navigator.mimeTypes){if(agt.indexOf("windows")==-1){var plugin=navigator.mimeTypes["audio/mpeg"].enabledPlugin;if(plugin)mimeType="audio/mpeg"}if(agt.indexOf("opera")>-1){mimeType=null}}return mimeType}function comm100_CheckIfQuickTimeInstalled(){if(navigator.plugins&&navigator.mimeTypes.length){return(navigator.plugins["Quicktime"]!=null)}return true}function comm100_RemoveSoundObject(){var sndObj=document.getElementById(C_m__6.b1);if(sndObj!=null){try{sndObj.parentNode.removeChild(sndObj)}catch(e){}}};function comm100_GetBrowserType(){var agt=navigator.userAgent.toLowerCase();if(agt.indexOf("safari")!=-1){return'SAFARI'}if(document.layers){return"NS"}if(agt.indexOf("opera")!=-1){return"OPR"}if(document.all){var is_konq=(agt.indexOf("konqueror")!=-1);if(is_konq){return"KONQ"}else{hcIE=true;return"IE"}}if($){var is_ff=(agt.indexOf("firefox")!=-1);if(is_ff){return"FF"}return"MOZ"}return"MOZ"}function comm100_GarbageCollection(){var headLoc=document.getElementsByTagName("head").item(0);for(var i=0,iMax=C_m__6.n.length;i<iMax;i++){if(C_m__6.n[i]!=null&&document.getElementById("lcScript_"+C_m__6.n[i])!=undefined)headLoc.removeChild(document.getElementById("lcScript_"+C_m__6.n[i]))}var removedItems=C_m__6.n.splice(0,C_m__6.n.length)}function comm100_HandleException(e,method){if(e&&e.message&&e.message!=C_m__3){alert(e.message+" ["+method+"]");C_m__3=e.message}}function comm100_LoadScript(url,id){var headLoc=document.getElementsByTagName("head").item(0);var scriptObj=document.createElement("script");scriptObj.setAttribute("type","text/javascript");scriptObj.setAttribute("src",url);scriptObj.setAttribute("id",id);headLoc.appendChild(scriptObj);return scriptObj}if(typeof comm100_g_garbageStarted=="undefined"){var garbageTimer=setInterval("comm100_GarbageCollection()",C_m__6.h*1000)}var comm100_g_garbageStarted=true;function comm100_SetFloatImageButton(leftOrRight,topIfPixels,disFromTop,leftOrRightIfPixels,disFromLeftOrRight){var options={};if(topIfPixels){options.top=disFromTop}else{options.ptop=disFromTop}if(leftOrRight){if(leftOrRightIfPixels)options.left=disFromLeftOrRight;else options.pleft=disFromLeftOrRight}else{if(leftOrRightIfPixels)options.right=disFromLeftOrRight;else options.pright=disFromLeftOrRight}function hasDocType(){var ret=false;try{if(document.compatMode=="BackCompat"){ret=false}else if(document.compatMode=="CSS1Compat"){ret=true}else{ret=true}}catch(e){ret=false}return ret}function detectBrowser(){var ret="IE6";var user_agent=navigator.userAgent;if(user_agent.indexOf("compatible")>-1){if(user_agent.indexOf("MSIE 6.0")>-1){ret="IE6"}else if(user_agent.indexOf("MSIE 7.0")>-1){ret="IE7"}else if(user_agent.indexOf("MSIE 8.0")>-1){ret="IE8"}if(user_agent.indexOf("360")>-1){ret="360"}}else if(user_agent.indexOf("Gecko")>-1){ret="Firefox"}return ret}function isSupportFixed(){var container=document.body;if(document.createElement&&container&&container.appendChild&&container.removeChild){try{if(browser=="IE6"){return false}else if(browser=="IE7"||browser=="IE8"){return hasdoctype}else{var el=document.createElement('div');if(!el.getBoundingClientRect)return false;el.innerHTML='x';el.style.cssText='position:fixed;top:100px;';container.appendChild(el);var originalHeight=container.style.height,originalScrollTop=container.scrollTop;container.style.height='3000px';container.scrollTop=500;var elementTop=el.getBoundingClientRect().top;container.style.height=originalHeight;var isSupported=(elementTop===100);container.removeChild(el);container.scrollTop=originalScrollTop;return isSupported}}catch(e){return false}}return false}var hasdoctype=hasDocType();var browser=detectBrowser();var issupportfixed=isSupportFixed();(function(a,options){var b=document.getElementById(a);if(!b){return}function c(){var w=0;var h=0;if(document.documentElement&&document.documentElement.scrollTop){w=document.documentElement.clientWidth;h=document.documentElement.clientHeight}else if(document.body){w=document.body.clientWidth;h=document.body.clientHeight}if(hasdoctype){w=document.documentElement.clientWidth;h=document.documentElement.clientHeight}return{width:w,height:h}}function d(){var img=document.getElementById('comm100_ButtonImage');return{width:img.width,height:img.height}}function getScrollPosition(){var l=document.body.scrollLeft;var t=document.body.scrollTop;if(l==0){l=document.documentElement.scrollLeft}if(t==0){t=document.documentElement.scrollTop}return{x:l,y:t}}comm100_f('load',function(){if(b.parentNode!=null&&b.parentNode!=document.body){b.parentNode.removeChild(b);document.body.appendChild(b)}});function refreshDivPosition(){var clientSize=c();var imageSize=d();var x=0,y=0;if(options.left!=undefined){x=options.left}else if(options.right!=undefined){x=clientSize.width-imageSize.width-options.right}else if(options.pleft!=undefined){x=(clientSize.width-imageSize.width)*options.pleft*0.01}else if(options.pright!=undefined){x=(clientSize.width-imageSize.width)-(clientSize.width-imageSize.width)*options.pright*0.01}if(options.top!=undefined){y=options.top}else if(options.bottom!=undefined){y=clientSize.height-imageSize.height-options.bottom}else if(options.ptop!=undefined){y=(clientSize.height-imageSize.height)*options.ptop*0.01}else if(options.pbottom!=undefined){y=(clientSize.height-imageSize.height)-(clientSize.height-imageSize.height)*options.pbottom*0.01}if(x>0){x=Math.ceil(x)}if(y>0){y=Math.ceil(y)}if(issupportfixed){b.style.position='fixed';b.style.left=x+'px';b.style.top=y+'px'}else{var scrollPosition=getScrollPosition();b.style.position='absolute';b.style.left=(scrollPosition.x+x)+'px';b.style.top=(scrollPosition.y+y)+'px'}b.style.zIndex=65535}var refreshTimerID=setInterval(refreshDivPosition,500)})("comm100_FloatImageButton",options)}
