Ignore:
Timestamp:
2006/08/28 13:33:44 (18 years ago)
Author:
uehara
Message:

* empty log message *

File:
1 edited

Legend:

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

    r1328 r2277  
    2525    function chgImgImageSubmit(fileName,imgObj){ 
    2626    imgObj.src = fileName; 
     27     
     28    function naviStyleChange(ids, color){ 
     29        document.getElementById(ids).style.backgroundColor = color; 
     30    }    
    2731} 
Note: See TracChangeset for help on using the changeset viewer.