function showImage(img, width, height)
{
	theperfectsnow = window.open('', "The Perfect Snow Image Gallery", "menubar=no, width=" + width + ", height=" + height + ", toolbar=no, status=no");
	theperfectsnow.document.writeln('<html><head><title>Know Snow Image Gallery</title></head><body><style type="text/css">img{margin:5px 5px 5px 5px;} a{font-color: black; font-size: 14px; font-family: Arial, Helvetica,sans-serif;}body{background-color: #fffff}</style><center><img src="' + img + '"/><h6><a href="javascript:self.close()">Close Window</a></h6></center></body></html>');
	theperfectsnow.document.close();
}
