function imgwin(current, Description){
  path = "/cgi-bin/picture.pl?picture="+ currentPath + current + currentSize + "&Description=" + Description;
  win = window.open(path, 'imgwin', 'left=0,screenX=0,top=0,screenY=0,width=600,height=500,menubar=no,status=yes,toolbar=no,titlebar=no,location=no,directories=no,scrollbars=yes,resizable=yes');

	win.moveTo(0,0);	
}

