
if(parseInt(navigator.appVersion)<4)
	location.href="nodhtml.html";

function Fenster(URL, x, y) {
         FENSTER = window.open(URL,"Info","resizable=1,width="+x+",height="+y)         }

