function NeuFens(theURL,winName,features) {	// Großfenster fuer Bilder aufrufen
  window.open(theURL,winName,features);
}

function NoFrm() {							// aus Frameset herausloesen
	if (top.location != self.location) { 
		top.location = self.location 
	}; 
}