﻿function popUpMsg(msg) {
	if (msg == null) {
		alert('The Portage County Bank is not responsible for and has no control over the subject matter, content, information or graphics of the web site that you are visiting.');
	} else {
		alert(msg);
	}
}