<!--
function M1(Obj) {
  Obj.style.backgroundColor="#ddffff";
}

function M2(Obj) {
  Obj.style.backgroundColor="#fffff4";
}

function GetLastModified(gdt){
  var lm = new Date(gdt);
  if(document.getElementById){
    _year=lm.getYear()-2000;
  } else {
    _year=lm.getYear()-100;
  }
  _month=lm.getMonth()+1;
  _date=lm.getDate();

  if(_year<10)  _year  = '0' + _year;
  if(_month<10) _month = '0' + _month;
  if(_date<10)  _date  = '0' + _date;
  return _year + '/' + _month + '/' + _date;
}

function SetMenu(){
  document.write('<table width=80% align=center bgcolor=#fffff4 border=3><tr>');
  document.write('<td align=center onMouseover=M1(this) onMouseout=M2(this)><a href=./control.html?0 target=frm2><font size=2>ƒgƒbƒv</font></a></td>');
  if(document.getElementById){
    document.write('<td align=center onMouseover=M1(this) onMouseout=M2(this)><a href=./control.html?1 target=frm2><font size=2>‘@ŒÉ</font></a></td>');
  } else {
    document.write('<td align=center onMouseover=M1(this) onMouseout=M2(this)><a href=./control.html?21 target=frm2><font size=2>‘@ŒÉ</font></a></td>');
  }
  document.write('<td align=center onMouseover=M1(this) onMouseout=M2(this)><a href=./control.html?2 target=frm2><font size=2>ŒfŽ¦”Â</font></a></td>');
  document.write('<td align=center onMouseover=M1(this) onMouseout=M2(this)><a href=./control.html?3 target=frm2><font size=2>‡@ˆÊ</font></a></td>');
  document.write('<td align=center onMouseover=M1(this) onMouseout=M2(this)><a href=./control.html?4 target=frm2><font size=2>“Š@e</font></a></td>');
  document.write('<td align=center onMouseover=M1(this) onMouseout=M2(this)><a href=./control.html?5 target=frm2><font size=2>ƒ[ƒ‹</font></a></td>');
  document.write('<td align=center onMouseover=M1(this) onMouseout=M2(this)><a href=./control.html?6 target=frm2><font size=2>ƒŠƒ“ƒN</font></a></td>');
  document.write('<td align=center onMouseover=M1(this) onMouseout=M2(this)><a href=./control.html?7 target=frm2><font size=2>—š@—ð</font></a></td>');
  document.write('<td align=center onMouseover=M1(this) onMouseout=M2(this)><a href=./dkoza_for_cdr/index.html target=_blank><font size=2>CDRuÀ</font></a></td>');
  document.write('</tr></table>');
}

//-->
