hi there
thanks for you comment but I find the way to fade away my problem.
<li>9 <a onmouseover="change('image
s/me.jpg')" href="http://www.XXX.com" target="_blank"><b>Kh</b> </a> III</li>
here is my JS function
<script type="text/javascript">
12
13
14 function change(img_name)
15 {
16 document.getElementById("lab_fasicility").src = img_name;
17 }
18
19
20 </script>
regards.