function noteWindow(id){

winRef = window.open("common/note.jsp?id="+id,"","width=500,height=300,resizable=yes ,resizable=yes ");
}
