Event.observe(window,"load",initPage);
function initPage(){$("btnSubmit").observe("click",function(){$("name").value.length==0?(tips(EC_MSG_LANG[g_language].t1),$("name").focus()):$("title").value.length==0?(tips(EC_MSG_LANG[g_language].t2),$("title").focus()):$("content").value.length==0?(tips(EC_MSG_LANG[g_language].t3),$("content").focus()):!isMobile($("tel").value.replace(/-| －/,""))&&!isEmail($("email").value)?(tips(EC_MSG_LANG[g_language].t4),$("tel").focus()):(tips(EC_MSG_LANG[g_language].t5),$("msg").request({onSuccess:function(a){a=
parseInt(a.responseText);a==-1?tips(EC_MSG_LANG[g_language].e1):a==-2?tips(EC_MSG_LANG[g_language].e2):(tips(EC_MSG_LANG[g_language].e3),alert(EC_MSG_LANG[g_language].e3),$("msg").reset())},onFailure:function(){tips(EC_MSG_LANG[g_language].e4)}}))})}function tips(a){var b=$("err_tip");b&&(b.update(a),b.show(),setTimeout("h('"+b.id+"');",3E3))};

