// JavaScript Document
// 
function notes() { 
	window.open("{U_PERS_NOTES_POPUP}", "_blank", "width=800,height=600,scrollbars=yes,resizable=no");
} 
// 
