// JavaScript Document

function diagramm(URL) {
	anzeige = open(URL,"Diagramm","width=800,height=600,location=no,scrollbars=no,resizable=no");
	anzeige.focus();	
}

function diagramm2(URL) {
	anzeige = open(URL,"Diagramm","width=955,height=600,location=no,scrollbars=no,resizable=no");
	anzeige.focus();	
}

function movie(URL) {
	anzeige = open(URL,"movie","width=480,height=360,location=no,scrollbars=no,resizable=no");
	anzeige.focus();	
}

