function sendPage() {
  newWindow = window.open('tell/index.htm','sendPage','width=500,height=350,toolbar=no,scrollbars=yes');
}

function sendPage2() {
  newWindow = window.open('../tell/index.htm','sendPage','width=500,height=350,toolbar=no,scrollbars=yes');
}

function sendPage3() {
  newWindow = window.open('../../tell/index.htm','sendPage','width=500,height=350,toolbar=no,scrollbars=yes');
}
function enlarge(filename, title) {
  newWindow = window.open('enlarge.php?i='+filename+'&t='+title,'largeView','width=600,height=700,toolbar=no,scrollbars=yes,resizable=yes');
}
