var mayYoungAtHeartPopup = new PopupWindow('popupDiv');
mayYoungAtHeartPopup.setSize(320,300);
mayYoungAtHeartPopup.offsetY = -100;
mayYoungAtHeartPopup.offsetX = -180;
mayYoungAtHeartPopup.autoHide();
mayYoungAtHeartPopup.populate(
"<h1 align=\"center\"><img border=\"0\" src=\"../images/roses.jpg\" width=\"160\" height=\"120\" align=\"left\">Young At Hearts</h1>" +
"<p align=\"center\">This meeting will be an outing to Rose's Restaurant on <a title=\"calendar\" href=\"../Calendar/May.htm\">May 15.</a> </p>" +
"<p align=\"center\">For $8.95 you can get a lunch of spaghetti, chicken, or fish. <br><br>EVERYONE IS WELCOME<br><br>" +
"We will meet in the church parking lot for carpooling and leave at 11:30 am.</p>" +
"<p align=\"center\"><a class=\"actionbutton\" HREF=\"#\" onClick=\"mayYoungAtHeartPopup.hidePopup();return false;\">Close</a></p>"
);

