function thumbChoose (thisThumb) 
	{
	if (document.getElementById) 
		{
		document.getElementById('mainThumb').src = thisThumb.href;
		return false;
		} 
	else 
		{
		return true;
		}
	}