<!--function openImage() {new_window = open("","","width=615,height=500,left=200,top=55");// open new document new_window.document.open();new_window.document.write("<html><title>Mount Olive Special Kids Group</title>");new_window.document.write("<body>");new_window.document.write("<img src=./images/pop_up_moskg.gif>");
new_window.document.write("<br>");
new_window.document.write("<br>");
new_window.document.write("<table>");
new_window.document.write("<tr>");
new_window.document.write("<td align='left' width='300'>");
new_window.document.write("<a href='MAILTO:mtospecialkids@optonline.net?subject=Request for Information' target='_blank'>");
new_window.document.write("<b>e-mail:mtospecialkids@optonline.net</b></a></td>");
new_window.document.write("<td align='right' width='300'>");
new_window.document.write("<a href='javascript:window.close()'<b>Close Window</b></a></td>");
new_window.document.write("</tr></table>");
new_window.document.write("</body></html>");// close the documentnew_window.document.close(); }// This is the function that will close the// new window when the mouse is moved off the linkfunction closeImage() {new_window.close();}// -->
