// JavaScript Document

function changePic(newpic)
{
	var mainimage = document.getElementById("mainimage");
	
	mainimage.style.background = "url(_images/products/lg/" + newpic + ") no-repeat center";
	
}