// Rollover script
function change(name,num) {
	if(is_nav4up || is_ie4up || is_opera5up){
		hl = name + '_hl';
		if (num == 1) {
			document[name].src = eval(name + '_on.src');
			if (document[hl]) {
				document[hl].src = bar.src;
			}
		}
		else {
			document[name].src = eval(name + '.src');
			if (document[hl]) {
				document[hl].src = p.src;
			}
		}
	}
}

// popup zoom
function zoom(seite, breite, hoehe) {
	popup = window.open(seite,'zoom','width='+breite+',height='+hoehe+',scrollbars=no,toolbar=no,resizable=0');
}
