//naviimage‚̕ύX function changeImage( image, name ){ for ( var i = 0; i < document.images.length; i++ ) { if ( document.images[i].name == name ) { document.images[i].src = "images/"+image; break; } } } /** * –⍇‚Ή“ΰ—e‚̕ύX * * pram val Šσ–]“ΰ—e 0:“d˜b 1:ƒ[ƒ‹ * **/ function changeInquiry( val ){ var htmltxt = ''; if ( val == 0 ) { htmltxt += '“d˜b”ԍ†
'; htmltxt += '‚²Šσ–]‚ΜŽžŠΤ‘Ρ'; htmltxt += ''; htmltxt += '
'; document.forms[0].action='inquiry_t_confirm.html'; } else { htmltxt = 'e-mail
'; document.forms[0].action='inquiry_m_confirm.html'; } document.getElementById('inquiry').innerHTML = htmltxt; }