// Search Form JavaScript Document function dmkr2All() { var theForm = document.search_form; if(theForm.dm_kr2_all.checked) { theForm.dm_kr_kr.checked = 1; theForm.dm_kr_com.checked = 1; } else { theForm.dm_kr_kr.checked = 0; theForm.dm_kr_com.checked = 0; } } function dmcomAll() { var theForm = document.search_form; if(theForm.dm_com_all.checked) { theForm.dm_com_com.checked = 1; theForm.dm_com_net.checked = 1; theForm.dm_com_org.checked = 1; } else { theForm.dm_com_com.checked = 0; theForm.dm_com_net.checked = 0; theForm.dm_com_org.checked = 0; } } function dminfoAll() { var theForm = document.search_form; if(theForm.dm_info_all.checked) { theForm.dm_info_info.checked = 1; theForm.dm_info_biz.checked = 1; theForm.dm_info_us.checked = 1; } else { theForm.dm_info_info.checked = 0; theForm.dm_info_biz.checked = 0; theForm.dm_info_us.checked = 0; } } function dmkrAll() { var theForm = document.search_form; if(theForm.dm_kr_all.checked) { theForm.dm_kr_kr.checked = 1; theForm.dm_kr_cokr.checked = 1; theForm.dm_kr_pekr.checked = 1; theForm.check_kr_opt.checked = 1; theForm.dm_kr_opt.disabled = 0; } else { theForm.dm_kr_kr.checked = 0; theForm.dm_kr_cokr.checked = 0; theForm.dm_kr_pekr.checked = 0; theForm.check_kr_opt.checked = 0; theForm.dm_kr_opt.disabled = 1; } } function dmcnAll() { var theForm = document.search_form; if(theForm.dm_cn_all.checked) { theForm.dm_cn_cn.checked = 1; theForm.dm_cn_comcn.checked = 1; theForm.dm_cn_netcn.checked = 1; theForm.dm_cn_orgcn.checked = 1; } else { theForm.dm_cn_cn.checked = 0; theForm.dm_cn_comcn.checked = 0; theForm.dm_cn_netcn.checked = 0; theForm.dm_cn_orgcn.checked = 0; } } function packtoall() { var theForm = document.search_form; if(theForm.dm_pack_all.checked) { theForm.dm_com_com.checked = 1; theForm.dm_com_net.checked = 1; theForm.dm_kr_cokr.checked = 1; } else { theForm.dm_com_com.checked = 0; theForm.dm_com_net.checked = 0; theForm.dm_kr_cokr.checked = 0; } } function Chk_dmkr2_All() { var theForm = document.search_form; if(theForm.dm_kr_kr.checked==0||theForm.dm_kr_com.checked==0) { theForm.dm_kr2_all.checked = 0; } } function Chk_dmcom_All() { var theForm = document.search_form; if(theForm.dm_com_com.checked==0||theForm.dm_com_net.checked==0||theForm.dm_com_org.checked==0) { theForm.dm_com_all.checked = 0; } } function Chk_dminfo_All() { var theForm = document.search_form; if(theForm.dm_info_info.checked==0||theForm.dm_info_biz.checked==0||theForm.dm_info_us.checked==0) { theForm.dm_info_all.checked = 0; } } function Chk_dmkr_All() { var theForm = document.search_form; if(theForm.dm_kr_kr.checked==0||theForm.dm_kr_cokr.checked==0||theForm.dm_kr_pekr.checked==0||theForm.check_kr_opt.checked==0) { theForm.dm_kr_all.checked = 0; } } function Chk_dmcn_All() { var theForm = document.search_form; if(theForm.dm_cn_cn.checked==0||theForm.dm_cn_comcn.checked==0||theForm.dm_cn_netcn.checked==0||theForm.dm_cn_orgcn.checked==0) { theForm.dm_cn_all.checked = 0; } } function dis_opt() { var theForm = document.search_form; if(theForm.check_kr_opt.checked) { theForm.dm_kr_opt.disabled = 0; } else { theForm.dm_kr_opt.disabled = 1; } } function check_pack_all() { var theForm = document.search_form; if(theForm.dm_com_com.checked==0||theForm.dm_com_net.checked==0||theForm.dm_kr_cokr.checked==0) { theForm.dm_pack_all.checked = 0; } }