function PopupPicLocal(sPicURL)
{
  window.open("popup_local.php?"+sPicURL, "RPBilde", "resizable=1,HEIGHT=200,WIDTH=200");
}
