// JavaScript Document

// active page
function topProductImg(pic) {
	document.getElementById('top_product_img').src = pic;
}

