14 <script type=
"text/javascript">
16 function toggle_visibility(
id) {
17 var e = document.getElementById(
id);
18 if(e.style.display ===
'block')
19 e.style.display =
'none';
21 e.style.display =
'block';
27 <h1><b> MY PAPERS </b></h1>
29 All papers that you are associated with are listed :
34 <a href=
"#" style=
"text-decoration: none" onclick=
"toggle_visibility('administering');return false;">
35 <h3>Administering</h3>
37 <div
id=
"administering" style=
"display:none";>
41 $this->administering();
48 <a href=
"#" style=
"text-decoration: none" onclick=
"toggle_visibility('authoring');return false;">
51 <div
id=
"authoring" style=
"display:none";>
62 <a href=
"#" style=
"text-decoration: none" onclick=
"toggle_visibility('refereeing');return false;">
65 <div
id=
"refereeing" style=
"display:none";>