
function ausklappen(container_id) {
	if(document.getElementById('b'+container_id+'_470'))
	{
		document.getElementById('b'+container_id+'_470').style.width='470px';
		bild = document.getElementById('b'+container_id+'_470').src;
		grossbild = bild.replace(eval("/(_130.jpg)/gi"), "_470.jpg");
		document.getElementById('b'+container_id+'_470').src=grossbild;
	}
	document.getElementById('t'+container_id).className = 'band_lang';
}

function einklappen(container_id) {
	document.getElementById('t'+container_id).className='band_kurz';
}