Changeset 2287


Ignore:
Timestamp:
2006/08/28 13:41:50 (20 years ago)
Author:
uehara
Message:

* empty log message *

Location:
temp/trunk/html/js
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/js/navi.js

    r2285 r2287  
    2626    imgObj.src = fileName; 
    2727     
     28    function naviStyleChange(ids, color){ 
     29        document.getElementById(ids).style.backgroundColor = color; 
     30    }    
    2831} 
  • temp/trunk/html/js/site.js

    r2285 r2287  
    1     function naviStyleChange(ids, color){ 
    2         document.getElementById(ids).style.backgroundColor = color; 
    3     }    
    4  
    51// ¿Æ¥¦¥£¥ó¥É¥¦¤Î¸ºß³Îǧ 
    62function fnIsopener() { 
Note: See TracChangeset for help on using the changeset viewer.