function expand(pin){
x = '../../bilder/tp/'+(pin)+'.jpg';
PicWin = window.open(x, "pic", "width=780, height=500, scrollbars=yes, resizable=yes, screenX=0, screenY=0");
PicWin.moveTo(0,0);
PicWin.focus(); }