// preload images

health_day2 = new Image()
health_day2.src = "../images/health_day2.gif"

volunteer_home = new Image()
volunteer_home.src = "../images/volunteer_home.jpg"
wish = new Image()
wish.src = "../images/wish.jpg"
hd_donate = new Image()
hd_donate.src = "../images/hd_donate.jpg"
video_small = new Image()
video_small.src = "../images/video_small.jpg"
gallery = new Image()
gallery.src = "../images/gallery.jpg"
popup_logo = new Image()
popup_logo.src = "../images/popup_logo.jpg"
thank_you_small = new Image()
thank_you_small.src = "../images/thank_you_small.jpg"
hd1 = new Image()
hd1.src = "photos/images/hd1.jpg"
hd2 = new Image()
hd2.src = "photos/images/hd2.jpg"
hd3 = new Image()
hd3.src = "photos/images/hd3.jpg"
hd4 = new Image()
hd4.src = "photos/images/hd4.jpg"
hd5 = new Image()
hd5.src = "photos/images/hd5.jpg"
hd6 = new Image()
hd6.src = "photos/images/hd6.jpg"
hd7 = new Image()
hd7.src = "photos/images/hd7.jpg"
hd8 = new Image()
hd8.src = "photos/images/hd8.jpg"
hd9 = new Image()
hd9.src = "photos/images/hd9.jpg"
hd10 = new Image()
hd10.src = "photos/images/hd10.jpg"


function popup(url) {
    mywindow = window.open(url, 'name', 'height=525,width=565');
		return false }
		
function popup2(url) {
    mywindow = window.open(url, 'name', 'height=625,width=565');
		return false }
		
		function popup3(url) {
    mywindow = window.open(url, 'name', 'width=565');
		return false }





