// JavaScript Document
function product(x){
  var img=document.getElementById("product-big");
    img.src="../wp-content/themes/glory/img/page/others/product"+x+"-big.png"; 
}
