var marchYoungAtHeartPopup = new PopupWindow('popupDiv');
marchYoungAtHeartPopup.setSize(320,300);
marchYoungAtHeartPopup.offsetY = -100;
marchYoungAtHeartPopup.offsetX = -180;
marchYoungAtHeartPopup.autoHide();
marchYoungAtHeartPopup.populate(
"<h1 align=\"center\"><img border=\"0\" src=\"../images/Lasagne.jpg\" width=\"160\" height=\"120\" align=\"left\">Young At Hearts</h1>" +
"<p align=\"center\">Join us on <a title=\"calendar\" href=\"../Calendar/March.htm\">March 20</a> for a luncheon of <b>lasagna</b>.</p>" +
"<p align=\"center\"><br><br>Fellowship begins at 11:30 and we will eat at 12 Noon. Pastor Martin will " +
"lead us in a Bible study following our meal.</p>" +
"<p align=\"center\">Looking forward to seeing YOU there!" +
"<br><br><a class=\"actionbutton\" HREF=\"#\" onClick=\"marchYoungAtHeartPopup.hidePopup();return false;\">Close</a></p>"
);

