function changeBig(num,prod) {
 document.getElementById('big').style.backgroundImage='url(img/products/'+prod+'-'+num+'-lg.jpg)';
 return false;
}