<!--
function launchAlt(url) {
  remote = open(url, "Alt", "scrollbars,resizable,width=600,height=500,left=20,top=20");
  remote.focus();
}
function launchExpand(url) {
  remote = open(url, "Expand", "scrollbars,resizable,width=500,height=500,left=100,top=100");
  remote.focus();
}
// -->