function OpenImage(pid, id, image){
var img = '/img/image/'+image+'.png';
var thumb = '/img/thumb/'+image+'.png';
document.getElementById('thumb'+id).innerHTML = '<a href="/tuote/'+pid+'"><img src="'+thumb+'" alt="" /></a>';
return true;}
