// JavaScript Document<!-- —³ö¿ò2 -->

 function showSumary(obj,s)
 {
  var pos=getPosition(obj);
  showHint(event.x,event.y+20,s);
  //obj.parentElement.runtimeStyle.backgroundColor='#e5e5e5';
 }
 function hideSumary(obj)
 {
       hideHint();
        obj.parentElement.runtimeStyle.backgroundColor=obj.parentElement.style.backgroundColor;
 } 
