
// JavaScript Document
// The following portion is rewritten by finalize.cgi/updatewriter.lib each time an update is posted

var orig_content="<a href=\"javascript:expand();\"><img src=\"../images/trans.gif\" class=\"linked\" alt=\"Click here to read this week's update\" />Read this week's update</a>.";

function shrink(){
        document.getElementById("cornerexpand").style.width="78px";
        document.getElementById("expander").style.display="inline";
        document.getElementById("shrinker").style.display="none";
        document.getElementById('expandreplace').innerHTML = orig_content;

}

function expand(){
        document.getElementById("cornerexpand").style.width="600px";
        document.getElementById("expander").style.display="none";
        document.getElementById("shrinker").style.display="inline";
        document.getElementById('expandreplace').innerHTML = new_content;

}

var new_content="<h1 style=\"text-align:center; color:#933943; font-size:14pt;\">Music Update</h1><p style=\"text-align:center; color:#933943; font-size:12pt;\">Written by Allen on Wednesday, Sep  8, 2010.</p><a href=\"http://www.mountmoriahbaptist.net/updates/trans.gif\" target=\"_blank\" style=\"border:0px;\"><img src=\"http://www.mountmoriahbaptist.net/updates/trans.gif\" alt=\"Click image to view larger version.\" style=\"float:right; border:0px;\" /></a><p>	<span style=\"font-family: comic sans ms, cursive\"><span style=\"color: #00f\">Our new worship song, &quot;Our God is Love&quot; can be seen on youtube (look for Hillsong). It&#39;s the same arrangement we are learning. Thank you for your beautiful singing.</span></span></p><p>	<span style=\"font-family: comic sans ms, cursive\"><span style=\"color: #00f\">Sanctuary Choir and Orchestra&nbsp;have begun work&nbsp;on our new Christmas cantata,&nbsp;&quot;Images of Christmas.&quot; We welcome new members for this joyful time. Choir rehearsals are Wednesdays at 6:30.</span></span></p><p>	<span style=\"font-family: comic sans ms, cursive\"><span style=\"color: #00f\">Children&#39;s Choir and Youth Choir will begin on Sunday night, September 19, at 6:00 and 6:45 respectively.</span></span></p><p>	<span style=\"font-family: comic sans ms, cursive\"><span style=\"color: #00f\">&nbsp;</span></span></p><p>	<span style=\"font-family: comic sans ms, cursive\"><span style=\"color: #00f\">Allen</span></span></p><br /><a href=\"javascript:shrink();\" style=\"text-align:left\"><img src=\"../images/trans.gif\" class=\"linked\" alt=\"Click here to close this week's update\" />Close this week's update</a>.";
