if(Anz[6]!=0){
//Monat
mot="";
mo=mon.length;gmc=0;r=mon[0][1];
for(i=0;i<mo;i++){mon[i][1]=0;for(it=1; it<33;it++){if(mon[i][it]>=97){mon[i][1]=mon[i][1]+0}else{mon[i][1]=mon[i][1]+mon[i][it]}}}
mot=mot+"<table class=bl width=99% align=center><tr><th class=rw1 colspan=33><u>Jahres&uuml;bersicht Matches & Challenges</u></th></tr>";
mot=mot+"<tr><th class=rw2 width=5%>Monat</th><th width=5% class=rw2>Ges.</th>";for(i=1;i<32;i++){mot=mot+"<th width="+(90/31)+"% class=rw2>";if(i<=9){mot=mot+"0"};mot=mot+i+"</th>"};mot=mot+"</tr>";
wt=new Array("rw2","rw2","rw2","rw2","rw2","rw3","rw4");
for(i=0;i<mo;i++){
if(i==12){mot=mot+"<tr><th class=rw2> </th><th class=rw2>"+gmc+"</th><th class=rw2 colspan=31>J a h r e s s u m m e</th></tr>";gmc=0}mot=mot+"<tr>";
gmc=gmc+mon[i][1];
for(it=0; it<33;it++){switch (mon[i][it]){case 0:mon[i][it]=' ';break;case 97:mon[i][it]='/';break; case 98:mon[i][it]='*';break;case 99:mon[i][it]='.';break;}
mot=mot+"<th class=";if(it==0||it==1||mon[i][it]=="/"){mot=mot+wt[0];}else{mot=mot+wt[r];r++;};mot=mot+">"+mon[i][it]+"</th>";if(r==7){r=0}};mot=mot+"</tr>"}
mot=mot+"<tr><th class=rw2> </th><th class=rw2>"+gmc+"</th><th class=rw2 colspan=31>J a h r e s s u m m e</th></tr>";
mot=mot+"</table>";
document.write(mot);
}