var fenster; 

function Info(i) 
	{
	if (fenster && !fenster.closed)
		fenster.close();

	if (i == '                ') {breite = +60; hoehe = +50; fenster=window.open(i+".htm", "popup","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+breite+",height="+hoehe+","+zentrieren(breite, hoehe));}
// alte ausstellung
	if (i == 'leninsaal')        {breite = 360; hoehe = 248; fenster=window.open(i+".htm", "popup","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+breite+",height="+hoehe+","+zentrieren(breite, hoehe));}
	if (i == 'vitrine')          {breite = 360; hoehe = 248; fenster=window.open(i+".htm", "popup","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+breite+",height="+hoehe+","+zentrieren(breite, hoehe));}
	if (i == 'vormarsch')        {breite = 360; hoehe = 258; fenster=window.open(i+".htm", "popup","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+breite+",height="+hoehe+","+zentrieren(breite, hoehe));}	
	if (i == 'diorama')          {breite = 360; hoehe = 294; fenster=window.open(i+".htm", "popup","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+breite+",height="+hoehe+","+zentrieren(breite, hoehe));}	
	if (i == 'partner')          {breite = 360; hoehe = 248; fenster=window.open(i+".htm", "popup","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+breite+",height="+hoehe+","+zentrieren(breite, hoehe));}
	fenster.focus();
	}