﻿// JavaScript File
function OpenMapWindow(ch)
{
ch="churchmap.htm?" + ch
MapWindow=window.open(ch,"MapWindow","height=430, width=530,top=50,left=50,z-index=100,scrollbars=0,menubar=0,resized=0,status=0,toolbar=0,directories=0,location=0");
}
