
function openWindow1() { 
  newWindow = window.open('youth_sunday.html', 'newWin', 'width=450,height=350')
 } 
function openWindow2() { 
  newWindow = window.open('christmas_eve.html', 'newWin', 'width=450,height=350')
 } 
function openWindow3() { 
  newWindow = window.open('newYear_eve.html', 'newWin', 'width=450,height=350')
 }  
function openWindow4() { 
  newWindow = window.open('spaghetti.html', 'newWin', 'width=450,height=350')
 }  
 function openWindow5() { 
  newWindow = window.open('palm_sunday.html', 'newWin', 'width=450,height=350')
 } 
 function openWindow6() { 
  newWindow = window.open('outdoor_service.html', 'newWin', 'width=450,height=350')
 } 
 function openWindow7() { 
  newWindow = window.open('crusade.html', 'newWin', 'width=450,height=350')
 } 
