function PopupPic(picURL) {
  window.open("popimg.html?"+picURL, "shoppefullimg", "resizable=1,HEIGHT=200,WIDTH=200");
}




function refreshCaptcha(id) {

  document.getElementById(id).src = 'captcha.php?r='+Math.random();

}