////////////////////////////////////////////////////////////////////
// JavaScript encryption module ver. 1.0
// Copyright (c) 2002 by Andre Mueller.
// This Object is open source. You can redistribute it and/or modify
// it under the terms of the Universal General Public License (UGPL). 
// http://home.t-online.de/home/aam_int/de/impressum/ugpl.html

var VersionOK = 
	(((navigator.appName == "Netscape") && 
	(parseInt(navigator.appVersion) >= 3 )) || 
	((navigator.appName == "Microsoft Internet Explorer") && 
	(parseInt(navigator.appVersion) >= 4 )) || 
	((navigator.appName == "Opera") && 
	(parseInt(navigator.appVersion) >= 5 ))); 

function PreloadImg(img) {
	var a=new Image(); a.src=img; return a; }

var CD_Bewerbung_OK = "false";
var CD_Privat_OK = "false";

////////////////////////////////////////////////////////////////////
// JavaScript encryption module ver. 1.0
// Copyright (c) 2002 by Andre Mueller.
// This Object is open source. You can redistribute it and/or modify
// it under the terms of the Universal General Public License (UGPL). 
// http://home.t-online.de/home/aam_int/de/impressum/ugpl.html
