function tsstatusconnect(e,b,f){b="ts3server://"+e+"/?port="+b;var c="",d="";if(document.getElementById("tsstatusNick")!=null)c=document.getElementById("tsstatusNick").value;if(c!=""){b+="&nickname="+c;var a=new Date;a.setMonth(a.getMonth()+1);document.cookie=escape("tsstatus_"+e)+"="+escape(c)+"; expires="+a.toGMTString()}if(document.getElementById("tsstatusPasswd")!=null)d=document.getElementById("tsstatusPasswd").value;if(d!=""){b+="&password="+d;a=new Date;a.setMonth(a.getMonth()+1);document.cookie=
escape("tsstatus_"+e+"_pwd")+"="+escape(d)+"; expires="+a.toGMTString()}if(f!=undefined)b+="&channel="+f;window.open(b).close()};
