var anf="image";
var ende=".jpg";
var foto="";

function next(arg1,w,h){
if (!(document.images)) {return;}
  url="images/dia.htm?"+arg1+"?"+w+"?"+h;
  var argum="resizable=yes,left=0,top=0,width="+w+",height="+h;
fotof = window.open(url,"Foto",argum);
fotof.resizeTo(w+20,h+74);
fotof.focus();
}
function next2(arg1,w,h){
if (!(document.images)) {return;}
  wf=w+30;
  url="images/dia2.htm?"+arg1+"?"+w+"?"+h;
  var argum="resizable=yes,left=0,top=0,width="+wf+",height="+h;
fotof = window.open(url,"Foto",argum);
fotof.resizeTo(w+20,h+74);
fotof.focus();
}

