var dayarray=new Array('So','Mo','Di','Mi','Do','Fr','Sa')var montharray=new Array('Jan','Feb','M&auml;rz','April','Mai','Juni','Juli','Aug','Sep','Okt','Nov','Dez')function getthedate(){var mydate=new Date()var year=mydate.getYear()if (year < 1000)year+=1900var day=mydate.getDay()var month=mydate.getMonth()var daym=mydate.getDate()if (daym<10)daym='0'+daymvar hours=mydate.getHours()var minutes=mydate.getMinutes()var seconds=mydate.getSeconds()var dn='AM'if (hours==0)hours=00if (hours<=9)hours='0'+hoursif (minutes<=9)minutes='0'+minutesif (seconds<=9)seconds='0'+seconds//change font size here
var cdate=''+dayarray[day]+', '+daym+'. '+montharray[month]+' '+year+' - '+hours+':'+minutes+':'+seconds+''
if (document.all)document.all.clock.innerHTML=cdateelse if (document.getElementById)document.getElementById('clock').innerHTML=cdateelsedocument.write(cdate)}if (!document.all&&!document.getElementById)getthedate()function goforit(){if (document.all||document.getElementById)setInterval('getthedate()',1000)}

	function MM_jumpMenu(targ,selObj,restore){ //v3.0 eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'"); if (restore) selObj.selectedIndex=0;}	function openWindow(url, name) {
    popupWin = window.open(url, name, 'scrollbars=yes,resizable=yes,status=no,toolbar=no,menubar=no,width=560,height=600,left=0,top=0')
    }

		function showcontent() {
    document.getElementById("content").style.display = 'block';
    document.getElementById("warten").style.display = 'none';
	}	function showandhide(id){var xid = "x"+id; if(document.getElementById(id).style.display == 'none') {    document.getElementById(id).style.display = 'block'; }else {    document.getElementById(id).style.display = 'none'; }	  if(document.getElementById(xid).innerHTML == 'weniger' ) {    document.getElementById(xid).innerHTML = 'mehr';  }else {    document.getElementById(xid).innerHTML = 'weniger';  } } 	 
