 var evobj;
 function cellbgcolor(bg){
  evobj=event.srcElement;
   if(evobj.tagName=="TR"||evobj.tagName=="TABLE"){
   return
   }
    while(evobj.tagName!="TD"){
    evobj=evobj.parentElement;
    }
@@
@ evobj.style.backgroundColor=bg;
   evobj.style.color="#228240";
   }
	
 function bgrecover(bg){
 @evobj.style.backgroundColor=bg;
    evobj.style.color="#228240";
  }

 function jump(j){location.href = j 
  }

 function Lhasa(){
   window.open("http://www.vector.co.jp/soft/win95/util/se026842.html");
 }

 function showTable(){
   window.open("table.htm","Table","width=800,height=600,scrollbars=yes");
 }

 function showMiniwin(){
   window.open("miniwin.htm","Miniwin","width=500,height=500,scrollbars=yes");
 }
