var e_m, t_o=t_r=false;
window.onload=function() { if (document.getElementById) {
	if (e_m) {
		e_m=e_m.replace(/[g-z]/g, "%");
		e_m=decodeURIComponent(e_m);
		var o=document.getElementById("e_o");
		var a=document.createElement("a");
		a.href="mailto:"+e_m;
		a.appendChild(document.createTextNode(e_m));
		o.appendChild(document.createTextNode("by e-mail at "));
		o.appendChild(a);
		o.appendChild(document.createTextNode(" or "));
	}
}}
function menu(ref) {
		if (t_r==ref) { 
			clearTimeout(t_o);
		}
		document.getElementById(ref).style.visibility="visible";
}
function unem(ref) {
		t_o=setTimeout("document.getElementById('"+ref+"').style.visibility='hidden'", 50);
		t_r=ref;
}