<!--

function changeImage(image_id,image_filename) {
	document.getElementById(image_id).src = image_filename;
}

function popup(seite,w,h) {
	var windowstyle = 'scrollbars=yes,resizable=no,status=no,location=no,toolbar=no,directories=no,menubar=no,copyhistory=no,width=' + w + ',height=' + h;
	window.open(seite, '_blank', windowstyle);
	return false;
}

function extern(seite) {
	var status = "scrollbars=yes,resizable=yes,status=yes,location=yes,toolbar=yes,directories=yes,menubar=yes,copyhistory=yes";
	window.open(seite, '_blank', status);
	return false;
}

-->
