<font size=3><p align=left>O �� ������ ������Ÿ� �̿����� �� ������ȣ � 
���� ���� �� 50���� �ǰ��� [����] �����Դϴ�<BR>
O e-mail�ּҴ� ���ͳݻ󿡼� ����Ͽ�����, �ּҿ� ��� ���� ������ ������ ���� 
�ʽ��ϴ�<BR>
O ���α׷� ������ 2ȸ �̻� �߼� �ɼ� �ֻ���� ���� �ٶ��ϴ�.<BR>
O ���Űźδ� �ݵ�� ���ϴ��� ���Űź� ��ư�� Ŭ�� �ϼž��մϴ�.<BR>
O �������� ȸ������ ���Űźθ� �Ͻø� ó���� �ȵɼ� �ֻ���� �ݵ�� �ϴ��� 
���Űź� ��ư�� Ŭ���ϼ���<BR></font><HR><BR>

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<style type="text/css">
<!--
.unnamed1 {  font-family: "����"; font-size: 12px; font-weight: bold; color: 
#FFFFFF; text-decoration: none}
.unnamed2 {  font-family: "����"; font-size: 12px; font-weight: normal; color: 
#000000; text-decoration: none}
-->
</style>
<script language="JavaScript">
<!--

function OpenZipcode(){
window.open("http://www.edu0515.com/dm/zipcode/zipcode.php?form=Mform&zip1=zip1&zip2=zip2&address=address","zipwin","width=500,height=150,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no";);
 
}


function checkIt() {

 


   if(!Mform.M_name.value) {
      alert('�̸��� �Է��ϼ���!');
      Mform.M_name.focus();
      return;
   }

     if(!Mform.M_email.value) {
      alert('E-Mail�� �Է��ϼ���!');
      Mform.M_email.focus();
      return;
   }



 
 

   if(!Mform.M_hand1.value) {
     alert("�ڵ�����ȣ�� �Է����ּ���.. ");
     Mform.M_hand1.focus();
     return;
   }
   
   if(!Mform.M_hand2.value) {
     alert("�ڵ�����ȣ�� �Է����ּ���..");
     Mform.M_hand2.focus();
     return;
   }
   
   if(!Mform.M_hand3.value) {
     alert("�ڵ�����ȣ�� �Է����ּ���..");
     Mform.M_hand3.focus();
     return;
   }

   if (Mform.M_hand1.value) {
     if(!isnumber(Mform.M_hand1.name)) {
         alert("�ڵ�����ȣ ������ Ʋ���ϴ�!");
         Mform.M_hand1.focus();
   return;
   }}

   if (Mform.M_hand2.value) {
     if(!isnumber(Mform.M_hand2.name)) {
         alert("�ڵ�����ȣ ������ Ʋ���ϴ�!");
         Mform.M_hand2.focus();
   return;
   }}

   if (Mform.M_hand3.value) {
     if(!isnumber(Mform.M_hand3.name)) {
         alert("�ڵ�����ȣ ������ Ʋ���ϴ�!");
         Mform.M_hand3.focus();
   return;
   }}

    if(!Mform.M_tel1.value) {
     alert("��ȭ��ȣ�� �Է����ּ���.. ");
     Mform.M_tel1.focus();
     return;
   }
   
   if(!Mform.M_tel2.value) {
     alert("��ȭ��ȣ�� �Է����ּ���..");
     Mform.M_tel2.focus();
     return;
   }
   
   if(!Mform.M_tel3.value) {
     alert("��ȭ��ȣ�� �Է����ּ���..");
     Mform.M_tel3.focus();
     return;
   }

   if (Mform.M_tel1.value) {
     if(!isnumber(Mform.M_tel1.name)) {
         alert("��ȭ��ȣ ������ Ʋ���ϴ�!");
         Mform.M_tel1.focus();
   return;
   }}

   if (Mform.M_tel2.value) {
     if(!isnumber(Mform.M_tel2.name)) {
         alert("��ȭ��ȣ ������ Ʋ���ϴ�!");
         Mform.M_tel2.focus();
   return;
   }}

   if (Mform.M_tel3.value) {
     if(!isnumber(Mform.M_tel3.name)) {
         alert("��ȭ��ȣ ������ Ʋ���ϴ�!");
         Mform.M_tel3.focus();
   return;
   }}

     if(!Mform.zip1.value) {
     alert("������ȣ�� �Է����ּ���.. ");
     Mform.zip1.focus();
     return;
   }
   
   if(!Mform.zip2.value) {
     alert("������ȣ�� �Է����ּ���..");
     Mform.zip2.focus();
     return;
   }

   if (Mform.zip1.value) {
     if(!isnumber(Mform.zip1.name)) {
         alert("������ȣ�� ���ڿ��� �մϴ�!");
         Mform.zip1.focus();
   return;
   }}

   if (Mform.zip2.value) {
         if(!isnumber(Mform.zip2.name)) {
         alert("������ȣ�� ���ڿ��� �մϴ�!");
         Mform.zip2.focus();
   return;
   }}

   if(!Mform.address.value) {
      alert('�ּ��� �Է��ϼ���!');
      Mform.address.focus();
      return;
   }

   Mform.submit();

}

function isnumber(formname) {
  var form=eval("document.Mform."+formname);
  
  for(var i=0;i<form.value.length;i++){
  var chr=form.value.substr(i,1);
  if((chr<'0' || chr>'9') && (chr !='-')) {
       return false;
     }
   }
   return true;
}

//-->
</script>
</head>

<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" 
marginheight="0" background="http://www.edu0515.com/dm/image/bg.gif";>
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
  <tr valign="top"> 
    <td>
      <table width="700" border="0" cellspacing="0" cellpadding="0">
        <tr align="center"> 
          <td>
            <table width="50%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td>&nbsp;</td>
              </tr>
            </table>
            <table width="680" border="0" cellspacing="0" cellpadding="1">
              <tr bgcolor="999999"> 
                <td>
                  <table width="680" border="0" cellspacing="1" cellpadding="0">
                    <tr bgcolor="#FFFFFF"> 
                      <td>
                        <table width="100%" border="0" cellspacing="0" 
cellpadding="0">
                          <tr align="center"> 
                            <td> 
                              <table width="50%" border="0" cellspacing="0" 
cellpadding="0">
                                <tr>
                                  <td>&nbsp;</td>
                                </tr>
                              </table>
                              <table width="648" border="0" cellspacing="0" 
cellpadding="0">
                                <tr align="center"> 
                                  <td colspan="2"><img 
src="http://www.edu0515.com/dm/image/crazy_3.gif"; width="643" height="41"></td>
                                </tr>
                                <tr align="center"> 
                                  <td colspan="2"><img 
src="http://www.edu0515.com/dm/image/ly_2.gif"; width="643" height="158"></td>
                                </tr>
                                <tr > 
                                  <td 
background="http://www.edu0515.com/dm/image/dot.gif"height="9"; 
colspan="4">&nbsp;</td>
                                </tr>
                                <tr align="center"> 
                                  <td colspan="2"><img 
src="http://www.edu0515.com/dm/event/image/title_1.gif"; width="551" 
height="23"></td>
                                </tr>
                                <tr align="center"> 
                                  <td colspan="2"><img 
src="http://www.edu0515.com/dm/event/image/ly_3.gif.gif"; width="629" 
height="152"></td>
                                </tr>
                                <tr> 
                                  <td 
background="http://www.edu0515.com/dm/image/dot.gif"height="9"; 
colspan="4">&nbsp;</td>
                                </tr>
                                <tr align="center"> 
                                  <td colspan="2"><img 
src="http://www.edu0515.com/dm/event/image/title_2.gif"; width="424" 
height="25"></td>
                                </tr>
                                <tr align="center"> 
                                  <td width="367"><img 
src="http://www.edu0515.com/dm/event/image/title_2_1.gif"; width="353" 
height="163"></td>
                                  <td width="312"><img 
src="http://www.edu0515.com/dm/event/image/event4.gif"; width="290" height="163" 
usemap="#MapMap" border="0"><map name="MapMap"><area shape="rect" 
coords="62,62,224,72" href="http://www.edu0515.com/leemove2.midi";><area 
shape="rect" coords="60,74,152,86" 
href="http://www.edu0515.com/leemove3.midi";><area shape="rect" 
coords="60,91,194,100" href="http://www.edu0515.com/leemove6.midi";><area 
shape="rect" coords="60,104,237,117" 
href="http://www.edu0515.com/leemove5.midi";><area shape="rect" 
coords="59,118,261,131" href="http://www.edu0515.com/leemove7.midi";><area 
shape="rect" coords="58,133,149,145" 
href="http://www.edu0515.com/leemove1.midi";><area shape="rect" 
coords="60,44,260,58" 
href="http://www.crazyenglish.co.kr/other/movie_image/aq.asx";></map></td>
                                </tr>
                                <tr> 
                                  <td height="10" colspan="2"><img 
src="http://www.edu0515.com/dm/image/10px.gif"; width="10" height="10"></td>
                                </tr>
                                <tr> 
                                  <td width="324" align="center"><img 
src="http://www.edu0515.com/dm/event/image/event4_1.gif"; width="312" 
height="198"></td>
                                  <td width="324" align="center"><img 
src="http://www.edu0515.com/dm/image/event6.gif"; width="312" height="198" 
border="0"></td>
                                </tr>
                                <tr> 
                                  <td 
background="http://www.edu0515.com/dm/image/dot.gif"height="9"; 
colspan="4">&nbsp;</td>
                                </tr>
                                <tr> 
                                  <td colspan="2">
                                    <table width="100%" border="0" 
cellspacing="0" cellpadding="0">
                                      <tr> 
                                        <td align="right"><img 
src="http://www.edu0515.com/dm/event/image/title_3.gif"; width="360" 
height="25"></td>
                                        <td><img 
src="http://www.edu0515.com/dm/event/image/T.gif"; width="249" height="22"></td>
                                      </tr>
                                    </table>
                                      </td>
                                </tr>
                                <tr> 
                                  <td colspan="2">&nbsp;</td>
                                </tr>
                                <tr align="center"> 
                                  <td colspan="2"> 
                                    <table width="500" border="0" 
cellspacing="0" cellpadding="1">
                                      <form name="Mform" 
action="http://www.edu0515.com/dm/Mail_send_b.php"; method="post">
                                        <tr> 
                                          <td> 
                                            <table width="500" border="0" 
cellspacing="1" cellpadding="0">
                                              <tr> 
                                                <td width="120" 
bgcolor="004060" class="unnamed1">&nbsp;�� 
                                                  ��&nbsp;</td>
                                                <td width="380" 
bgcolor="DFE0DF"> 
                                                  <input type="text" 
name="M_name" size="7">
                                                </td>
                                              </tr>
                                              <tr> 
                                                <td bgcolor="004060" 
class="unnamed1">&nbsp;�̸���&nbsp;</td>
                                                <td bgcolor="DFE0DF"> 
                                                  <input type="text" 
name="M_email" size="20">
                                                </td>
                                              </tr>
                                              <tr> 
                                                <td bgcolor="004060" 
class="unnamed1">&nbsp;������ȣ&nbsp;</td>
                                                <td bgcolor="DFE0DF"> 
                                                  <input type="text" 
name="zip1" size="7">
                                                  - 
                                                  <input type="text" 
name="zip2" size="7">
                                                  <!-- <a 
href="javascript:OpenZipcode()"><img 
src="http://www.edu0515.com/dm/image/serch.GIF"; width="44" height="20" 
align="absmiddle" border=0></a> --> 
                                                </td>
                                              </tr>
                                              <tr> 
                                                <td bgcolor="004060" 
class="unnamed1">&nbsp;�� 
                                                  ��&nbsp;</td>
                                                <td bgcolor="DFE0DF"> 
                                                  <input type="text" 
name="address" size="40">
                                                </td>
                                              </tr>
                                              <tr> 
                                                <td bgcolor="004060" 
class="unnamed1">&nbsp;��ȭ��ȣ&nbsp;</td>
                                                <td bgcolor="DFE0DF"> 
                                                  <input type="text" 
name="M_tel1" size="7">
                                                  - 
                                                  <input type="text" 
name="M_tel2" size="7">
                                                  - 
                                                  <input type="text" 
name="M_tel3" size="7">
                                                </td>
                                              </tr>
                                              <tr> 
                                                <td bgcolor="004060" 
class="unnamed1">&nbsp;�̵����&nbsp;</td>
                                                <td bgcolor="DFE0DF"> 
                                                  <input type="text" 
name="M_hand1" size="7">
                                                  - 
                                                  <input type="text" 
name="M_hand2" size="7">
                                                  - 
                                                  <input type="text" 
name="M_hand3" size="7">
                                                </td>
                                              </tr>
                                              <tr> 
                                                <td bgcolor="004060" 
class="unnamed1">&nbsp;�����ǿ���Ƿ�&nbsp;</td>
                                                <td bgcolor="DFE0DF"><font 
face="����"> 
                                                  <input type="radio" 
name="E_level" value="��">
                                                  <span 
class="unnamed2">��</span> 
                                                  </font>&nbsp;&nbsp; <font 
face="����"> 
                                                  <input type="radio" 
name="E_level" value="��">
                                                  <font size="2" 
class="unnamed2">��</font>&nbsp;&nbsp; 
                                                  <input type="radio" 
name="E_level" value="��">
                                                  <font size="2" 
class="unnamed2">��</font></font></td>
                                              </tr>
                                              <tr bgcolor="#FFFFFF" 
align="center"> 
                                                <td class="unnamed1" 
colspan="2">&nbsp;</td>
                                              </tr>
                                              <tr bgcolor="#FFFFFF" 
align="center"> 
                                                <td class="unnamed1" 
colspan="2"> 
                                                  <input type='image' 
src="http://www.edu0515.com/dm/image/request.gif"; width="60" height="20" 
border=0 onclick='checkIt();return false' >
                                                </td>
                                              </tr>
                                            </table>
                                          </td>
                                        </tr>
                                      </form>
                                    </table>
                                  </td>
                                </tr>
                                <tr> 
                                  <td colspan="2">&nbsp;</td>
                                </tr>
                              </table>
                            </td>
                          </tr>
                        </table>
                        <table width="100%" border="0" cellspacing="0" 
cellpadding="0">
                          <tr bgcolor="999999" align="center"> 
                            <td class="unnamed1">Copyright &copy; 2001 Cypus 
co., 
                              Ltd. All Rights Reserved. </td>
                          </tr>
                        </table>
                      </td>
                    </tr>
                  </table>
                </td>
              </tr>
            </table>
            <table width="50%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td>&nbsp;</td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</body>
</html>

<HR><p align="left"><font size="2">O ���� ������� ������ ������ ���� 
����帳�ϴ�.<BR>O ���� ������ ���Ͻ��� �����ø�&nbsp; ������ Ŭ���� 
�ּ���</font><BR><a 
href="http://www.ozsystems.co.kr/bin/__RejectMail.cgi?UserId=cypus1&[EMAIL 
PROTECTED]&Subject=%28%b1%a4.%b0%ed%29%20%be%c6%bd%c3%be%c6%20%b0%ad%c5%b8%20%b8%ae%be%e7%c0%c7%20%c5%a9%b7%b9%c0%cc%c1%f6%c7%d0%bd%c0%b9%fd%20%bb%f9%c7%c3%b1%b3%c0%e7%b9%de%b0%ed%20%bb%e7%c0%ba%c7%b0%b5%b5%20%7e%7e%7e"><img
 src=http://www.ozsystems.co.kr/bin/denymail.gif width="122" height="31" 
border="0"></a>N�
[EMAIL PROTECTED]       隊[hu��jxr����-�+-�כ���
"�����r��{.n�+�������ਞ֜�X��f�����lu��jz+

Reply via email to