function showExample(url) {
	window.open(url, "emff_example", "dependent=yes, width=400, height=500, left=50, top=50, location=no, menubar=no, status=no, toolbar=no");
}

function showAddress() {
	var elem = document.getElementById('addressplacer');
	if (elem) {
		var code = "emff_01" + "\x40" + "marcreichelt" + "." + "de";
		elem.innerHTML = "<a href=\"" + "mai" + "lto:" + code + "\">" + code + "</a>";
	}
}
