ja ber so funktioniert es nciht:
function showhide(x,a) {
if(currentSubnav) {
document.getElementById(currentSubnav).style.display = 'none';
a.className='';
}
document.getElementById('subnav' + x).style.display = 'block';
a.className='active';
currentSubnav = 'subnav' + x;
currentLink = 'link' + x;
}
sobald ich einen anderen anklicke ist doch this nicht mehr this sondern that ;-)