// JavaScript Document by Jesse Allen
// Swap images on hover over

function swapImg(swapTo) {
	document.getElementById('largeImage').src = 'http://www.lensmateonline.com' + swapTo;
	this.style.border('1px solid #000000');
}