function notes(strURL) {
newWin = window.open(strURL, 'notes', 'status,menubar,resizable,scrollbars,width=650,height=255');
newWin.focus();
}
