function changepic(img)
{
document.getElementById('product').src = "images/" + img + ".jpg";	
}