<!--
	function prot(name,domain,subject,tag,body) {
		if(name.length<=0) klammeraffe="";
		else klammeraffe="&#64;";
		document.write("<a href=\"&#109;&#97;&#105;&#108;&#116;&#111;&#58;" + name + klammeraffe + domain +  "?subject=" + subject + "&body=" + body + "\">");
		if(tag.length<=0) {
			document.write(name + "&#64;" + domain +  "</a>");
		} else {
			document.write(tag + "</a>");
		}
	}
// -->

<!-- Beginning of WebForms/JavaScript Applet ------------

function open_window(target,name,width,height)
        { 
                        WindowSerie = window.open(target,name,'width=' + width + ',height=' + height + ',statusbar=yes,scrollbars=no,resizable=yes');
                        WindowSerie.moveTo(10,10);
                        WindowSerie.location.replace(target);
                        WindowSerie.focus();
                        return false;
        }
		
function MM_openBrWindow(theURL,winName,features) { //v1.0
  window.open(theURL,winName,features);
}

// -- End of JavaScript code -------------- -->