function imgPopup(imgLocation, imgWidth, imgHeight)
{
	myPopup = window.open("","","width=" + imgWidth + ",height=" + imgHeight + ",scrollbars=yes");
	myPopup.window.document.write("<html><head><title>Laxkwalaams.ca Photography</title></head><body marginwidth=\"0\" marginheight=\"0\" topmargin=\"0\" leftmargin=\"0\"><a href=\"javascript: window.close()\"><img src=\"" + imgLocation + "\"></a></body></html>");
}