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