function showpic(foto,pdf)
 { 
  x=400;
  y=300;
  windowprops = "top=0,left=0,resizable=yes,scrollbars=yes" + ",width=" +(x+30)+ ",height=" +(y+70);
  win=window.open("picwin.asp?pic="+foto+"&pdf="+pdf,"", windowprops);
  win.moveTo(210,230);
  }


