function fenster(){
	
	if(arguments[1] == "html"){
		//html_index.php?file=  //&breit="+arguments[2]+"&hoch="+arguments[3]+"
		Fenster = window.open("../flashfiles/"+arguments[0]+"","Flash_Window","width="+arguments[2]+",height="+arguments[3]+",resizable=0,menubar=0,scrollbars=0,toolbar=0,statusbar=no,left=100,top=150");
		Fenster.focus();
	}else if(arguments[1] == "flash"){	
		Fenster = window.open("flash.php?file="+arguments[0]+"","Flash_Window","width=1000,height=575,resizable=0,menubar=0,scrollbars=0,toolbar=0,statusbar=no");
		Fenster.focus();
	}
}
