<!--
// Preload
if (document.images)
{
var a1 = new Image(); a1.src = "/de/img/gothere_hi.gif";
var a2 = new Image(); a2.src = "/de/img/marg/marg_button_hi.gif";
var a3 = new Image(); a3.src = "/de/img/avatar/av_tabl_avt2.gif";
}


function On(name,file){
		if (document.images){
			document[name].src	= file;
			self.status		= "";
		}
	}


function Off(name,file){
		if (document.images){
			document[name].src	= file;
			self.status		= "";
		}
	}
		function PublicCommunityPopUp(){
			var sizX	= 520;
			var sizY	= 360;
			var posX	= (screen.availwidth-sizX)/2;
			var posY	= (screen.availheight-sizY)/2;
			var PublicWin = window.open('http://194.245.32.237/public/redirect.asp','PublicWin','width=520,height=360,directories=no,resizable=no,resize=no,menubar=no,scrollbars=no,screenX=' + posX + ',screenY=' + posY +',left=' + posX + ',top=' + posY);
			PublicWin.focus();
			}
		
		function PrivatUpdatePopUp(file,directory,clientID,bolPaged,intPageNumber,intOrderID){
			var sizX	= 520;
			var sizY	= 360;
			var posX	= (screen.availwidth-sizX)/2;
			var posY	= (screen.availheight-sizY)/2;
			var PublicWin = window.open('http://194.245.32.237/update/'+file+'.asp?clientID='+clientID+'&paged='+bolPaged+'&pageNo='+intPageNumber+'&order='+intOrderID+'&directory='+directory,'PublicWin','width=520,height=360,directories=no,resizable=no,resize=no,menubar=no,scrollbars=no,screenX=' + posX + ',screenY=' + posY +',left=' + posX + ',top=' + posY);
			PublicWin.focus();
			}
		
		function PrivatForumPopUp(id,name,email,password){
			var sizX	= 640;
			var sizY	= 480;
			var posX	= (screen.availwidth-sizX)/2;
			var posY	= (screen.availheight-sizY)/2;
			var PrivatWin = window.open('http://194.245.32.237/forum/login.asp?id='+id+'&name='+name+'&email='+email+'&pw='+password,'CommunityWin','width=640,height=480,directories=no,resizable=no,resize=no,menubar=no,scrollbars=no,screenX=' + posX + ',screenY=' + posY +',left=' + posX + ',top=' + posY);
			PrivatWin.focus();
			}

		function PrivatCommunityPopUp(id,name,email,password){
			var sizX	= 640;
			var sizY	= 480;
			var posX	= (screen.availwidth-sizX)/2;
			var posY	= (screen.availheight-sizY)/2;
			var PrivatWin = window.open('http://194.245.32.237/privat/redirect.asp?id='+id+'&name='+name+'&email='+email+'&pw='+password,'CommunityWin','width=640,height=480,directories=no,resizable=no,resize=no,menubar=no,scrollbars=no,screenX=' + posX + ',screenY=' + posY +',left=' + posX + ',top=' + posY);
			PrivatWin.focus();
			}
			
		function PrivatGeneratorPopUp(url){
			var sizX	= 320;
			var sizY	= 210;
			var posX	= (screen.availwidth-sizX)/2;
			var posY	= (screen.availheight-sizY)/2;
			var PrivatWin = window.open(url,'PrivatWin','width=320,height=210,directories=no,resizable=no,resize=no,menubar=no,scrollbars=no,screenX=' + posX + ',screenY=' + posY +',left=' + posX + ',top=' + posY);
			PrivatWin.focus();
			}

		function PrivatPreviewPopUp(fileID){
			var sizX	= 640;
			var sizY	= 480;
			var posX	= (screen.availwidth-sizX)/2;
			var posY	= (screen.availheight-sizY)/2;
			var PreviewWin = window.open('http://activepdf.adandbreakfast.com/live.professional-care.de/preview.asp?fileID=' + fileID,'PreviewWin','width=640,height=480,directories=no,resizable=yes,resize=yes,menubar=no,scrollbars=yes,screenX=' + posX + ',screenY=' + posY +',left=' + posX + ',top=' + posY);
			PreviewWin.focus();
			}

		function enter(page) {
			var windowprops = "width=1000,height=686,location=no,menubar=no,toolbar=no,scrollbars=no,resizable=no,status=yes";
			newWindow = window.open(page,'tt',windowprops);
			newWindow.focus();
			newWindow.moveTo(20,20);
		}

// -->