// JavaScript Document - Promo banner

var theURL = 'christ.htm';
var width  = 650;
var height = 650;
function popWindow() {
newWindow = window.open(theURL,'newWindow','toolbar=no,menubar=no,resizable=no,scrollbars=no,status=no,location=no,width='+width+',height='+height);}
