function expand(pin){
x = '../../bilder/filitheyo/tp/'+(pin)+'.gif';
PicWin = window.open(x, "pic", "width=775, height=550, scrollbars=yes, resizable=yes");
PicWin.focus(); }
