﻿var emoticonsPanel;var emoticons;var emoticonUrls;EmoticonsPanel_targetInput=null;function EmoticonsPanel_show(aB,offsetY){if(offsetY==undefined)offsetY= -152;this.showPopup(aB,offsetY);};function EmoticonsPanel_pickEmoticon(aY,obj){obj.hidePopup();pickEmoticon(aY);};function pickEmoticon(aY){var bJ=document.getElementById('txtSendMessage');bJ.value+=aY;bJ.focus();};function EmoticonsPanel_select(inputobj,linkname){if(inputobj.type!="text"&&inputobj.type!="hidden"&&inputobj.type!="textarea"){alert("emoticonspanel.select: Input object passed is not a valid form input object");window.EmoticonsPanel_targetInput=null;return;}window.EmoticonsPanel_targetInput=inputobj;this.show(linkname);};function EmoticonsPanel_highlightColor(c){};function EmoticonsPanel(){var windowMode=false;if(arguments.length==0){var ap="emoticonsPanelDiv";}else if(arguments[0]=="window"){var ap='';windowMode=true;}else{var ap=arguments[0];}if(ap!=""){var ep=new PopupWindow(ap);}else{var ep=new PopupWindow();ep.setSize(225,250);}ep.aT=":)";ep.highlightColor=EmoticonsPanel_highlightColor;ep.show=EmoticonsPanel_show;ep.select=EmoticonsPanel_select;var total=emoticons.length;var width=8;var bd="";var windowRef=(windowMode)?"window.opener.":"";if(windowMode){bd+="<HTML><HEAD><TITLE>Select Emoticon</TITLE></HEAD>";bd+="<BODY MARGINWIDTH=0 MARGINHEIGHT=0 LEFTMARGIN=0 TOPMARGIN=0><CENTER>";}bd+="<TABLE style='border: 1px solid black; border-collapse: collapse;' CELLSPACING=0 CELLPADDING=0>";var use_highlight=(document.getElementById||document.all)?true:false;for(var i=0;i<total;i++){if((i%width)==0){bd+="<TR>";}if(use_highlight){var mo='onMouseOver="'+windowRef+'EmoticonsPanel_highlightColor(\''+emoticons[i]+'\',window.document)"';}else{mo="";}bd+='<TD BGCOLOR = "#ffffff" ALIGN="CENTER" style="padding: 3px; border: 0;"><A HREF="#" onClick="'+windowRef+'EmoticonsPanel_pickEmoticon(\''+emoticons[i]+'\','+windowRef+'window.popupWindowObjects['+ep.index+']);return false;" '+mo+' STYLE="text-decoration:none;"><img src="'+emoticonUrls[i]+'" border=0 /></A></TD>';if(((i+1)>=total)||(((i+1)%width)==0)){bd+="</TR>";}}if(document.getElementById){var width1=Math.floor(width/2);var width2=width=width1;}bd+="</TABLE>";if(windowMode){bd+="</CENTER></BODY></HTML>";}ep.populate(bd+"\n");ep.offsetY=25;ep.autoHide();return ep;};function InitEmoticons(){Estream.AjaxChat.ChatEngine.GetEmoticons(D);};function D(result){if(result==null||result.emoticons==null||result.emoticonUrls==null||result.emoticons.length!=result.emoticonUrls.length)return;emoticons=result.emoticons;emoticonUrls=result.emoticonUrls;emoticonsPanel=new EmoticonsPanel();} 