function preview(myimg) {
  targetimg=top.document.getElementById('bigpic').src;
  top.document.getElementById('bigpic').src=myimg;
}