var pv = false, oh = 1;
var nn = navigator.appName, nv = navigator.appVersion.charAt(0);

/* pv = 14: Netscape 4; pv = 24 IE4*/

	if (nn.indexOf('Netscape') != -1 && nv == '4') pv ='14';
	if (nn.indexOf('Microsoft') != -1 && nv == '4') pv ='24';
	if (pv == '14') oh = outerHeight;
	
	if (top.kadraro_sxargita + "" != "jes" && oh != 0)
	{
		if (document.images)
			top.location.replace(Dateien);
		else
			top.location.href = Dateien;
	}

