function toggle(element) {
	/* TODO: not working yet */
	re = /.*-act/;
	if (element.className == re) {
		alert("foo!");
	}
}
