function OpenPopPic(im,ww,hh){
  ll = (screen.width/2)-(ww/2);
  tt = (screen.height/2)-(hh/2);
  wo = window.open("openpic.htm?"+im,"POP","width="+ww+",height="+hh+",left="+ll+",top="+tt);
}
