/* rollover */
function movepic(img_name,img_src) 
{ document[img_name].src=img_src; }

function openbrowserwindow(theURL,winName,features) { 
 window.open(theURL,winName,features);
 self.name = "opener";
}
function Rcertify() {	
 popupWin = window.open('http://www.bbbonline.org/cksSP.asp?ID=101091417331519130', 'Participant','location=yes,scrollbars=yes,width=450,height=300'); 
 window.name = 'opener';
}
function OpenCertDetails(){
 thewindow =window.open('/cs_esp_seal.html', 'anew','height=475,width=520,scrollbars=yes');
 // thewindow =window.open('https://www.thawte.com/cgi/server/certdetails.exe?referer=http://www.catholicsingles.com', 'anew',config='height=400,width=450,toolbar=no,menubar=no,scrollbars=yes,resizable=no,location=no,directories=no,status=yes');
 //thewindow = window.open('https://www.thawte.com/cgi/server/certdetails.exe?referer=http://www.catholicsingles.com', 'anew', 'location=yes,scrollbars=yes,height=475,width=520,');
}
function wipecookie() {
 document.cookie = "catholic_singles=; path=/";
 document.cookie = "S_catholic_singles=; path=/; secure";
 document.cookie = "promo=; path=/";
}
function gotourl(){
 var i, args=gotourl.arguments; document.returnValue = false;
 for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
