function SwapImage(imgNum) {
document.myImage.src = "images/map_" + imgNum + ".gif";
	if (imgNum == 'Nanaimo') 
	{ 
<!--document.getElementById('View_map').href='http://maps.google.com/maps?f=q%26geocode=%26time=%26date=%26ttype=%26q=%238C+-+2220+Bowen+Road,Nanaimo,+BC++V9S+1H9%26sll=49.221185,-123.134766%26sspn=1.253925,3.669434%26ie=UTF8%26om=1%26z=16%26iwloc=addr';-->
document.getElementById('View_map').href="http://maps.google.com/maps?f=q&geocode=&time=&date=&ttype=&q=%238C+-+2220+Bowen+Road,Nanaimo,+BC++V9S+1H9&sll=49.221185,-123.134766&sspn=1.253925,3.669434&ie=UTF8&om=1&z=16&iwloc=addr";
		document.getElementById('View_map').style.cursor = "pointer";
	}
	if (imgNum == 'Victoria') 
	{ 
		<!--document.getElementById('View_map').href='http://maps.google.com/maps?f=q%26hl=en%26geocode=%26time=%26date=%26ttype=%26q=%23+207+-+895+Fort+Street,Victoria,+BC++V8W+1H7%26sll=49.193117,-123.992596%26sspn=0.009802,0.028667%26ie=UTF8%26z=16%26iwloc=addr%26om=1';-->
document.getElementById('View_map').href="http://maps.google.com/maps?f=q&hl=en&geocode=&time=&date=&ttype=&q=%23+207+-+895+Fort+Street,Victoria,+BC++V8W+1H7&sll=49.193117,-123.992596&sspn=0.009802,0.028667&ie=UTF8&z=16&iwloc=addr&om=1";
		document.getElementById('View_map').style.cursor = "pointer";
	}
}
