function popImage(pic)
 {
   mywindow = window.open("detail.php?pic=" + pic, "detail","location=1,status=1,scrollbars=1,width=640,height=550");
   mywindow.moveTo(0,0);
 } 
