/**
  *Author: Bill Berry
**/
var ed='<font face="tahoma, verdana" color="#006666"><i>';
	ed+='<li id="li1">Bible and Mission Studies</li>';
    ed+='<li id="li1">Unit Programs-four times a year</li>';
    ed+='<li id="li1">District & Conference programs</li>';
    ed+='<li id="li1">School of Christian Mission, a four-day study, fellowship and worship experience</li>';
    ed+='<li id="li1">Reading program – books</li>';
    ed+='<li id="li1"><u>Response</u> magazine</li>';
    ed+='<li id="li1">Retreats</li></i></font>';
var st='<font face="tahoma, verdana" color="#006666"><i>';
    st+='The 2008 UMW budget includes a pledge of $4,500 to the Women’s Division to support regional and ';
    st+='global missions. The budget also supports gifts and donations to special and local missions, as ';
    st+='well as programming and study materials. Members support the budget through their annual pledge, ';
    st+='through specific offerings, and through special fund-raisers.  ';
    st+='Local programs receiving financial support from UMW in 2008 include:<br /><br />';
    st+='<li id="li1">Neighborhood House</li>';
    st+='<li id="li1">Camp Pecometh Scholarships</li>';
    st+='<li id="li1">Mom’s House</li>';
    st+='<li id="li1">Wesley PreSchool</li>';
    st+='<li id="li1">Church Women United</li>';
var se='<font face="tahoma, verdana" color="#006666"><i>';
    se+='The UMW members provide service to the church and to the community:<br /><br />';
    se+='<li id="li1">Health kits and school kits</li>';
    se+='<li id="li1">Visits to shut-ins</li>';
    se+='<li id="li1">Bereavement meals</li>';
    se+='<li id="li1">Clothing Closet</li>';
    se+='<li id="li1">ARC Dance</li>';
    se+='<li id="li1">Angel Tree</li></i></font>';
var fe='<font face="tahoma, verdana" color="#006666"><i>';
    fe+='Circles meet regularly at church or in members’ homes, allowing members the opportunity ';
	fe+='to establish meaningful relationships. The fellowship base is broadened through 4 Unit ';
	fe+='meetings held during the year with covered dish dinners and planned programs.';
var ci='<font face="tahoma, verdana" color="#006666"><i>';
    ci+='Circle 1 – (Retirement age)<br>';
    ci+='&nbsp;&nbsp;&nbsp;&nbsp;2nd Monday – 12:30 p.m.<br>';
    ci+='&nbsp;&nbsp;&nbsp;&nbsp;meet at Westminster Village<br>';
    ci+='&nbsp;&nbsp;&nbsp;&nbsp;Candy Detwiler   284-4224<br><br>';
    ci+='Circle 3 – (Inter-generational)<br>';
    ci+='&nbsp;&nbsp;&nbsp;&nbsp;2nd Thursday – 1:00 p.m.<br>';
    ci+='&nbsp;&nbsp;&nbsp;&nbsp;Nicky Satterfield  678-1413<br><br>';
    ci+='Circle 4 – (Inter-generational)<br>';
    ci+='&nbsp;&nbsp;&nbsp;&nbsp;2nd Wednesday – 1:30 p.m.<br>';
    ci+='&nbsp;&nbsp;&nbsp;&nbsp;meet at Luther Towers #1<br>';
    ci+='&nbsp;&nbsp;&nbsp;&nbsp;Helen Breeding  284-9533<br><br>';
    ci+='Circle 5 – (Inter-generational)<br>';
    ci+='&nbsp;&nbsp;&nbsp;&nbsp;2nd Wednesday – 7:30 p.m.<br>';
    ci+='&nbsp;&nbsp;&nbsp;&nbsp;Alma Yerger   736-6115<br><br>';
    ci+='Circle 6 – (Inter-generational)<br>';
    ci+='&nbsp;&nbsp;&nbsp;&nbsp;2nd Tuesday – 7:00 p.m.<br>';
    ci+='&nbsp;&nbsp;&nbsp;&nbsp;Shirley Mundorf 734-1533<br>';
    ci+='&nbsp;&nbsp;&nbsp;&nbsp;Fran Deats 734-7010<br><br>';
    ci+='Unit meetings held 3rd Wed. <br>';
    ci+='evening of March, May, September, November<br>';
    ci+='&nbsp;&nbsp;&nbsp;&nbsp;(see church bulletin for dates)';
var don='<table><tr><td><img src="images/Pastor_Don_2.jpg" width="220" height="180" border="1"></td>';
    don+='<td><font face="arial, verdana, helvetica" size="1"><i>';
	don+='Hi! I am so glad that you&rsquo;ve found our web-site and I want to welcome';
	don+=' you to Wesley United Methodist Church. My name is the Reverend Donald';
	don+=' L. Godwin, I am the senior pastor and just one of our three clergy';
	don+=' persons serving Wesley Church in beautiful, historic, downtown Dover,';
	don+= 'Delaware. I hope you will take some time and explore our site and';
	don+=' then I invite you to join us for worship on Sundays. <br><br>Blessings,';
	don+=' Pastor Don.</font></i></td></tr></table>';
var leroy='<table><tr><td><img src="images/Leroy_Jones_2.jpg" width="220" height="180" border="1">';
    leroy+='<td><font face="arial, verdana, helvetica" size="1"><i>';
	leroy+='Greetings!<br><br>Welcome to Wesley United Methodist Church. As Associate Pastor it is my duty to give';
	leroy+=' leadership and support as requested by the Senior Minister and be involved in the overall';
	leroy+=' activities of the church with special interest in Men&rsquo;s ministry.</i><br><br>';
	leroy+=' Pastor LeRoy.</font></i></td></tr></table>';
var harry='<table><tr><td><img src="images/H_Baxter_Robe_2.jpg" width="220" height="180" border="1">';
    harry+='<td><font face="arial, verdana, helvetica" size="1"><i>';
	harry+='Hello!<br><br>As the Minister of Pastoral Care, I, too, would like to welcome you to Wesley United Methodist Church.';
	harry+='I joined the staff at Wesley in April, 2005, after having retired from the Baltimore-Washington Conference in';
	harry+=' June of 2003.<br><br>';
	harry+=' Pastor Harry.</font></i></td></tr></table>';

      var popup;
      function initContent(txt,h,w,t,l) {
		 popup = window.createPopup();
         if (popup && !popup.isOpen) {
            var popBody = popup.document.body;
            popBody.style.border = "solid 1px red";
            popBody.style.padding = "10px";
            popBody.style.fontSize = "10pt";
            popBody.style.textAlign = "left";
            var bodyText = txt;
            popBody.innerHTML = bodyText;
			popup.show(h,w,t,l,document.body);
         }
      }
      function countDown() {
         if (popup && popup.isOpen) {
            var currCount = parseInt(popup.document.all.counter.innerText, 10);
            if (--currCount == 0) {
            } else {
               popup.document.all.counter.innerText = "0" + currCount;
               setTimeout("countDown()", 1000);
            }
         }
      }
      function selfTimer() {
         popup = window.createPopup();
         initContent();
         popup.show(200,200,400,100,document.body);
         setTimeout("countDown()", 1000);
      }
      function hidePopup() {
         if (popup && popup.isOpen) {
         	popup.hide();
         	popup = null;
		 }
      }
      function showPopup() {
         initContent();
         popup.show(200,200,400,100,document.body);
      }
	  function noError() { return true; }