if( document.images ) {
   var but_indexon = new Image(); but_indexon.src = "../images/but_index_over.jpg"
   var but_indexoff = new Image(); but_indexoff.src = "../images/but_index.jpg"
   var but_introductionon = new Image(); but_introductionon.src = "../images/but_introduction_over.jpg"
   var but_introductionoff = new Image(); but_introductionoff.src = "../images/but_introduction.jpg"
   var but_historyon = new Image(); but_historyon.src = "../images/but_history_over.jpg"
   var but_historyoff = new Image(); but_historyoff.src = "../images/but_history.jpg"
   var but_previewon = new Image(); but_previewon.src = "../images/but_preview_over.jpg"
   var but_previewoff = new Image(); but_previewoff.src = "../images/but_preview.jpg"
   var but_memoon = new Image(); but_memoon.src = "../images/but_memo_over.jpg"
   var but_memooff = new Image(); but_memooff.src = "../images/but_memo.jpg"
   var but_currenton = new Image(); but_currenton.src = "../images/but_current_over.jpg"
   var but_currentoff = new Image(); but_currentoff.src = "../images/but_current.jpg"
   var but_educationlifeon = new Image(); but_educationlifeon.src = "../images/but_educationlife_over.jpg"
   var but_educationlifeoff = new Image(); but_educationlifeoff.src = "../images/but_educationlife.jpg"
   var but_purposeon = new Image(); but_purposeon.src = "../images/but_purpose_over.jpg"
   var but_purposeoff = new Image(); but_purposeoff.src = "../images/but_purpose.jpg"
   var but_specialon = new Image(); but_specialon.src = "../images/but_special_over.jpg"
   var but_specialoff = new Image(); but_specialoff.src = "../images/but_special.jpg"
   var but_targeton = new Image(); but_targeton.src = "../images/but_target_over.jpg"
   var but_targetoff = new Image(); but_targetoff.src = "../images/but_target.jpg"
   var but_timetableon = new Image(); but_timetableon.src = "../images/but_timetable_over.jpg"
   var but_timetableoff = new Image(); but_timetableoff.src = "../images/but_timetable.jpg"
   var but_calenderon = new Image(); but_calenderon.src = "../images/but_calender_over.jpg"
   var but_calenderoff = new Image(); but_calenderoff.src = "../images/but_calender.jpg"
   var but_facilityon = new Image(); but_facilityon.src = "../images/but_facility_over.jpg"
   var but_facilityoff = new Image(); but_facilityoff.src = "../images/but_facility.jpg"
   var but_guestbookon = new Image(); but_guestbookon.src = "../images/but_guestbook_over.jpg"
   var but_guestbookoff = new Image(); but_guestbookoff.src = "../images/but_guestbook.jpg"
   var but_depwebon = new Image(); but_depwebon.src = "../images/but_depweb_over.jpg"
   var but_depweboff = new Image(); but_depweboff.src = "../images/but_depweb.jpg"
 }

function imgon( name ) {
  if ( document.images ) {
    document[ name ].src = eval( name + "on.src" )
  }
}

function imgoff( name ) {
  if( document.images ) {
    document[ name ].src = eval( name + "off.src" )
  }
}

