(function () { 'use strict'; var that = document.getElementById("mhMailForm"), reset = document.getElementById("mhFormReset"), mhResetFunction = function () { var chk, data, rdo, obj, stO, selIdx; for (rdo = 0; rdo !== that.type01.length; ++rdo) { that.type01[rdo].checked = false; } that.name.value = ''; that.input03.value = ''; that.mail.value = ''; that.input05.value = ''; for (rdo = 0; rdo !== that.type02.length; ++rdo) { that.type02[rdo].checked = false; } return false; }; if (reset) { that.onreset = mhResetFunction; reset.onclick = mhResetFunction; } }());