function bild(arg1,w,h){
if (!(document.images)) {return;}
  url="dia.htm?"+arg1;
  var argum="resizable=yes,left=0,top=0,width="+w+",height="+h;
fotof = window.open(url,"Foto",argum);
fotof.resizeTo(w+16,h+32);
fotof.focus();
}

function subdoc(bild,doc){
document.team.src=bild;
document.getElementById("Frame").src = doc;
}

