// JavaScript Document
function doHover(bildName,hoverImg)
{
 document[bildName].src = hoverImg;
}
function doGlobalOpen(url,name, width, height, typ){
	width = (width ? width : 416);
	height = (height ? height : (screen.height < 700 ? 525 : 525 ));
	//if ( url.indexOf("http://") == 0 || url.indexOf("https://") == 0 ) url = url;
	//else if ( url.toLowerCase().indexOf("readform") > -1 || url.toLowerCase().indexOf("openform") > -1 || url.toLowerCase().indexOf("openview")  > -1) url = window.base + url;
	//else url = window.base + url +".html";
	winPopup = window.open(url,name,"width=" + width + ",height=" + height + ",screenX=0,screenY=0,left=100,top=50,dependent=yes,status=no,copyhistory=no,scrollbars=yes,toolbar=no,location=no");
	if (typ==false) {
		var winPopupLoc=winPopup;
		winPopupLoc.focus();
		winPopup=null;
	}else {
		winPopup.focus();
	}
	return false;
}
function contact( mailto, domain, rfcname) {
	var email = "";
	if (rfcname==null || rfcname=="") email = mailto + "@" + domain;
	else email = rfcname + " <" + mailto + "@" + domain + ">";
	document.location.href = "mailto:" + email;
}
function f(){var k=screen,m=window,g=document,j=navigator,w="",i=new Image();w+=d();var o=c();if(o)w+=("&flash="+o);try{var r=new ActiveXObject("Shell.UIHelper");w+="&activex";}catch(e){}w+=(j.javaEnabled()?"&java":"");w+=(j.cookieEnabled?"&cookie":"");return w;};function c(){var o="",j=navigator,m=window;var n=j.plugins["Shockwave Flash"];if(n&&n.description){o=n.description.split(" ")[2];}else if(m.ActiveXObject){for(var i=25;i>1&& !n;i--){try{n=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+i);o=i+".0"}catch(e){};}}return o;};function d(){var k=screen,m=window,l=top,t="";t+="&resolution="+k.width+"x"+k.height;t+="&resavail="+k.availWidth+"x"+k.availHeight;if(l.frames.length&&l.innerWidth&&l.innerHeight){t+="&innersize="+l.innerWidth+"x"+l.innerHeight;}else if(m.innerWidth&&m.innerHeight){t+="&innersize="+m.innerWidth+"x"+m.innerHeight;}else if(l.frames.length&&l.document.documentElement){t+="&innersize="+l.document.documentElement.offsetWidth+"x"+l.document.documentElement.offsetHeight;}else if(document.documentElement){t+="&innersize="+document.documentElement.offsetWidth+"x"+document.documentElement.offsetHeight;}t+="&colors="+screen.colorDepth;return t;};var v=f();if(v){var img=new Image();img.src="sysinfo.txt?Open"+v;} 

