
// 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 Thursday, Sep 22, 2011.</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>	&nbsp;</p><p>	<span style=\"font-size: 14px\"><span style=\"color: #00f\"><span style=\"font-size: 18px\">Orchestra</span> will play in church on October 2nd; two new pieces, &quot;Blessed be the Name&quot; and &quot;Christ Arose.&quot; Orchestra is pleased to welcome Lisa Hicks, clarinet. </span></span></p><p>	<span style=\"font-size: 14px\"><span style=\"color: #00f\">Also on October 2nd, we will enjoy an <span style=\"font-size: 18px\">All Men&#39;s Choir</span>. Men, meet in the Music Suite at 10:45.</span></span></p><p>	<span style=\"font-size: 14px\"><span style=\"color: #00f\">&quot;Sing Gloria&quot; is the title of our new <span style=\"font-size: 18px\">Christmas cantata, to&nbsp;be presented on Saturday, December 17 and Sunday, December 18 at 7:00 PM.</span>&nbsp; It promises to be a very exciting program. Our <span style=\"font-size: 18px\">Children&#39;s Choir&nbsp;</span>will help sing the final song.&nbsp;</span></span></p><p>	<span style=\"font-size: 14px\"><span style=\"color: #00f\"><span style=\"font-size: 18px\">Youth Choir </span>and <span style=\"font-size: 18px\">Joyful Ringers </span>are preparing several Christmas songs for &quot;The Hanging of the Greens,&quot; November 27 at 7:00 PM.&nbsp;&nbsp;&nbsp; </span></span></p><p>	<span style=\"font-size: 14px\"><span style=\"color: #00f\">Allen&nbsp;</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>.";

