var juneYoungAtHeartPopup = new PopupWindow('popupDiv');
juneYoungAtHeartPopup.setSize(320,300);
juneYoungAtHeartPopup.offsetY = -100;
juneYoungAtHeartPopup.offsetX = -180;
juneYoungAtHeartPopup.autoHide();
juneYoungAtHeartPopup.populate(
"<h1 align=\"center\">Young At Hearts</h1>" +
"<p align=\"center\">This meeting will be on <a title=\"calendar\" href=\"../Calendar/June.htm\">June 19.</a> </p>" +
"<p align=\"center\">As this is our last meeting of the season we will be holding our annual <b>BBQ Potluck<\b> in the " +
"Fellowship Hall at 11:30 am.<br><br>EVERYONE IS WELCOME<br><br></p>" +
"<p align=\"center\"><a class=\"actionbutton\" HREF=\"#\" onClick=\"juneYoungAtHeartPopup.hidePopup();return false;\">Close</a></p>"
);

