// Lib for all found single-scripts from old page, also new short scripts

// Old scripts:
function funktion(o,a,x) { 
	o.onmouseover = ''; 
	addr = ''; 
	a = unescape(a); 
	for(c =0; 
	c < a.length; ++c) { 
		addr+=String.fromCharCode(a.charCodeAt(c) - x); 
	} 
	o.parentNode.setAttribute('href', 'mailto:' + addr); 
}

// New scripts:


// used by drag-and-drop-formular in admin
// DRINGEND!!!! ÄNDERN: Funktionsnamen zu allgemein!!!

