/*cornerstone.jsKeith Evan Schubert21-Mar-2003added menus July 2, 2006Standard JavaScript functions*/function cornerstone_header(){    document.write('<IMG SRC="images/Header.jpg" alt="Cornerstone Bible Baptist Church Header" WIDTH="1000" HEIGHT="144" ALIGN="BOTTOM" NATURALSIZEFLAG="3"><br>');    document.write('<TABLE WIDTH="1000" BORDER="0" CELLSPACING="0" CELLPADDING="0" bgcolor="#0099ff"><tr class="menu">');    // Main menu    document.write('<td class="menu"><a href="index.html" onClick="return clickreturnvalue()" ');    document.write('onMouseover="dropdownmenu(this, event, '+"'cbbchome'"+')" STYLE="text-decoration:none">');    document.write('<font color="#ffffff" font-size="18pt">MAIN</font></a></td>');    document.write('<div id="cbbchome" class="anylinkcss">');    document.write('<A HREF="/index.html">CBBC Home</A>');    document.write('<A HREF="/pictures.html">CBBC Pictures</A>');    document.write('<A HREF="/camping.html">CBBC Camping Pictures</A>');    document.write('<A HREF="/sphider/search.php">Search</A>');    document.write('</div>');    // worship menu    document.write('<td class="menu"><a href="index.html" onClick="return clickreturnvalue()" ');    document.write('onMouseover="dropdownmenu(this, event, '+"'cbbcabout'"+')" STYLE="text-decoration:none">');    document.write('<font color="#ffffff" font-size="18pt">WORSHIP</font></a></td>');    document.write('<div id="cbbcabout" class="anylinkcss">');    document.write('<A HREF="/songs.html">Original Songs</A>');    document.write('<A HREF="/times.html">Times</A>');    document.write('<A HREF="/events.html">Events</A>');    document.write('<A HREF="/camping.html">Camping</A>');    document.write('<A HREF="http://mappoint.msn.com/(rufrnuz2ilmh2255mdkghr3z)/map.aspx?L=USA&C=34.06327%2c-117.18467&A=7.16667&P=|34.06327%2c-117.18467|1|831+Clay+St%2c+Redlands%2c+CA+92374|L1|">Map</A>');    document.write('</div>');    // Teaching menu    document.write('<td class="menu"><a href="index.html" onClick="return clickreturnvalue()" ');    document.write('onMouseover="dropdownmenu(this, event, '+"'cbbcteaching'"+')" STYLE="text-decoration:none">');    document.write('<font color="#ffffff" font-size="18pt">BIBLE STUDIES AND BELIEFS</font></a></td>');    document.write('<div id="cbbcteaching" class="anylinkcss">');    document.write('<A HREF="/beliefs.html">Statement Of Faith</A>');    document.write('<A HREF="/teach_books.html">Bible Book Studies</A>');    document.write('<A HREF="/teach_topics.html">Bible Topical Studies</A>');    document.write('<A HREF="/sermon.html">Sermon Outlines</A>');    document.write('<A HREF="/sermonAudio.html">Sermon Audio</A>');    document.write('<A HREF="/book_club.html">Book Club</A>');    document.write('</div>');    // recommendations links menu    document.write('<td class="menu"><a href="index.html" onClick="return clickreturnvalue()" ');    document.write('onMouseover="dropdownmenu(this, event, '+"'cbbcrecs'"+')" STYLE="text-decoration:none">');    document.write('<font color="#ffffff" font-size="18pt">RECOMMENDATIONS</font></a></td>');    document.write('<div id="cbbcrecs" class="anylinkcss">');    document.write('<A HREF="http://www.r2labs.org/book/nct.html">NCT Books</A>');    document.write('<A HREF="/software.html">Christian Software</A>');    document.write('<A HREF="/music.html">Music</A>');    document.write('<A HREF="/funlinks.html">fun stuff</A>');    document.write('</div>');    // helpful links menu    document.write('<td class="menu"><a href="index.html" onClick="return clickreturnvalue()" ');    document.write('onMouseover="dropdownmenu(this, event, '+"'cbbclinks'"+')" STYLE="text-decoration:none">');    document.write('<font color="#ffffff" font-size="18pt">LINKS</font></a></td>');    document.write('<div id="cbbclinks" class="anylinkcss">');    document.write('<A HREF="/nctlinks.html">New Covenant Theology</A>');    document.write('<A HREF="/links.html">Other Ministries</A>');    document.write('<a href="http://www.dynamicdrive.com">Dynamic Drive (menu)</a>');    document.write('</div>');    document.write('</tr></table>');    document.write('<BR><BR>');    document.write('<TABLE WIDTH="1000" BORDER="0" CELLSPACING="0" CELLPADDING="0">');    document.write('<TR><TD WIDTH="10%">&nbsp;</TD>');    document.write('<TD WIDTH="83%">');    document.write('<H1>Cornerstone Bible Baptist Church</H1>');    document.write('<p class="subtitle">');    document.write('<a href="http://mappoint.msn.com/(rufrnuz2ilmh2255mdkghr3z)/map.aspx?L=USA&C=34.06327%2c-117.18467&A=7.16667&P=|34.06327%2c-117.18467|1|831+Clay+St%2c+Redlands%2c+CA+92374|L1|">');    document.write('831 Clay Street</a><BR>Redlands, CA 92374</p>');}function cornerstone_footer(pagenum){    document.write('<BR>[<A HREF=".">main</A>]<HR ALIGN=LEFT><BR>');    document.write('<a href="http://www4.clustrmaps.com/counter/maps.php?url=http://cbbc-redlands.org" id="clustrMapsLink">');    document.write('<img src="http://www4.clustrmaps.com/counter/index2.php?url=http://cbbc-redlands.org" style="border:0px;" ');    document.write('alt="Locations of visitors to this page" title="Locations of visitors to this page" id="clustrMapsImg" ');    document.write('onerror="this.onerror=null; ');    document.write("this.src='http://www2.clustrmaps.com/images/clustrmaps-back-soon.jpg'; ");    document.write("document.getElementById('clustrMapsLink').href='http://www2.clustrmaps.com';");    document.write('" /></a>');    document.write("<BR>Cornerstone Bible Baptist Church<BR>");    document.write("831 Clay Street<BR>");    document.write("Redlands, CA<BR>");    document.write('keith (at) cbbc-redlands (dot) org');    document.write('</TD><TD WIDTH="10%">&nbsp;</TD></TR></TABLE>');}function cornerstone_up(){    document.write('<BR>[<A HREF="..">up</A>]');}