var windowNote;

function jimbo(filename) {
note=window.open(filename, "note", 'toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,' + 'width=779' + ',height=562');

}

function callmeWindow(filename) {
//  windowNote = window.open('','Note','toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,' + 'width=779' + ',height=562');
windownote=window.open(filename, "note", 'toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,' + 'width=783' + ',height=565');
//  windowNote.document.location.href=filename;
//  windowNote.focus();
  }
