<!--
function openPopUp(myLink,windowName){
if(! window.focus)return;
var myWin=window.open("",windowName,"width=640,height=560,dependent=yes,scrollbars=yes,left=150,top=20");
myWin.focus();
myLink.target=windowName;
}

function over(img1,ref1){
  if (document.images){document.images[img1].src = ref1;}}
function notover(img1,ref1){
  if (document.images){document.images[img1].src = ref1;}}

function load_images() {
var image1 = new Image();
image1.src = 'images/who2.gif';
var image2 = new Image();
image2.src = 'images/what2.gif';
var image3 = new Image();
image3.src = 'images/why2.gif';
var image4 = new Image();
image4.src = 'images/contact2.gif';
var image5 = new Image();
image5.src = 'images/golf2.gif';
var image6 = new Image();
image6.src = 'images/brick2.gif';
var image7 = new Image();
image7.src = 'images/doctor2.gif';
var image8 = new Image();
image8.src = 'images/art2.gif';
var image9 = new Image();
image9.src = 'images/tshirt2.gif';
var image10 = new Image();
image10.src = 'images/donation2.gif';}  

var message='Copyright © Canmore Health Care Foundation';
function On_Click(key) { 
if (document.all) { 
if (event.button == 2) { 
alert('Copyright © Canmore Health Care Foundation'); 
return false; } 
} 
if (document.layers) { 
if (key.which == 3) { 
alert('Copyright © Canmore Health Care Foundation');
return false; }
}
} 
if (document.layers) { 
document.captureEvents(Event.MOUSEDOWN); } 
document.onmousedown=On_Click; 

function checkForm(){
 if (document.forms.realname.value.length ==0){
  alert("Please enter your Name.")
  document.forms.realname.focus()
  return false}
 if (document.forms.email.value=="") {
  alert("Please enter your Email Address.")
  document.forms.email.focus()
  return false}
  var foundAt = document.forms.email.value.indexOf("@",0)
   if (foundAt < 1) {
    alert ("Email address should contain an @ character!")
    document.forms.email.focus()
    return false}
  var foundDot = document.forms.email.value.indexOf(".",0)
   if (foundDot < 1) {
    alert ("Email address should contain a . character!")
    document.forms.email.focus()
    return false}
 if (document.forms.Comments.value.length ==0){
  alert("Please enter your comments, questions or suggestions.")
  document.forms.Comments.focus()
  return false}
}
function NoSpamMail(username,domain,extension,subject){
document.write('<a href="'+'mailto:'+username+'@'+domain+'.'+extension+'?Subject='+subject+'">'+username+'@'+domain+'.'+extension+'</a>');
}
//-->