// JavaScript Document /*==================================================================================================== ////////////////////////////////////////////////////////////////////////////////////////////////////// KEN-IKUKAI MEDICAL GROUP ////////////////////////////////////////////////////////////////////////////////////////////////////// ====================================================================================================*/ /*健育会グループ script*/ function mouseOut() { document.getElementById('kenikuBox').style.backgroundPosition='0px 0px'; } function mOver1() { document.getElementById('kenikuBox').style.backgroundPosition='-320px 0px'; } function mouseOut6() { document.getElementById('navi01').style.backgroundPosition='0px 0px'; } function mOver6() { document.getElementById('navi01').style.backgroundPosition='-260px 0px'; } /*60th script*/ function mouseOut2() { document.getElementById('anniBox').style.backgroundPosition='0px -1050px'; } function mOver2() { document.getElementById('anniBox').style.backgroundPosition='-320px -1050px'; } function mouseOut8() { document.getElementById('navi02').style.backgroundPosition='0px -22px'; } function mOver8() { document.getElementById('navi02').style.backgroundPosition='-260px -22px'; } /*施設 script*/ function mouseOut3() { document.getElementById('faciBox').style.backgroundPosition='0px -1310px'; } function mOver3() { document.getElementById('faciBox').style.backgroundPosition='-320px -1310px'; } function mouseOut9() { document.getElementById('navi03').style.backgroundPosition='0px -44px'; } function mOver9() { document.getElementById('navi03').style.backgroundPosition='-260px -44px'; } /*社会文化活動 script*/ function mouseOut4() { document.getElementById('scaBox').style.backgroundPosition='0px -350px'; } function mOver4() { document.getElementById('scaBox').style.backgroundPosition='-160px -350px'; } function mouseOut7() { document.getElementById('navi04').style.backgroundPosition='0px -66px'; } function mOver7() { document.getElementById('navi04').style.backgroundPosition='-260px -66px'; } /*人物 script*/ function mouseOut5() { document.getElementById('recBox').style.backgroundPosition='0px -1750px'; } function mOver5() { document.getElementById('recBox').style.backgroundPosition='-160px -1750px'; } function mouseOut10() { document.getElementById('navi05').style.backgroundPosition='0px -88px'; } function mOver10() { document.getElementById('navi05').style.backgroundPosition='-260px -88px'; } /*教育 script*/ function mouseOut11() { document.getElementById('hisBox').style.backgroundPosition='0px -1475px'; } function mOver11() { document.getElementById('hisBox').style.backgroundPosition='-320px -1475px'; } function mouseOut12() { document.getElementById('navi06').style.backgroundPosition='0px -110px'; } function mOver12() { document.getElementById('navi06').style.backgroundPosition='-260px -110px'; }