
	function LargeImage(img)
	{
		var cUrl = 'largeImage.asp?img=' + img;
		window.open(cUrl, 'LargeImage', 'width=662, height=572');
	}