function showPic(imgid, img) {
  window.document.images[imgid].src = "/images/" + img + ".gif";
}
function openWin(url, width, height, scrollbars, resizeable) {
	var popup = window.open(url,"",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=' + scrollbars + ',resizable=' + resizeable + ',width=' + width +',height=' + height + '');
}
function abort() {
  close();
  opener.focus();
}
function finish() {
  opener.parent.location.reload();
  close();
  opener.focus();
}
function showPic(imgid, img) {
  window.document.images[imgid].src = "/images/" + img + ".gif";
}

