/* MENU*/function preimg(){var loadcomp = false;	var preload = new Array();	for(i = 0 ; i < preloadlist.length ; i++) {		preload[i] = new Image();		preload[i].src = preloadlist[i];	}	loadcomp = true;}function chgimg(target,filename){	document.images[target].src = filename;}function chgimg_f(target,filename){	document.getElementById(target).src = filename;}function eraseText(obj){if (obj.value == obj.defaultValue) obj.value = "";}/* Pop Up */function Popup01(Link,WinTarget,breite,hoehe) { if (!!window && Link) { var iMyWidth = (window.screen.width/2) - (breite/2 + 10); var iMyHeight = (window.screen.height/2) - (hoehe/2 + 50); var winPopup = window.open(Link ,WinTarget,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,favorites=no,width=" + breite + ",height=" + hoehe + ",left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight); winPopup.focus(); 	}}function PopupFlyer(Link,WinTarget,breite,hoehe) { if (!!window && Link) { var iMyWidth = (window.screen.width/2) - (breite/2 + 10); var iMyHeight = (window.screen.height/2) - (hoehe/2 + 50); var winPopup = window.open(Link ,WinTarget,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,favorites=no,width=" + breite + ",height=" + hoehe + ",left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight); winPopup.focus(); 	}}