On this site, is a link that says "See our Church Coordinators"
http://www.need-tarrant.com/sponsors/sponsor-churches.html
Code is below (used jimco's spawn utility)
<script language="javascript" id="jcSpawn">
// Jimco Add-ins Spawn JavaScript
// This script is freely redistributable. //-->
function spawnJimcoPopup(url, name, options, h, w, x, y, scaleType)
{
var windowOptions;
if (scaleType == 'percent')
{
w = (w * screen.availWidth) / 100;
h = (h * screen.availHeight) / 100;
}
if (x == 'center')
{
x = (screen.availWidth - w) / 2;
y = (screen.availHeight - h) / 2;
}
windowOptions = options + ',width=' + w + ',height=' + h + ',left=' + x +
',top=' + y;
newWindow = window.open(url, name, windowOptions);
newWindow.focus();
}
</script>
<td><a href="sponsor-churchCordinatorPopUp.html"
onclick="spawnJimcoPopup('sponsor-churchCordinatorPopUp.html','3C6CF5CFB43440909825A86CADF2D761','toolbar=no,location=yes,directories=yes,status=yes,menubar=no,scrollbars=yes,resizable=yes','500','400','center','center','pixel');return
false;" title="Church Cordinator" ><p align="center"><b>See Our Church
Coordinators: </b>
Thanks