function learnmore() {
	popupWin = window.open("forum.html", "forum", "width=480,height=360,resizable=yes,scrollbars=yes,dependent=yes");
	popupWin.focus();
	return false;
}
