function popup2(url) {
window.open(url,'test','width=350,height=440');
}
 
	function popwin(url)
	{window.open(url,'popwin','height=370,width=490,resizable=yes');}
	
function popwin2(id)
{ thiswin="popwin2"+id;
window.open("/pm/?id="+id,thiswin,"height=370,width=490,resizable=yes,scrollbars=auto"); }
function popthanks(id)
{ window.open("/pm/?wish=thanks&id="+id,"popth","height=370,width=490,resizable=yes,scrollbars=auto"); }
function poptestimony(id)
{ window.open("/pm/?wish=testimonies&id="+id,"popth","height=370,width=490,resizable=yes,scrollbars=auto"); }
function popsuccess(id)
{ window.open("/pm/?wish=success&id="+id,"popsuc","height=370,width=490,resizable=yes,scrollbars=auto"); }
function adop(id) {
window.open("/cgi/adoptaprayer.cgi?id="+id,"adop","height=370,width=490,resizable=yes,scrollbars=auto"); }
 function send(id) {
window.open("/cgi/sendprayer.cgi?pid="+id,"sendit","height=480,width=490,resizable=yes,scrollbars=auto"); }
		function popwin3(id)
{window.open("/cgi/adoptaprayer.cgi?"+id,"popwin2","height=450,width=490,resizable=yes,scrollbars=auto");}
	function prayerlist() {
	window.open("http://light-a-candle.org/cgi/prayerlist/","pl","height=370,width=400,scrollbars=auto,resizable=yes"); }
 	function register() {
	window.open("http://light-a-candle.org/cgi-bin/register/","pr","height=370,width=400,scrollbars=auto,resizable=yes"); }
function rr() {
	var lione=document.getElementById('form1');
	var act=lione.action;
	lione.action ="http://light-a-candle.org/cgi/searchprayers/";
 
	var lione2=document.getElementById('form2');
 
	lione2.action ="http://light-a-candle.org/cgi/searchprayers/";
	var act2=lione2.action;
	}
 
 