<!--
var n,reiter,quelle,nummer,status,anzahl;
var status=0;
var anzahl=0;
	
//zeigt on mouseover die reiter
function FLIP(n) { //v2.0
		quelle = "../images-special/past/"+n+".gif";
		MM_swapImage("TopPix",'',quelle,1);
  		}
//löscht alle nicht aktiven reiter				
function FLOP(bild,quelle) { //v2.0
		MM_swapImage(bild,'',quelle,1);
		}
			
function POP(t,m,x,y) { //v3.0
		theURL = "../"+t+"/"+m+".htm";
		theFEATURES = 'toolbar=no,location=no,status=no,menubar=no,scrollbars=auto,resizable=no,width='+x+',height='+y;
//		alert(theURL);
		MM_openBrWindow(theURL,'reader',theFEATURES);
		}
//-->
