<!--
			//////////////////////////////////////////////////////
			hovercolor   = "DEDEEF";	// color name/code
			bgcolor      = "DEDEEF";	// color name/code
			background   = "";			// picture url
			menu_border  = 2;			// IE only
			border_color = "#727272";	// IE only
			//////////////////////////////////////////////////////
			if(document.all || document.getElementById){
				if(!background)  background=bgcolor;
				else  background = "url("+background+")"; 
			}
			
			function LayerSpecs(Left,Top,Width) {
				if(No3){
					if(document.all){
						Left+=8;
						Top+=1;
						Width-=6;
					}
					this.left  = Left;
					this.top   = Top;
					this.info  = "";
					T=0;				
			    if (arguments.length > 4)
			    {	
					for(i=3; i<arguments.length; i++) {
        		if(document.all || document.getElementById)
							this.info += "<TR><TD WIDTH="+Width+" onMouseOver='this.bgColor=\""+hovercolor+"\"' onMouseOut='this.bgColor=\"\"'>"+arguments[i]+"</TD></TR>";
						else
							this.info += "<LAYER onMouseOver='this.bgColor=\""+hovercolor+"\"' onMouseOut='this.bgColor=\""+bgcolor+"\"' WIDTH="+Width+" POSITION=RELATIVE TOP="+T+">&nbsp;"+arguments[i]+"</LAYER>";
						T+=20;
					}
				}
                           }
			}
            
            			Layer = new Array();
                  

  Layer[0] = new LayerSpecs(320,275,320, '<center><font size="1" face="verdana">Be sure to visit our other Live Prayer sites!','<center><font size="1" face="verdana">Live Prayer, <A HREF="http://www.live-prayer-network.org" class="pctop428" onMouseOver="Show(0)" title="Visit our main site to see all that Live Prayer has to offer you! Powerful prayer awaits you" target="_blank"><font size="1" face="verdana">Home</A>,&nbsp;&nbsp;&nbsp;<font size="1" face="verdana"><a href="http://www.live-prayer-banners.org" class="pctop428" onMouseOver="Show(0)" title="The idea started here; to promote the power of prayer on every website on the net. That idea is working!" target="_blank">Banners</a>,</font>&nbsp;&nbsp;&nbsp;<A HREF="http://www.live-prayer-network.org/pastors.html" class="pctop428" onMouseOver="Show(0)" title="Have a specific need, ask a Pastor. Have an important question, ask a Pastor" target="_blank"><font size="1" face="verdana">Pastors</a>,</font>&nbsp;&nbsp;&nbsp;<A HREF="http://www.live-prayer-rooms.org" class="pctop428" onMouseOver="Show(0)" title="Add a prayer room page to your website, just one line of code will add a prayer room with more than 20 features" target="_blank"><font size="1" face="verdana">Rooms</A>,</font>','<center><a href="http://www.live-prayer-for-children.org" class="pctop428" onMouseOver="Show(0)" title="There is nothing more innocent than a childs prayer or a prayer posted for a child" target="_blank"><font size="1" face="verdana">For Children</a>,</font>&nbsp;&nbsp;&nbsp;<A HREF="http://www.live-prayer-wall.org" class="pctop428" onMouseOver="Show(0)" title="Prayer in many languages scroll here. Come help us make live prayer in your language!" target=_blank"><font size="1" face="verdana">Wall</a>,</font>&nbsp;&nbsp;&nbsp;<A HREF="http://www.live-prayer-network.org/websites.html" class="pctop428" onMouseOver="Show(0)" title="Get a website for your church with a custom Live Prayer system that only serves prayers from your members" target=_blank"><font size="1" face="verdana">Websites</A>,</font>&nbsp;&nbsp;&nbsp;<A HREF="http://www.live-prayer-network.org/toolbars.html" class="pctop428" onMouseOver="Show(0)" title="Take our live prayer with you as you surf the net, 4 toolbars to choose from" target=_blank"><font size="1" face="verdana">Toolbars</a>,</font>&nbsp;&nbsp;&nbsp;<a href="http://www.live-prayer-network.org/contributions.html" target="_blank" class="pctop428" title="This is our ministry with needs just like a church, please join our efforts by donating, even 1 dollar a month will help"><font size="1" face="verdana">Donate</a></font>');
  			j = (Layer[0]) ? 0:1;
			for(i=j; i<Layer.length; i++) {
				if((document.all || document.getElementById) && No3) 
					document.write("<DIV onMouseOver='clearTimeout(timer)' onMouseOut='Hide("+i+")' ID='L"+i+"' STYLE='position:absolute; visibility:hidden;top:"+Layer[i].top+"; left:"+Layer[i].left+";'><TABLE STYLE=' background:"+background+"; border:solid "+menu_border+" "+border_color+"' SUMMARY='This table is for formatting'>"+Layer[i].info+"</TABLE></DIV>");
				else if(document.layers && No3) 
					document.write("<LAYER onMouseOver='clearTimeout(timer)' onMouseOut='Hide("+i+")' ID='L"+i+"' POSITION=ABSOLUTE VISIBILITY=HIDDEN BGCOLOR='"+bgcolor+"' BACKGROUND='"+background+"' TOP="+Layer[i].top+" LEFT="+Layer[i].left+">"+Layer[i].info+"</LAYER>");	
			}
		// -->