function showbig(theImg) {
	imageSrc = theImg.getAttribute('src');
	imageSrc = imageSrc.replace("-I", "-F");
	document.getElementById('mainpic').setAttribute('src', imageSrc);
	window.location.hash = 'photo';
	void 0;
	return false;
}
