var actChoice="aktuelles";var destination="contentContainer";var warningColor="#ff0000";var regularColor="#000000";var parentAccordion;function labelText(labelName){document.getElementById("labelText").innerHTML=labelName;}function request(){xhr=http();var suffix;switch(actChoice){case "kontakt":case "aktuelles":case "downloads":suffix=".php";break;default:suffix=".html";break;}xhr.open("GET",actChoice+suffix,true);xhr.onreadystatechange=contentOutput;xhr.send(null);}function contentOutput(){if(xhr.readyState==4){var rueckgabe=xhr.responseText;document.getElementById(destination).innerHTML=rueckgabe;window.location.hash=actChoice;TB_init();parentAccordion=new TINY.accordion.slider("parentAccordion");parentAccordion.init("acc","h3",true);}}function checkMail(){var ok=true;if(document.getElementById('name').value==""){ok=false;$('nameStar').setStyle('color',warningColor);}else{$('nameStar').setStyle('color',regularColor);}if(document.getElementById('email').value==""||document.getElementById('email').value.indexOf("@")==-1||document.getElementById('email').value.indexOf(".")==-1){ok=false;$('mailStar').setStyle('color',warningColor);}else{$('mailStar').setStyle('color',regularColor);}if(document.getElementById('subject').value==""){ok=false;$('subjectStar').setStyle('color',warningColor);}else{$('subjectStar').setStyle('color',regularColor);}if(document.getElementById('message').value==""){ok=false;$('messageStar').setStyle('color',warningColor);}else{$('messageStar').setStyle('color',regularColor);}if(ok){mailRequest();}else{$('warning').set('text','Bitte rot markierte Felder ausfüllen.');}}function mailRequest(){xhr=http();xhr.open('POST','mailForm.php',true);xhr.setRequestHeader('Content-Type','application/x-www-form-urlencoded');xhr.onreadystatechange=mailOutput;var name=document.getElementById('name').value;var email=document.getElementById('email').value;var subject=document.getElementById('subject').value;var message=document.getElementById('message').value;var mailId=$('mailto').getSelected()[0].value;xhr.send('name='+name+'&email='+email+'&subject='+subject+'&message='+message+"&mailId="+mailId);}function mailOutput(){if(xhr.readyState==4){var rueckgabe=xhr.responseText;document.getElementById("warning").innerHTML=rueckgabe;resetFields();window.setTimeout("menClick('aktuelles')",3000);}}function resetFields(){$('name').set('value','');$('email').set('value','');$('subject').set('value','');$('message').set('value','');}function menClick(id){actChoice=id;request();}var clubId="01";function sendToContact(id){clubId=id;actChoice="kontakt";xhr=http();xhr.open('POST','kontakt.php',true);xhr.setRequestHeader('Content-Type','application/x-www-form-urlencoded');xhr.onreadystatechange=contentOutput;xhr.send('id='+id);}var recentHash="";function pollHash(){if(window.location.hash==recentHash){return;}recentHash=window.location.hash;if(recentHash.substr(1)!=""){if(actChoice=="kontakt"){sendToContact(clubId);clubId="01";}else{menClick(recentHash.substr(1));}}}var TINY={};function T$(i){return document.getElementById(i);}function T$$(e,p){return p.getElementsByTagName(e);}TINY.accordion=function(){function slider(n){this.n=n;this.h=[];this.c=[];}slider.prototype.init=function(t,e,m,o,k){if(T$(t)!=null){var a=T$(t),i=x=0;this.s=k||'',w=[],n=a.childNodes,l=n.length;this.m=m||false;for(i;i<l;i++){if(n[i].nodeType!=3){w[x]=n[i];x++;}}this.l=x;for(i=0;i<this.l;i++){var v=w[i];this.h[i]=h=T$$(e,v)[0];this.c[i]=c=T$$('div',v)[0];if(h!=null&&h!=undefined){h.onclick=new Function(this.n+'.pr(false,this)');}if(o==i){h.className=this.s;c.style.height='auto';c.d=1;}else{if(c!=null&&c!=undefined){c.style.height=0;c.d=-1;}}}}};slider.prototype.pr=function(f,d){for(var i=0;i<this.l;i++){var h=this.h[i],c=this.c[i],k=c.style.height;k=k=='auto'?1:parseInt(k);clearInterval(c.t);if((k!=1&&c.d==-1)&&(f==1||h==d)){c.style.height='';c.m=c.offsetHeight;c.style.height=k+'px';c.d=1;h.className=this.s;su(c,1);}else if(k>0&&(f==-1||this.m||h==d)){c.d=-1;h.className='';su(c,-1);}}};function su(c){c.t=setInterval(function(){sl(c);},10);}function sl(c){var h=c.offsetHeight,d=c.d==1?c.m-h:h;c.style.height=h+(Math.ceil(d/10)*c.d)+'px';c.style.opacity=h/c.m;c.style.filter='alpha(opacity='+h*100/c.m+')';if((c.d==1&&h>=c.m)||(c.d!=1&&h==1)){if(c.d==1){c.style.height='auto';}clearInterval(c.t);}}return{slider:slider};}();function playSound(url){document.getElementById("sound").innerHTML="<embed src='"+url+"' hidden=true autostart=true loop=false>";}
