function send()
        {
		document.write('<input type="submit" name="gesendet" value="Absenden" /> &nbsp; <input type="reset" style="margin-right:20px;" />');
        }
function trans()
        {
        document.write('<style type="text/css">');
        document.write('.trans {filter:Alpha(opacity=90); -moz-opacity: .90;}');
        document.write('</style>');
        }
function springnicht()
        {
        document.write('<style type="text/css">');
        document.write('html {overflow-y: scroll;}');
        document.write('</style>');
        }
function UnCryptMailto(s, shift) 
		{
		var n=0;
		var r="";
		for(var i=0;i<s.length;i++) 
			{ 
			n=s.charCodeAt(i); 
			if (n>=8364) 
				{
				n = 128;
				}
			r += String.fromCharCode(n-(shift)); 
			}
		return r;
		}
function linkTo_UnCryptMailto(s, shift)	
		{
		location.href=UnCryptMailto(s, shift);
		}
function popup (seite,name,breite,hoehe,scroll)
        {
        links=(screen.width)?(screen.width-breite)/2:100;
        oben=(screen.height)?(screen.height-hoehe)/2:100;

        settings='width='+breite+',height='+hoehe+',top='+oben+',left='+links+',scrollbars='+scroll+',location=yes,directories=no,status=no,menubar=no,toolbar=yes,resizable=yes';
        window.open(seite,name,settings);
        }
function gbpop (seite,name,breite,hoehe,scroll)
        {
        links=(screen.width)?(screen.width-breite)/2:100;
        oben=(screen.height)?(screen.height-hoehe)/2:100;

        settings='width='+breite+',height='+hoehe+',top='+oben+',left='+links+',scrollbars='+scroll+',location=yes,directories=no,status=no,menubar=no,toolbar=yes,resizable=yes';
        window.open(seite,name,settings);
        }
