function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i function bluring(){ if(event.srcElement.tagName=="A"||event.srcElement.tagName=="area shape") document.body.focus(); } //document.onfocusin=bluring; //¼ýÀÚ °Ë»ö ÀÚ¹Ù½ºÆ®¸³Æ® function Check_Num(tocheck) { var isnum = true; if (tocheck == null || tocheck == "") { isnum = false; return isnum; } for (var j = 0 ; j < tocheck.length; j++) { if (tocheck.substring(j, j + 1) != "-" && tocheck.substring(j, j + 1) != "~" && tocheck.substring(j, j + 1) != ")" && tocheck.substring(j, j + 1) != "0" && tocheck.substring(j, j + 1) != "1" && tocheck.substring(j, j + 1) != "2" && tocheck.substring(j, j + 1) != "3" && tocheck.substring(j, j + 1) != "4" && tocheck.substring(j, j + 1) != "5" && tocheck.substring(j, j + 1) != "6" && tocheck.substring(j, j + 1) != "7" && tocheck.substring(j, j + 1) != "8" && tocheck.substring(j, j + 1) != "9") { isnum = false; } } return isnum; } function checkinput_consult(form) { if (!form.name.value) { alert("Input the Name"); form.name.focus(); return false; } if (form.email.value==""){ alert("Input the E-mail"); form.email.focus(); return false; } if (!form.address.value) { alert("Input the Address"); form.address.focus(); return false; } if (!form.tel.value) { alert("Input the Telephone"); form.tel.focus(); return false; } else { thisfilednum = Check_Num(form.tel.value); if (!thisfilednum) { alert("Only availale with [-],[~],[)] and number"); form.tel.focus(); return false; } } if (!form.company.value) { alert("Input the Company"); form.company.focus(); return false; } if (!form.contents.value) { alert("Input the Contents"); form.contents.focus(); return false; } } var win1000 =null; var WinOption = 'top=10,left=10,width=740,height=500,history=yes,resizable=yes,status=no,scrollbars=yes,menubar=no'; function qOpen(str) { OpenWin = window.open(str,'win1000',WinOption); if(self.OpenWin && !OpenWin.closed) { OpenWin.focus(); } }