function showMesel1(form,ckstatus) 
  {
  	
    if(navigator.appName=="Netscape")
        parent.left.location.replace("blank.html");
    else 
//        parent.mainFrame.location.reload();
        
    var num,str,check,temp,keyw,ckst,cktype,str1,str2;
    var nm=parent.nm;
    var cd=parent.cd;
    var typelist = parent.listtype;
    var typelist_1 = parent.listtype_1;
//    var upjong = parent.upjong;
    
    temp="<html>\r\n"
    temp+="<head>\r\n"
    temp+="<meta http-equiv='Content-Type' content='text/html; charset=euc-kr'>\r\n";
    temp+="<link rel='stylesheet' href='cdrom.css' type='text/css'>\r\n";

    temp+="<script language=javascript>\r\n";
    temp+="function foo(){\r\n";
    temp+="	var varA;\r\n";
    temp+="	varA = document.all.tags('A');\r\n";
    temp+="	window.open(varA[0],'mainFrame');\r\n";
    temp+="}\r\n";
    temp+="</script>\r\n";
    
    temp+="</head>\r\n";
    temp+="<body bgcolor='#BBBBBB' text='#000000' leftmargin='0' topmargin='0' onLoad='foo();'>\r\n";
    temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>\r\n";
    temp+="<tr><td><table width='808' border='0' cellspacing='0' cellpadding='0'>\r\n";
    temp+="<tr><td width='10' background='img/backg1.gif'><img src='img/blank.gif' width='1' height='1'></td>\r\n";
    temp+="<td width='788'>\r\n";
    temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0' align='center' bgcolor='#FFFFFF'>\r\n";
    temp+="<tr><td width='164' height='5' colspan='2' bgcolor='#F0F4F9'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
    temp+="<td rowspan='3' width='19'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
    temp+="<td width='605' height='5'><img src='img/blank.gif' width='1' height='1'></td></tr>\r\n";
    temp+="<tr><td bgcolor='#F0F4F9' rowspan='2'><img src='img/blank.gif' width='10' height='1'></td>\r\n";
    temp+="<td rowspan='2' width='154' bgcolor='#F0F4F9' valign='top' class='left'>";
    
		check=0;
		num=nm.length;
    keyw=form;

    if (ckstatus ==1){
    	 ckstr1='STOCK';
    	 ckstr2='KOSDAQ';
    }
    if (ckstatus ==2)
       { ckstr1='STOCK';ckstr2='STOCK' }
    if (ckstatus ==3)
       { ckstr1='KOSDAQ';ckstr2='KOSDAQ' }
    if (ckstatus ==4)
       { ckstr1='STOCK';ckstr2='KOSPI200' }
    if (ckstatus ==5)
       { ckstr1='KOSDAQ';ckstr2='KOSDAQ100' }

if (keyw==0) {  str1='1';str2='Z'
   if (ckstatus == 1) {open('left_1_list.htm','leftFrame'); return true;}
   if (ckstatus == 2) {open('left_2_list.htm','leftFrame'); return true;}
   if (ckstatus == 3) {open('left_3_list.htm','leftFrame'); return true;}
   if (ckstatus == 4) {open('left_4_list.htm','leftFrame'); return true;}
   if (ckstatus == 5) {open('left_5_list.htm','leftFrame'); return true;}}
 
   if (keyw==1) { str1='A';str2='B'}
   if (keyw==2) { str1='B';str2='C'}
   if (keyw==3) { str1='C';str2='D'}
   if (keyw==4) { str1='D';str2='E'}
   if (keyw==5) { str1='E';str2='F'}
   if (keyw==6) { str1='F';str2='G'}
   if (keyw==7) { str1='G';str2='H'}
   if (keyw==8) { str1='H';str2='I'}
   if (keyw==9) { str1='I';str2='J'}
   if (keyw==10) { str1='J';str2='K'}
   if (keyw==11) { str1='K';str2='L'}
   if (keyw==12) { str1='L';str2='M'}
   if (keyw==13) { str1='M';str2='N'}
   if (keyw==14) { str1='N';str2='O'}
   if (keyw==15) { str1='O';str2='P'}
   if (keyw==16) { str1='P';str2='Q'}
   if (keyw==17) { str1='Q';str2='R'}
   if (keyw==18) { str1='R';str2='S'}
   if (keyw==19) { str1='S';str2='T'}
   if (keyw==20) { str1='T';str2='U'}
   if (keyw==21) { str1='U';str2='V'}
   if (keyw==22) { str1='V';str2='W'}
   if (keyw==23) { str1='W';str2='X'}
   if (keyw==24) { str1='X';str2='Y'}
   if (keyw==25) { str1='Y';str2='Z'}
   if (keyw==26) { str1='Z';str2='Z'}
      
		
		for(var i=0;i<num;i++) 
		{
			str=nm[i];

			if((str>= str1)&&(str<str2)&&(typelist[i]<=ckstr1)&&(typelist[i]>=ckstr2))
			{
  				check=check+1;
          temp+="<li><a href='./html/"+cd[i]+"_1.htm' target='mainFrame'>"+nm[i]+"</a></li>";
			}
		}

    temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	temp+="</body></html>";

    with(parent.leftFrame.document) 
  	{
    	open();
    	if(check==0)
      {
       temp="<html>\r\n"
       temp+="<head>\r\n"
       temp+="<meta http-equiv='Content-Type' content='text/html; charset=euc-kr'>\r\n";
       temp+="<link rel='stylesheet' href='cdrom.css' type='text/css'>\r\n";
       temp+="</head>\r\n";
       temp+="<body bgcolor='#BBBBBB' text='#000000' leftmargin='0' topmargin='0'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td><table width='808' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td width='10' background='img/backg1.gif'><img src='img/blank.gif' width='1' height='1'></td>\r\n";
       temp+="<td width='788'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0' align='center' bgcolor='#FFFFFF'>\r\n";
       temp+="<tr><td width='164' height='5' colspan='2' bgcolor='#F0F4F9'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td rowspan='3' width='19'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td width='605' height='5'><img src='img/blank.gif' width='1' height='1'></td></tr>\r\n";
       temp+="<tr><td bgcolor='#F0F4F9' rowspan='2'><img src='img/blank.gif' width='10' height='1'></td>\r\n";
       temp+="<td rowspan='2' width='154' bgcolor='#F0F4F9' valign='top' class='left'>";
    
       temp+="The Keyword you entered is invalid. Please try again or click the company name on the left.";
        
       temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	   temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	   temp+="</body></html>";  
  	   write(temp);
      }  
    	else
      	write(temp);
      close();
    }   
	return true;    
}

function showMe(form) 
  {
    if(navigator.appName=="Netscape") parent.left.location.replace("blank.html");
    else parent.leftFrame.location.reload();	//¾ÆÁ÷...
    var num,str,check,temp,keyw;
    var nm=parent.nm;
    var cd=parent.cd;
    var typelist = parent.listtype;
    
    temp="<html>\r\n"
    temp+="<head>\r\n"
    temp+="<meta http-equiv='Content-Type' content='text/html; charset=euc-kr'>\r\n";
    temp+="<link rel='stylesheet' href='cdrom.css' type='text/css'>\r\n";

    temp+="<script language=javascript>\r\n";
    temp+="function foo(){\r\n";
    temp+="	var varA;\r\n";
    temp+="	varA = document.all.tags('A');\r\n";
    temp+="	window.open(varA[0],'mainFrame');\r\n";
    temp+="}\r\n";
    temp+="</script>\r\n";
    
    temp+="</head>\r\n";
    temp+="<body bgcolor='#BBBBBB' text='#000000' leftmargin='0' topmargin='0' onLoad='foo();'>\r\n";
    temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>\r\n";
    temp+="<tr><td><table width='808' border='0' cellspacing='0' cellpadding='0'>\r\n";
    temp+="<tr><td width='10' background='img/backg1.gif'><img src='img/blank.gif' width='1' height='1'></td>\r\n";
    temp+="<td width='788'>\r\n";
    temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0' align='center' bgcolor='#FFFFFF'>\r\n";
    temp+="<tr><td width='164' height='5' colspan='2' bgcolor='#F0F4F9'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
    temp+="<td rowspan='3' width='19'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
    temp+="<td width='605' height='5'><img src='img/blank.gif' width='1' height='1'></td></tr>\r\n";
    temp+="<tr><td bgcolor='#F0F4F9' rowspan='2'><img src='img/blank.gif' width='10' height='1'></td>\r\n";
    temp+="<td rowspan='2' width='154' bgcolor='#F0F4F9' valign='top' class='left'>";
    
		check=0;
		num=nm.length;
    keyw=form.keyword.value;
    keyw=keyw.toLowerCase( );
   if (isNaN(parseInt(keyw,10)))
	{
		for(var i=0;i<num;i++) 
		{
			str=nm[i].toLowerCase( );
			str1=cd[i];
			if (str.indexOf(keyw)!=-1)
			{
				check=check+1;
        temp+="<li><a href='./html/"+cd[i]+"_1.htm' target='mainFrame'>"+nm[i]+"</a></li>";
			}
	}

  	temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	temp+="</body></html>";
  	
    with(parent.leftFrame.document) 
  	{
    	open();
    	if(check==0)
      {
       temp="<html>\r\n"
       temp+="<head>\r\n"
       temp+="<meta http-equiv='Content-Type' content='text/html; charset=euc-kr'>\r\n";
       temp+="<link rel='stylesheet' href='cdrom.css' type='text/css'>\r\n";
       temp+="</head>\r\n";
       temp+="<body bgcolor='#BBBBBB' text='#000000' leftmargin='0' topmargin='0'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td><table width='808' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td width='10' background='img/backg1.gif'><img src='img/blank.gif' width='1' height='1'></td>\r\n";
       temp+="<td width='788'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0' align='center' bgcolor='#FFFFFF'>\r\n";
       temp+="<tr><td width='164' height='5' colspan='2' bgcolor='#F0F4F9'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td rowspan='3' width='19'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td width='605' height='5'><img src='img/blank.gif' width='1' height='1'></td></tr>\r\n";
       temp+="<tr><td bgcolor='#F0F4F9' rowspan='2'><img src='img/blank.gif' width='10' height='1'></td>\r\n";
       temp+="<td rowspan='2' width='154' bgcolor='#F0F4F9' valign='top' class='left'>";
    
       temp+="The Keyword you entered is invalid. Please try again or click the company name on the left.";
        
       temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	   temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	   temp+="</body></html>";  
  	   write(temp);   
      }  
    	else
      	write(temp);
      close();
    }   
	}
	else
	{
		var cnt=5-keyw.length;
		while(cnt>0)
		{	
			keyw="0"+keyw;
			cnt--;
		}
//		keyw="A"+keyw;

		for(var i=0;i<num;i++)
		{
			str=cd[i];
			if(str==keyw)
			{
				check=check+1;
        temp+="<li><a href='./html/"+cd[i]+"_1.htm' target='mainFrame'>"+nm[i]+"</a></li>";
			}
		}
    
    temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	temp+="</body></html>";
  	
    with(parent.leftFrame.document) 
    {
    	open();
    	if(check==0)
      {
       temp="<html>\r\n"
       temp+="<head>\r\n"
       temp+="<meta http-equiv='Content-Type' content='text/html; charset=euc-kr'>\r\n";
       temp+="<link rel='stylesheet' href='cdrom.css' type='text/css'>\r\n";
       temp+="</head>\r\n";
       temp+="<body bgcolor='#BBBBBB' text='#000000' leftmargin='0' topmargin='0'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td><table width='808' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td width='10' background='img/backg1.gif'><img src='img/blank.gif' width='1' height='1'></td>\r\n";
       temp+="<td width='788'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0' align='center' bgcolor='#FFFFFF'>\r\n";
       temp+="<tr><td width='164' height='5' colspan='2' bgcolor='#F0F4F9'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td rowspan='3' width='19'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td width='605' height='5'><img src='img/blank.gif' width='1' height='1'></td></tr>\r\n";
       temp+="<tr><td bgcolor='#F0F4F9' rowspan='2'><img src='img/blank.gif' width='10' height='1'></td>\r\n";
       temp+="<td rowspan='2' width='154' bgcolor='#F0F4F9' valign='top' class='left'>";
    
       temp+="The Keyword you entered is invalid. Please try again or click the company name on the left.";
        
       temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	   temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	   temp+="</body></html>";  
  	   write(temp);   
      }
      else
        write(temp);      
      close();     
		}
	}
	return true;    
}


function showMeJong(form) 
  {
    if(navigator.appName=="Netscape") parent.left.location.replace("blank.html");
    else parent.mainFrame.location.reload();
    var num,str,check,temp,keyw;
    var nm=parent.nm;
    var cd=parent.cd;
    var typelist = parent.listtype;
//    var upjong = parent.upjong;
   
    temp="<html>\r\n"
    temp+="<head>\r\n"
    temp+="<meta http-equiv='Content-Type' content='text/html; charset=euc-kr'>\r\n";
    temp+="<link rel='stylesheet' href='cdrom.css' type='text/css'>\r\n";

    temp+="<script language=javascript>\r\n";
    temp+="function foo(){\r\n";
    temp+="	var varA;\r\n";
    temp+="	varA = document.all.tags('A');\r\n";
    temp+="	window.open(varA[0],'main');\r\n";
    temp+="}\r\n";
    temp+="</script>\r\n";
    
    temp+="</head>\r\n";
    temp+="<body bgcolor='#BBBBBB' text='#000000' leftmargin='0' topmargin='0' onLoad='foo();'>\r\n";
    temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>\r\n";
    temp+="<tr><td><table width='808' border='0' cellspacing='0' cellpadding='0'>\r\n";
    temp+="<tr><td width='10' background='img/backg1.gif'><img src='img/blank.gif' width='1' height='1'></td>\r\n";
    temp+="<td width='788'>\r\n";
    temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0' align='center' bgcolor='#FFFFFF'>\r\n";
    temp+="<tr><td width='164' height='5' colspan='2' bgcolor='#F0F4F9'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
    temp+="<td rowspan='3' width='19'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
    temp+="<td width='605' height='5'><img src='img/blank.gif' width='1' height='1'></td></tr>\r\n";
    temp+="<tr><td bgcolor='#F0F4F9' rowspan='2'><img src='img/blank.gif' width='10' height='1'></td>\r\n";
    temp+="<td rowspan='2' width='154' bgcolor='#F0F4F9' valign='top' class='left'>";
    
    check=0;
    num=cd.length;
    keyw=form.jongcode.value;
  if (isNaN(parseInt(keyw,10)))
	{
		for(var i=0;i<num;i++) 
		{
			str=cd[i];
			if(str.indexOf(keyw)!=-1)
			{
				check=check+1;
        temp+="<li><a href='./html/"+cd[i]+"_1.htm' target='main'>"+nm[i]+"</a></li>";
			}
		}
    
    temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	temp+="</body></html>";
  	
    with(parent.mainFrame.document) 
  	{
    	open();
    	if(check==0)
      {
       temp="<html>\r\n"
       temp+="<head>\r\n"
       temp+="<meta http-equiv='Content-Type' content='text/html; charset=euc-kr'>\r\n";
       temp+="<link rel='stylesheet' href='cdrom.css' type='text/css'>\r\n";
       temp+="</head>\r\n";
       temp+="<body bgcolor='#BBBBBB' text='#000000' leftmargin='0' topmargin='0'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td><table width='808' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td width='10' background='img/backg1.gif'><img src='img/blank.gif' width='1' height='1'></td>\r\n";
       temp+="<td width='788'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0' align='center' bgcolor='#FFFFFF'>\r\n";
       temp+="<tr><td width='164' height='5' colspan='2' bgcolor='#F0F4F9'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td rowspan='3' width='19'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td width='605' height='5'><img src='img/blank.gif' width='1' height='1'></td></tr>\r\n";
       temp+="<tr><td bgcolor='#F0F4F9' rowspan='2'><img src='img/blank.gif' width='10' height='1'></td>\r\n";
       temp+="<td rowspan='2' width='154' bgcolor='#F0F4F9' valign='top' class='left'>";
    
       temp+="The Keyword you entered is invalid. Please try again or click the company name on the left.";
        
       temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	   temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	   temp+="</body></html>";  
  	   write(temp);   
      }  
    	else
      	write(temp);
      close();
    }   
	}
	else
	{
		//var cnt=5-keyw.length;
		//while(cnt>0)
		//{	
			//keyw="0"+keyw;
		//	cnt--;
		//}
		//keyw="A"+keyw;
		for(var i=0;i<num;i++)
		{
			str=cd[i];
			if(str==keyw)
			{
				check=check+1;
        temp+="<li><a href='./html/"+cd[i]+"_1.htm' target='main'>"+nm[i]+"</a></li>";
			}
		}
    
    temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	temp+="</body></html>";
  	
    with(parent.mainFrame.document) 
    {
    	open();
    	if(check==0)
      {
       temp="<html>\r\n"
       temp+="<head>\r\n"
       temp+="<meta http-equiv='Content-Type' content='text/html; charset=euc-kr'>\r\n";
       temp+="<link rel='stylesheet' href='cdrom.css' type='text/css'>\r\n";
       temp+="</head>\r\n";
       temp+="<body bgcolor='#BBBBBB' text='#000000' leftmargin='0' topmargin='0'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td><table width='808' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td width='10' background='img/backg1.gif'><img src='img/blank.gif' width='1' height='1'></td>\r\n";
       temp+="<td width='788'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0' align='center' bgcolor='#FFFFFF'>\r\n";
       temp+="<tr><td width='164' height='5' colspan='2' bgcolor='#F0F4F9'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td rowspan='3' width='19'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td width='605' height='5'><img src='img/blank.gif' width='1' height='1'></td></tr>\r\n";
       temp+="<tr><td bgcolor='#F0F4F9' rowspan='2'><img src='img/blank.gif' width='10' height='1'></td>\r\n";
       temp+="<td rowspan='2' width='154' bgcolor='#F0F4F9' valign='top' class='left'>";
    
       temp+="The Keyword you entered is invalid. Please try again or click the company name on the left.";
        
       temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	   temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	   temp+="</body></html>";  
  	   write(temp);   
      }
      else
        write(temp);      
      close();     
		}
	}
	return true;    
}


function showMesang(form) 
  {
    if(navigator.appName=="Netscape") parent.left.location.replace("blank.html");
    else parent.mainFrame.location.reload();
    var num,str,check,temp,keyw;
    var nm=parent.nm;
    var cd=parent.cd;
    var typelist = parent.listtype;
    var group = parent.group;
//    var upjong = parent.upjong;
    var head = parent.head;
    var bdate = parent.bdate;
   
    temp="<html>\r\n"
    temp+="<head>\r\n"
    temp+="<meta http-equiv='Content-Type' content='text/html; charset=euc-kr'>\r\n";
    temp+="<link rel='stylesheet' href='cdrom.css' type='text/css'>\r\n";

    temp+="<script language=javascript>\r\n";
    temp+="function foo(){\r\n";
    temp+="	var varA;\r\n";
    temp+="	varA = document.all.tags('A');\r\n";
    temp+="	window.open(varA[0],'main');\r\n";
    temp+="}\r\n";
    temp+="</script>\r\n";
    
    temp+="</head>\r\n";
    temp+="<body bgcolor='#BBBBBB' text='#000000' leftmargin='0' topmargin='0' onLoad='foo();'>\r\n";
    temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>\r\n";
    temp+="<tr><td><table width='808' border='0' cellspacing='0' cellpadding='0'>\r\n";
    temp+="<tr><td width='10' background='img/backg1.gif'><img src='img/blank.gif' width='1' height='1'></td>\r\n";
    temp+="<td width='788'>\r\n";
    temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0' align='center' bgcolor='#FFFFFF'>\r\n";
    temp+="<tr><td width='164' height='5' colspan='2' bgcolor='#F0F4F9'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
    temp+="<td rowspan='3' width='19'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
    temp+="<td width='605' height='5'><img src='img/blank.gif' width='1' height='1'></td></tr>\r\n";
    temp+="<tr><td bgcolor='#F0F4F9' rowspan='2'><img src='img/blank.gif' width='10' height='1'></td>\r\n";
    temp+="<td rowspan='2' width='154' bgcolor='#F0F4F9' valign='top' class='left'>";
    
		check=0;
		num=nm.length;
        keyw=form.keyword.value;
  if (isNaN(parseInt(keyw,10)))
	{
		for(var i=0;i<num;i++) 
		{
			str=nm[i];
			if((str.indexOf(keyw)!=-1)&&(typelist[i]=='»óÀå'))
			{
				check=check+1;
        temp+="<li><a href='./html/"+cd[i]+"_1.htm' target='main'>"+nm[i]+"</a></li>";
			}
		}

  	temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	temp+="</body></html>";
  	
    with(parent.mainFrame.document) 
  	{
    	open();
    	if(check==0)
      {
       temp="<html>\r\n"
       temp+="<head>\r\n"
       temp+="<meta http-equiv='Content-Type' content='text/html; charset=euc-kr'>\r\n";
       temp+="<link rel='stylesheet' href='cdrom.css' type='text/css'>\r\n";
       temp+="</head>\r\n";
       temp+="<body bgcolor='#BBBBBB' text='#000000' leftmargin='0' topmargin='0'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td><table width='808' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td width='10' background='img/backg1.gif'><img src='img/blank.gif' width='1' height='1'></td>\r\n";
       temp+="<td width='788'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0' align='center' bgcolor='#FFFFFF'>\r\n";
       temp+="<tr><td width='164' height='5' colspan='2' bgcolor='#F0F4F9'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td rowspan='3' width='19'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td width='605' height='5'><img src='img/blank.gif' width='1' height='1'></td></tr>\r\n";
       temp+="<tr><td bgcolor='#F0F4F9' rowspan='2'><img src='img/blank.gif' width='10' height='1'></td>\r\n";
       temp+="<td rowspan='2' width='154' bgcolor='#F0F4F9' valign='top' class='left'>";
    
       temp+="The Keyword you entered is invalid. Please try again or click the company name on the left.";
        
       temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	   temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	   temp+="</body></html>";  
  	   write(temp);   
      }  
    	else
      	write(temp);
      close();
    }   
	}
	else
	{
		var cnt=5-keyw.length;
		while(cnt>0)
		{	
			keyw="0"+keyw;
			cnt--;
		}
		keyw="A"+keyw;
		for(var i=0;i<num;i++)
		{
			str=cd[i];
			if(str==keyw)
			{
				check=check+1;
        temp+="<li><a href='./html/"+cd[i]+"_1.htm' target='main'>"+nm[i]+"</a></li>";
			}
		}
    
    temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	temp+="</body></html>";
  	
    with(parent.mainFrame.document) 
    {
    	open();
    	if(check==0)
      {
       temp="<html>\r\n"
       temp+="<head>\r\n"
       temp+="<meta http-equiv='Content-Type' content='text/html; charset=euc-kr'>\r\n";
       temp+="<link rel='stylesheet' href='cdrom.css' type='text/css'>\r\n";
       temp+="</head>\r\n";
       temp+="<body bgcolor='#BBBBBB' text='#000000' leftmargin='0' topmargin='0'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td><table width='808' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td width='10' background='img/backg1.gif'><img src='img/blank.gif' width='1' height='1'></td>\r\n";
       temp+="<td width='788'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0' align='center' bgcolor='#FFFFFF'>\r\n";
       temp+="<tr><td width='164' height='5' colspan='2' bgcolor='#F0F4F9'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td rowspan='3' width='19'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td width='605' height='5'><img src='img/blank.gif' width='1' height='1'></td></tr>\r\n";
       temp+="<tr><td bgcolor='#F0F4F9' rowspan='2'><img src='img/blank.gif' width='10' height='1'></td>\r\n";
       temp+="<td rowspan='2' width='154' bgcolor='#F0F4F9' valign='top' class='left'>";
    
       temp+="The Keyword you entered is invalid. Please try again or click the company name on the left.";
        
       temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	   temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	   temp+="</body></html>";  
  	   write(temp);   
      }
      else
        write(temp);      
      close();     
		}
	}
	return true;    
}




function showMekos(form) 
  {
    if(navigator.appName=="Netscape") parent.left.location.replace("blank.html");
    else parent.mainFrame.location.reload();
    var num,str,check,temp,keyw;
    var nm=parent.nm;
    var cd=parent.cd;
    var typelist = parent.listtype;
    var group = parent.group;
//    var upjong = parent.upjong;
    var head = parent.head;
    var bdate = parent.bdate;
   
    temp="<html>\r\n"
    temp+="<head>\r\n"
    temp+="<meta http-equiv='Content-Type' content='text/html; charset=euc-kr'>\r\n";
    temp+="<link rel='stylesheet' href='cdrom.css' type='text/css'>\r\n";

    temp+="<script language=javascript>\r\n";
    temp+="function foo(){\r\n";
    temp+="	var varA;\r\n";
    temp+="	varA = document.all.tags('A');\r\n";
    temp+="	window.open(varA[0],'main');\r\n";
    temp+="}\r\n";
    temp+="</script>\r\n";
    
    temp+="</head>\r\n";
    temp+="<body bgcolor='#BBBBBB' text='#000000' leftmargin='0' topmargin='0' onLoad='foo();'>\r\n";
    temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>\r\n";
    temp+="<tr><td><table width='808' border='0' cellspacing='0' cellpadding='0'>\r\n";
    temp+="<tr><td width='10' background='img/backg1.gif'><img src='img/blank.gif' width='1' height='1'></td>\r\n";
    temp+="<td width='788'>\r\n";
    temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0' align='center' bgcolor='#FFFFFF'>\r\n";
    temp+="<tr><td width='164' height='5' colspan='2' bgcolor='#F0F4F9'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
    temp+="<td rowspan='3' width='19'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
    temp+="<td width='605' height='5'><img src='img/blank.gif' width='1' height='1'></td></tr>\r\n";
    temp+="<tr><td bgcolor='#F0F4F9' rowspan='2'><img src='img/blank.gif' width='10' height='1'></td>\r\n";
    temp+="<td rowspan='2' width='154' bgcolor='#F0F4F9' valign='top' class='left'>";
    
		check=0;
		num=nm.length;
        keyw=form.keyword.value;
  if (isNaN(parseInt(keyw,10)))
	{
		for(var i=0;i<num;i++) 
		{
			str=nm[i];
			if((str.indexOf(keyw)!=-1)&&(typelist[i]=='ÄÚ½º´Ú'))
			{
				check=check+1;
        temp+="<li><a href='./html/"+cd[i]+"_1.htm' target='main'>"+nm[i]+"</a></li>";
			}
		}

  	temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	temp+="</body></html>";
  	
    with(parent.mainFrame.document) 
  	{
    	open();
    	if(check==0)
      {
       temp="<html>\r\n"
       temp+="<head>\r\n"
       temp+="<meta http-equiv='Content-Type' content='text/html; charset=euc-kr'>\r\n";
       temp+="<link rel='stylesheet' href='cdrom.css' type='text/css'>\r\n";
       temp+="</head>\r\n";
       temp+="<body bgcolor='#BBBBBB' text='#000000' leftmargin='0' topmargin='0'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td><table width='808' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td width='10' background='img/backg1.gif'><img src='img/blank.gif' width='1' height='1'></td>\r\n";
       temp+="<td width='788'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0' align='center' bgcolor='#FFFFFF'>\r\n";
       temp+="<tr><td width='164' height='5' colspan='2' bgcolor='#F0F4F9'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td rowspan='3' width='19'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td width='605' height='5'><img src='img/blank.gif' width='1' height='1'></td></tr>\r\n";
       temp+="<tr><td bgcolor='#F0F4F9' rowspan='2'><img src='img/blank.gif' width='10' height='1'></td>\r\n";
       temp+="<td rowspan='2' width='154' bgcolor='#F0F4F9' valign='top' class='left'>";
    
       temp+="The Keyword you entered is invalid. Please try again or click the company name on the left.";
        
       temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	   temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	   temp+="</body></html>";  
  	   write(temp);   
      }  
    	else
      	write(temp);
      close();
    }   
	}
	else
	{
		var cnt=5-keyw.length;
		while(cnt>0)
		{	
			keyw="0"+keyw;
			cnt--;
		}
		keyw="A"+keyw;
		for(var i=0;i<num;i++)
		{
			str=cd[i];
			if(str==keyw)
			{
				check=check+1;
        temp+="<li><a href='./html/"+cd[i]+"_1.htm' target='main'>"+nm[i]+"</a></li>";
			}
		}
    
    temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	temp+="</body></html>";
  	
    with(parent.mainFrame.document) 
    {
    	open();
    	if(check==0)
      {
       temp="<html>\r\n"
       temp+="<head>\r\n"
       temp+="<meta http-equiv='Content-Type' content='text/html; charset=euc-kr'>\r\n";
       temp+="<link rel='stylesheet' href='cdrom.css' type='text/css'>\r\n";
       temp+="</head>\r\n";
       temp+="<body bgcolor='#BBBBBB' text='#000000' leftmargin='0' topmargin='0'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td><table width='808' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td width='10' background='img/backg1.gif'><img src='img/blank.gif' width='1' height='1'></td>\r\n";
       temp+="<td width='788'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0' align='center' bgcolor='#FFFFFF'>\r\n";
       temp+="<tr><td width='164' height='5' colspan='2' bgcolor='#F0F4F9'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td rowspan='3' width='19'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td width='605' height='5'><img src='img/blank.gif' width='1' height='1'></td></tr>\r\n";
       temp+="<tr><td bgcolor='#F0F4F9' rowspan='2'><img src='img/blank.gif' width='10' height='1'></td>\r\n";
       temp+="<td rowspan='2' width='154' bgcolor='#F0F4F9' valign='top' class='left'>";
    
       temp+="The Keyword you entered is invalid. Please try again or click the company name on the left.";
        
       temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	   temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	   temp+="</body></html>";  
  	   write(temp);  
      }
      else
        write(temp);      
      close();     
		}
	}
	return true;    
}




function showMeyejung(form) 
  {
    if(navigator.appName=="Netscape") parent.left.location.replace("blank.html");
    else parent.mainFrame.location.reload();
    var num,str,check,temp,keyw;
    var nm=parent.nm;
    var cd=parent.cd;
    var typelist = parent.listtype;
    var group = parent.group;
//    var upjong = parent.upjong;
    var head = parent.head;
    var bdate = parent.bdate;
    
    temp="<html>\r\n"
    temp+="<head>\r\n"
    temp+="<meta http-equiv='Content-Type' content='text/html; charset=euc-kr'>\r\n";
    temp+="<link rel='stylesheet' href='cdrom.css' type='text/css'>\r\n";

    temp+="<script language=javascript>\r\n";
    temp+="function foo(){\r\n";
    temp+="	var varA;\r\n";
    temp+="	varA = document.all.tags('A');\r\n";
    temp+="	window.open(varA[0],'main');\r\n";
    temp+="}\r\n";
    temp+="</script>\r\n";
    
    temp+="</head>\r\n";
    temp+="<body bgcolor='#BBBBBB' text='#000000' leftmargin='0' topmargin='0' onLoad='foo();'>\r\n";
    temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>\r\n";
    temp+="<tr><td><table width='808' border='0' cellspacing='0' cellpadding='0'>\r\n";
    temp+="<tr><td width='10' background='img/backg1.gif'><img src='img/blank.gif' width='1' height='1'></td>\r\n";
    temp+="<td width='788'>\r\n";
    temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0' align='center' bgcolor='#FFFFFF'>\r\n";
    temp+="<tr><td width='164' height='5' colspan='2' bgcolor='#F0F4F9'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
    temp+="<td rowspan='3' width='19'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
    temp+="<td width='605' height='5'><img src='img/blank.gif' width='1' height='1'></td></tr>\r\n";
    temp+="<tr><td bgcolor='#F0F4F9' rowspan='2'><img src='img/blank.gif' width='10' height='1'></td>\r\n";
    temp+="<td rowspan='2' width='154' bgcolor='#F0F4F9' valign='top' class='left'>";
    
		check=0;
		num=nm.length;
    	keyw=form.keyword.value;
  if (isNaN(parseInt(keyw,10)))
	{
		for(var i=0;i<num;i++) 
		{
			str=nm[i];
			if((str.indexOf(keyw)!=-1)&&(typelist[i]=='¿¹Á¤'))
			{
				check=check+1;
        temp+="<li><a href='./html/"+cd[i]+"_1.htm' target='main'>"+nm[i]+"</a></li>";
			}
		}

  	temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	temp+="</body></html>";
  	
    with(parent.mainFrame.document) 
  	{
    	open();
    	if(check==0)
      {
       temp="<html>\r\n"
       temp+="<head>\r\n"
       temp+="<meta http-equiv='Content-Type' content='text/html; charset=euc-kr'>\r\n";
       temp+="<link rel='stylesheet' href='cdrom.css' type='text/css'>\r\n";
       temp+="</head>\r\n";
       temp+="<body bgcolor='#BBBBBB' text='#000000' leftmargin='0' topmargin='0'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td><table width='808' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td width='10' background='img/backg1.gif'><img src='img/blank.gif' width='1' height='1'></td>\r\n";
       temp+="<td width='788'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0' align='center' bgcolor='#FFFFFF'>\r\n";
       temp+="<tr><td width='164' height='5' colspan='2' bgcolor='#F0F4F9'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td rowspan='3' width='19'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td width='605' height='5'><img src='img/blank.gif' width='1' height='1'></td></tr>\r\n";
       temp+="<tr><td bgcolor='#F0F4F9' rowspan='2'><img src='img/blank.gif' width='10' height='1'></td>\r\n";
       temp+="<td rowspan='2' width='154' bgcolor='#F0F4F9' valign='top' class='left'>";
    
       temp+="The Keyword you entered is invalid. Please try again or click the company name on the left.";
        
       temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	   temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	   temp+="</body></html>";  
  	   write(temp);   
      }  
    	else
      	write(temp);
      close();
    }   
	}
	else
	{
		var cnt=5-keyw.length;
		while(cnt>0)
		{	
			keyw="0"+keyw;
			cnt--;
		}
		keyw="A"+keyw;
		for(var i=0;i<num;i++)
		{
			str=cd[i];
			if(str==keyw)
			{
				check=check+1;
        temp+="<li><a href='./html/"+cd[i]+"_1.htm' target='main'>"+nm[i]+"</a></li>";
			}
		}
    
    temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	temp+="</body></html>";
  	
    with(parent.mainFrame.document) 
    {
    	open();
    	if(check==0)
      {
       temp="<html>\r\n"
       temp+="<head>\r\n"
       temp+="<meta http-equiv='Content-Type' content='text/html; charset=euc-kr'>\r\n";
       temp+="<link rel='stylesheet' href='cdrom.css' type='text/css'>\r\n";
       temp+="</head>\r\n";
       temp+="<body bgcolor='#BBBBBB' text='#000000' leftmargin='0' topmargin='0'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td><table width='808' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td width='10' background='img/backg1.gif'><img src='img/blank.gif' width='1' height='1'></td>\r\n";
       temp+="<td width='788'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0' align='center' bgcolor='#FFFFFF'>\r\n";
       temp+="<tr><td width='164' height='5' colspan='2' bgcolor='#F0F4F9'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td rowspan='3' width='19'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td width='605' height='5'><img src='img/blank.gif' width='1' height='1'></td></tr>\r\n";
       temp+="<tr><td bgcolor='#F0F4F9' rowspan='2'><img src='img/blank.gif' width='10' height='1'></td>\r\n";
       temp+="<td rowspan='2' width='154' bgcolor='#F0F4F9' valign='top' class='left'>";
    
       temp+="The Keyword you entered is invalid. Please try again or click the company name on the left.";
        
       temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	   temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	   temp+="</body></html>";  
  	   write(temp);   
      }
      else
        write(temp);      
      close();     
		}
	}
	return true;    
}

function showMegroupsang(form) 
  {
    if(navigator.appName=="Netscape") parent.left.location.replace("blank.html");
    else parent.mainFrame.location.reload();
    var num,str,str2,check,temp,keyw,keyw2;
    var nm=parent.nm;
    var cd=parent.cd;
    var typelist = parent.listtype;
    var group = parent.group;
    var upjong = parent.upjong;
    var head = parent.head;
    var bdate = parent.bdate;
   
    temp="<html>\r\n"
    temp+="<head>\r\n"
    temp+="<meta http-equiv='Content-Type' content='text/html; charset=euc-kr'>\r\n";
    temp+="<link rel='stylesheet' href='cdrom.css' type='text/css'>\r\n";

    temp+="<script language=javascript>\r\n";
    temp+="function foo(){\r\n";
    temp+="	var varA;\r\n";
    temp+="	varA = document.all.tags('A');\r\n";
    temp+="	window.open(varA[0],'main');\r\n";
    temp+="}\r\n";
    temp+="</script>\r\n";
    
    temp+="</head>\r\n";
    temp+="<body bgcolor='#BBBBBB' text='#000000' leftmargin='0' topmargin='0' onLoad='foo();'>\r\n";
    temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>\r\n";
    temp+="<tr><td><table width='808' border='0' cellspacing='0' cellpadding='0'>\r\n";
    temp+="<tr><td width='10' background='img/backg1.gif'><img src='img/blank.gif' width='1' height='1'></td>\r\n";
    temp+="<td width='788'>\r\n";
    temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0' align='center' bgcolor='#FFFFFF'>\r\n";
    temp+="<tr><td width='164' height='5' colspan='2' bgcolor='#F0F4F9'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
    temp+="<td rowspan='3' width='19'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
    temp+="<td width='605' height='5'><img src='img/blank.gif' width='1' height='1'></td></tr>\r\n";
    temp+="<tr><td bgcolor='#F0F4F9' rowspan='2'><img src='img/blank.gif' width='10' height='1'></td>\r\n";
    temp+="<td rowspan='2' width='154' bgcolor='#F0F4F9' valign='top' class='left'>";
    
		check=0;
		num=group.length;
		keyw=form;
		keyw2 = '»óÀå';
  if (isNaN(parseInt(keyw,10)))
	{
		for(var i=0;i<num;i++) 
		{
			str=group[i];
			str2=typelist[i];
			if((str==keyw) && (str2.indexOf(keyw2)!=-1))
			{
				check=check+1;
        temp+="<li><a href='./html/"+cd[i]+"_1.htm' target='main'>"+nm[i]+"</a></li>";
			}
		}

  	temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	temp+="</body></html>";
  	
    with(parent.mainFrame.document) 
  	{
    	open();
    	if(check==0)
      {
       temp="<html>\r\n"
       temp+="<head>\r\n"
       temp+="<meta http-equiv='Content-Type' content='text/html; charset=euc-kr'>\r\n";
       temp+="<link rel='stylesheet' href='cdrom.css' type='text/css'>\r\n";
       temp+="</head>\r\n";
       temp+="<body bgcolor='#BBBBBB' text='#000000' leftmargin='0' topmargin='0'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td><table width='808' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td width='10' background='img/backg1.gif'><img src='img/blank.gif' width='1' height='1'></td>\r\n";
       temp+="<td width='788'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0' align='center' bgcolor='#FFFFFF'>\r\n";
       temp+="<tr><td width='164' height='5' colspan='2' bgcolor='#F0F4F9'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td rowspan='3' width='19'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td width='605' height='5'><img src='img/blank.gif' width='1' height='1'></td></tr>\r\n";
       temp+="<tr><td bgcolor='#F0F4F9' rowspan='2'><img src='img/blank.gif' width='10' height='1'></td>\r\n";
       temp+="<td rowspan='2' width='154' bgcolor='#F0F4F9' valign='top' class='left'>";
    
       temp+="The Keyword you entered is invalid. Please try again or click the company name on the left.";
        
       temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	   temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	   temp+="</body></html>";  
  	   write(temp);
      }  
    	else
      	write(temp);
      close();
    }   
	}
	else if (keyw=="0")
	{
	  {open('samid22_1.htm','mainFrame'); return true;}
    } 
}



function showMeupjongsang(form) 
  {
    if(navigator.appName=="Netscape") parent.left.location.replace("blank.html");
    else parent.mainFrame.location.reload();
    var num,str,check,temp,keyw;
    var nm=parent.nm;
    var cd=parent.cd;
    var typelist = parent.listtype;
    var group = parent.group;
    var upjong = parent.upjong;
    var head = parent.head;
    var bdate = parent.bdate;
    
    temp="<html>\r\n"
    temp+="<head>\r\n"
    temp+="<meta http-equiv='Content-Type' content='text/html; charset=euc-kr'>\r\n";
    temp+="<link rel='stylesheet' href='cdrom.css' type='text/css'>\r\n";

    temp+="<script language=javascript>\r\n";
    temp+="function foo(){\r\n";
    temp+="	var varA;\r\n";
    temp+="	varA = document.all.tags('A');\r\n";
    temp+="	window.open(varA[0],'main');\r\n";
    temp+="}\r\n";
    temp+="</script>\r\n";
    
    temp+="</head>\r\n";
    temp+="<body bgcolor='#BBBBBB' text='#000000' leftmargin='0' topmargin='0' onLoad='foo();'>\r\n";
    temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>\r\n";
    temp+="<tr><td><table width='808' border='0' cellspacing='0' cellpadding='0'>\r\n";
    temp+="<tr><td width='10' background='img/backg1.gif'><img src='img/blank.gif' width='1' height='1'></td>\r\n";
    temp+="<td width='788'>\r\n";
    temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0' align='center' bgcolor='#FFFFFF'>\r\n";
    temp+="<tr><td width='164' height='5' colspan='2' bgcolor='#F0F4F9'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
    temp+="<td rowspan='3' width='19'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
    temp+="<td width='605' height='5'><img src='img/blank.gif' width='1' height='1'></td></tr>\r\n";
    temp+="<tr><td bgcolor='#F0F4F9' rowspan='2'><img src='img/blank.gif' width='10' height='1'></td>\r\n";
    temp+="<td rowspan='2' width='154' bgcolor='#F0F4F9' valign='top' class='left'>";
    
		check=0;
		num=upjong.length;
		keyw=form;
  if (isNaN(parseInt(keyw,10)))
	{
		for(var i=0;i<num;i++) 
		{
			str=upjong[i];
			if((str.indexOf(keyw)!=-1)&&(typelist[i]=='»óÀå'))
			{
				check=check+1;
        temp+="<li><a href='./html/"+cd[i]+"_1.htm' target='main'>"+nm[i]+"</a></li>";
			}
		}

  	temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	temp+="</body></html>";
  	
    with(parent.mainFrame.document) 
  	{
    	open();
    	if(check==0)
      {
       temp="<html>\r\n"
       temp+="<head>\r\n"
       temp+="<meta http-equiv='Content-Type' content='text/html; charset=euc-kr'>\r\n";
       temp+="<link rel='stylesheet' href='cdrom.css' type='text/css'>\r\n";
       temp+="</head>\r\n";
       temp+="<body bgcolor='#BBBBBB' text='#000000' leftmargin='0' topmargin='0'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td><table width='808' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td width='10' background='img/backg1.gif'><img src='img/blank.gif' width='1' height='1'></td>\r\n";
       temp+="<td width='788'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0' align='center' bgcolor='#FFFFFF'>\r\n";
       temp+="<tr><td width='164' height='5' colspan='2' bgcolor='#F0F4F9'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td rowspan='3' width='19'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td width='605' height='5'><img src='img/blank.gif' width='1' height='1'></td></tr>\r\n";
       temp+="<tr><td bgcolor='#F0F4F9' rowspan='2'><img src='img/blank.gif' width='10' height='1'></td>\r\n";
       temp+="<td rowspan='2' width='154' bgcolor='#F0F4F9' valign='top' class='left'>";
    
       temp+="The Keyword you entered is invalid. Please try again or click the company name on the left.";
        
       temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	   temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	   temp+="</body></html>";  
  	   write(temp);  
      }  
    	else
      	write(temp);
      close();
    }   
	}
	else if (keyw=="0")
	{
	  {open('samid22_1.htm','mainFrame'); return true;}
    }   
}

function showMegroupkos(form) 
  {
    if(navigator.appName=="Netscape") parent.left.location.replace("blank.html");
    else parent.mainFrame.location.reload();
    var num,str,str2,check,temp,keyw,keyw2;
    var nm=parent.nm;
    var cd=parent.cd;
    var typelist = parent.listtype;
    var group = parent.group;
    var upjong = parent.upjong;
    var head = parent.head;
    var bdate = parent.bdate;
   
   temp="<html>\r\n"
    temp+="<head>\r\n"
    temp+="<meta http-equiv='Content-Type' content='text/html; charset=euc-kr'>\r\n";
    temp+="<link rel='stylesheet' href='cdrom.css' type='text/css'>\r\n";

    temp+="<script language=javascript>\r\n";
    temp+="function foo(){\r\n";
    temp+="	var varA;\r\n";
    temp+="	varA = document.all.tags('A');\r\n";
    temp+="	window.open(varA[0],'main');\r\n";
    temp+="}\r\n";
    temp+="</script>\r\n";
    
    temp+="</head>\r\n";
    temp+="<body bgcolor='#BBBBBB' text='#000000' leftmargin='0' topmargin='0' onLoad='foo();'>\r\n";
    temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>\r\n";
    temp+="<tr><td><table width='808' border='0' cellspacing='0' cellpadding='0'>\r\n";
    temp+="<tr><td width='10' background='img/backg1.gif'><img src='img/blank.gif' width='1' height='1'></td>\r\n";
    temp+="<td width='788'>\r\n";
    temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0' align='center' bgcolor='#FFFFFF'>\r\n";
    temp+="<tr><td width='164' height='5' colspan='2' bgcolor='#F0F4F9'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
    temp+="<td rowspan='3' width='19'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
    temp+="<td width='605' height='5'><img src='img/blank.gif' width='1' height='1'></td></tr>\r\n";
    temp+="<tr><td bgcolor='#F0F4F9' rowspan='2'><img src='img/blank.gif' width='10' height='1'></td>\r\n";
    temp+="<td rowspan='2' width='154' bgcolor='#F0F4F9' valign='top' class='left'>";
    
		check=0;
		num=group.length;
		keyw=form;
		keyw2 = 'ÄÚ½º´Ú';
  if (isNaN(parseInt(keyw,10)))
	{
		for(var i=0;i<num;i++) 
		{
			str=group[i];
			str2=typelist[i];
			if((str==keyw) && (str2.indexOf(keyw2)!=-1))
			{
				check=check+1;
          temp+="<tr><td width = 150 class='num1'><a href='./html/"+cd[i]+"_1.htm' target='right'>&nbsp;"+nm[i]+"</a></td><td width=60 class='num1'>&nbsp;"+typelist[i]+"</td><td width=150 class='num1'>&nbsp;"+group[i]+"</td><td width=130 class='num1'>&nbsp;"+upjong[i]+"</td><td width = 150 class='num1'>&nbsp;"+head[i]+"</td><td width=100 class='num1'>&nbsp;"+bdate[i]+"</td></tr>";
			}
		}

  	temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	temp+="</body></html>";
  	
    with(parent.mainFrame.document) 
  	{
    	open();
    	if(check==0)
      {
       temp="<html>\r\n"
       temp+="<head>\r\n"
       temp+="<meta http-equiv='Content-Type' content='text/html; charset=euc-kr'>\r\n";
       temp+="<link rel='stylesheet' href='cdrom.css' type='text/css'>\r\n";
       temp+="</head>\r\n";
       temp+="<body bgcolor='#BBBBBB' text='#000000' leftmargin='0' topmargin='0'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td><table width='808' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td width='10' background='img/backg1.gif'><img src='img/blank.gif' width='1' height='1'></td>\r\n";
       temp+="<td width='788'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0' align='center' bgcolor='#FFFFFF'>\r\n";
       temp+="<tr><td width='164' height='5' colspan='2' bgcolor='#F0F4F9'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td rowspan='3' width='19'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td width='605' height='5'><img src='img/blank.gif' width='1' height='1'></td></tr>\r\n";
       temp+="<tr><td bgcolor='#F0F4F9' rowspan='2'><img src='img/blank.gif' width='10' height='1'></td>\r\n";
       temp+="<td rowspan='2' width='154' bgcolor='#F0F4F9' valign='top' class='left'>";
    
       temp+="The Keyword you entered is invalid. Please try again or click the company name on the left.";
        
       temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	   temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	   temp+="</body></html>";  
  	   write(temp);   
      }  
    	else
      	write(temp);
      close();
    }   
	}
	else if (keyw=="0")
	{
	  {open('samid23_1.htm','mainFrame'); return true;}
    } 
}


function showMeupjongkos(form) 
  {
    if(navigator.appName=="Netscape") parent.left.location.replace("blank.html");
    else parent.mainFrame.location.reload();
    var num,str,check,temp,keyw;
    var nm=parent.nm;
    var cd=parent.cd;
    var typelist = parent.listtype;
    var group = parent.group;
    var upjong = parent.upjong;
    var head = parent.head;
    var bdate = parent.bdate;
   
    temp="<html>\r\n"
    temp+="<head>\r\n"
    temp+="<meta http-equiv='Content-Type' content='text/html; charset=euc-kr'>\r\n";
    temp+="<link rel='stylesheet' href='cdrom.css' type='text/css'>\r\n";

    temp+="<script language=javascript>\r\n";
    temp+="function foo(){\r\n";
    temp+="	var varA;\r\n";
    temp+="	varA = document.all.tags('A');\r\n";
    temp+="	window.open(varA[0],'main');\r\n";
    temp+="}\r\n";
    temp+="</script>\r\n";
    
    temp+="</head>\r\n";
    temp+="<body bgcolor='#BBBBBB' text='#000000' leftmargin='0' topmargin='0' onLoad='foo();'>\r\n";
    temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>\r\n";
    temp+="<tr><td><table width='808' border='0' cellspacing='0' cellpadding='0'>\r\n";
    temp+="<tr><td width='10' background='img/backg1.gif'><img src='img/blank.gif' width='1' height='1'></td>\r\n";
    temp+="<td width='788'>\r\n";
    temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0' align='center' bgcolor='#FFFFFF'>\r\n";
    temp+="<tr><td width='164' height='5' colspan='2' bgcolor='#F0F4F9'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
    temp+="<td rowspan='3' width='19'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
    temp+="<td width='605' height='5'><img src='img/blank.gif' width='1' height='1'></td></tr>\r\n";
    temp+="<tr><td bgcolor='#F0F4F9' rowspan='2'><img src='img/blank.gif' width='10' height='1'></td>\r\n";
    temp+="<td rowspan='2' width='154' bgcolor='#F0F4F9' valign='top' class='left'>";
    
		check=0;
		num=upjong.length;
		keyw=form;
  if (isNaN(parseInt(keyw,10)))
	{
		for(var i=0;i<num;i++) 
		{
			str=upjong[i];
			if((str.indexOf(keyw)!=-1)&&(typelist[i]=='ÄÚ½º´Ú'))
			{
				check=check+1;
          temp+="<tr><td width = 150  class='num1'><a href='./html/"+cd[i]+"_1.htm' target='right'>&nbsp;"+nm[i]+"</a></td><td width=60 class='num1'>&nbsp;"+typelist[i]+"</td><td width=150 class='num1'>&nbsp;"+group[i]+"</td><td width=130 class='num1'>&nbsp;"+upjong[i]+"</td><td width = 150 class='num1'>&nbsp;"+head[i]+"</td><td width=100 class='num1'>&nbsp;"+bdate[i]+"</td></tr>";
			}
		}

  	temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	temp+="</body></html>";
  	
    with(parent.mainFrame.document) 
  	{
    	open();
    	if(check==0)
      {
       temp="<html>\r\n"
       temp+="<head>\r\n"
       temp+="<meta http-equiv='Content-Type' content='text/html; charset=euc-kr'>\r\n";
       temp+="<link rel='stylesheet' href='cdrom.css' type='text/css'>\r\n";
       temp+="</head>\r\n";
       temp+="<body bgcolor='#BBBBBB' text='#000000' leftmargin='0' topmargin='0'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td><table width='808' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td width='10' background='img/backg1.gif'><img src='img/blank.gif' width='1' height='1'></td>\r\n";
       temp+="<td width='788'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0' align='center' bgcolor='#FFFFFF'>\r\n";
       temp+="<tr><td width='164' height='5' colspan='2' bgcolor='#F0F4F9'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td rowspan='3' width='19'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td width='605' height='5'><img src='img/blank.gif' width='1' height='1'></td></tr>\r\n";
       temp+="<tr><td bgcolor='#F0F4F9' rowspan='2'><img src='img/blank.gif' width='10' height='1'></td>\r\n";
       temp+="<td rowspan='2' width='154' bgcolor='#F0F4F9' valign='top' class='left'>";
    
       temp+="The Keyword you entered is invalid. Please try again or click the company name on the left.";
        
       temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	   temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	   temp+="</body></html>";  
  	   write(temp);
      }  
    	else
      	write(temp);
      close();
    }   
	}
	else if (keyw=="0")
	{
	  {open('samid23_1.htm','mainFrame'); return true;}
    } 
}

function showMegroupyejung(form) 
  {
    if(navigator.appName=="Netscape") parent.left.location.replace("blank.html");
    else parent.mainFrame.location.reload();
    var num,str,str2,check,temp,keyw,keyw2;
    var nm=parent.nm;
    var cd=parent.cd;
    var typelist = parent.listtype;
    var group = parent.group;
    var upjong = parent.upjong;
    var head = parent.head;
    var bdate = parent.bdate;
   
    temp="<html>\r\n"
    temp+="<head>\r\n"
    temp+="<meta http-equiv='Content-Type' content='text/html; charset=euc-kr'>\r\n";
    temp+="<link rel='stylesheet' href='cdrom.css' type='text/css'>\r\n";

    temp+="<script language=javascript>\r\n";
    temp+="function foo(){\r\n";
    temp+="	var varA;\r\n";
    temp+="	varA = document.all.tags('A');\r\n";
    temp+="	window.open(varA[0],'main');\r\n";
    temp+="}\r\n";
    temp+="</script>\r\n";
    
    temp+="</head>\r\n";
    temp+="<body bgcolor='#BBBBBB' text='#000000' leftmargin='0' topmargin='0' onLoad='foo();'>\r\n";
    temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>\r\n";
    temp+="<tr><td><table width='808' border='0' cellspacing='0' cellpadding='0'>\r\n";
    temp+="<tr><td width='10' background='img/backg1.gif'><img src='img/blank.gif' width='1' height='1'></td>\r\n";
    temp+="<td width='788'>\r\n";
    temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0' align='center' bgcolor='#FFFFFF'>\r\n";
    temp+="<tr><td width='164' height='5' colspan='2' bgcolor='#F0F4F9'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
    temp+="<td rowspan='3' width='19'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
    temp+="<td width='605' height='5'><img src='img/blank.gif' width='1' height='1'></td></tr>\r\n";
    temp+="<tr><td bgcolor='#F0F4F9' rowspan='2'><img src='img/blank.gif' width='10' height='1'></td>\r\n";
    temp+="<td rowspan='2' width='154' bgcolor='#F0F4F9' valign='top' class='left'>";
    
		check=0;
		num=group.length;
		keyw=form;
		keyw2 = '¿¹Á¤';
  if (isNaN(parseInt(keyw,10)))
	{
		for(var i=0;i<num;i++) 
		{
			str=group[i];
			str2=typelist[i];
			if((str==keyw) && (str2.indexOf(keyw2)!=-1))
			{
				check=check+1;
          temp+="<tr><td width = 150 class='num1'><a href='./html/"+cd[i]+"_1.htm' target='right'>&nbsp;"+nm[i]+"</a></td><td width=60 class='num1'>&nbsp;"+typelist[i]+"</td><td width=150 class='num1'>&nbsp;"+group[i]+"</td><td width=130 class='num1'>&nbsp;"+upjong[i]+"</td><td width = 150 class='num1'>&nbsp;"+head[i]+"</td><td width=100 class='num1'>&nbsp;"+bdate[i]+"</td></tr>";
			}
		}

  	temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	temp+="</body></html>";
  	
    with(parent.mainFrame.document) 
  	{
    	open();
    	if(check==0)
      {
       temp="<html>\r\n"
       temp+="<head>\r\n"
       temp+="<meta http-equiv='Content-Type' content='text/html; charset=euc-kr'>\r\n";
       temp+="<link rel='stylesheet' href='cdrom.css' type='text/css'>\r\n";
       temp+="</head>\r\n";
       temp+="<body bgcolor='#BBBBBB' text='#000000' leftmargin='0' topmargin='0'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td><table width='808' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td width='10' background='img/backg1.gif'><img src='img/blank.gif' width='1' height='1'></td>\r\n";
       temp+="<td width='788'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0' align='center' bgcolor='#FFFFFF'>\r\n";
       temp+="<tr><td width='164' height='5' colspan='2' bgcolor='#F0F4F9'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td rowspan='3' width='19'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td width='605' height='5'><img src='img/blank.gif' width='1' height='1'></td></tr>\r\n";
       temp+="<tr><td bgcolor='#F0F4F9' rowspan='2'><img src='img/blank.gif' width='10' height='1'></td>\r\n";
       temp+="<td rowspan='2' width='154' bgcolor='#F0F4F9' valign='top' class='left'>";
    
       temp+="The Keyword you entered is invalid. Please try again or click the company name on the left.";
        
       temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	   temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	   temp+="</body></html>";  
  	   write(temp);   
      }  
    	else
      	write(temp);
      close();
    }   
	}
	else
	{
		var cnt=5-keyw.length;
		while(cnt>0)
		{	
			keyw="0"+keyw;
			cnt--;
		}
		keyw="A"+keyw;
		for(var i=0;i<num;i++)
		{
			str=cd[i];
			if(str==keyw)
			{
				check=check+1;
          temp+="<tr><td width = 150><a href='./html/"+cd[i]+"_1.htm' target='right'>&nbsp;"+nm[i]+"</a></td><td width=60>&nbsp;"+typelist[i]+"</td><td width=150>&nbsp;"+group[i]+"</td><td width=100>&nbsp;"+upjong[i]+"</td><td width = 100>&nbsp;"+head[i]+"</td><td width=100>&nbsp;"+bdate[i]+"</td></tr>";
			}
		}
    
    temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	temp+="</body></html>";
  	
    with(parent.mainFrame.document) 
    {
    	open();
    	if(check==0)
      {
       temp="<html>\r\n"
       temp+="<head>\r\n"
       temp+="<meta http-equiv='Content-Type' content='text/html; charset=euc-kr'>\r\n";
       temp+="<link rel='stylesheet' href='cdrom.css' type='text/css'>\r\n";
       temp+="</head>\r\n";
       temp+="<body bgcolor='#BBBBBB' text='#000000' leftmargin='0' topmargin='0'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td><table width='808' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td width='10' background='img/backg1.gif'><img src='img/blank.gif' width='1' height='1'></td>\r\n";
       temp+="<td width='788'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0' align='center' bgcolor='#FFFFFF'>\r\n";
       temp+="<tr><td width='164' height='5' colspan='2' bgcolor='#F0F4F9'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td rowspan='3' width='19'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td width='605' height='5'><img src='img/blank.gif' width='1' height='1'></td></tr>\r\n";
       temp+="<tr><td bgcolor='#F0F4F9' rowspan='2'><img src='img/blank.gif' width='10' height='1'></td>\r\n";
       temp+="<td rowspan='2' width='154' bgcolor='#F0F4F9' valign='top' class='left'>";
    
       temp+="The Keyword you entered is invalid. Please try again or click the company name on the left.";
        
       temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	   temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	   temp+="</body></html>";  
  	   write(temp);  
      }
      else
        write(temp);      
      close();     
		}
	}
	return true;    
}



function showMeupjongyejung(form) 
  {
    if(navigator.appName=="Netscape") parent.left.location.replace("blank.html");
    else parent.mainFrame.location.reload();
    var num,str,check,temp,keyw;
    var nm=parent.nm;
    var cd=parent.cd;
    var typelist = parent.listtype;
    var group = parent.group;
    var upjong = parent.upjong;
    var head = parent.head;
    var bdate = parent.bdate;
    
    temp="<html>\r\n"
    temp+="<head>\r\n"
    temp+="<meta http-equiv='Content-Type' content='text/html; charset=euc-kr'>\r\n";
    temp+="<link rel='stylesheet' href='cdrom.css' type='text/css'>\r\n";

    temp+="<script language=javascript>\r\n";
    temp+="function foo(){\r\n";
    temp+="	var varA;\r\n";
    temp+="	varA = document.all.tags('A');\r\n";
    temp+="	window.open(varA[0],'main');\r\n";
    temp+="}\r\n";
    temp+="</script>\r\n";
    
    temp+="</head>\r\n";
    temp+="<body bgcolor='#BBBBBB' text='#000000' leftmargin='0' topmargin='0' onLoad='foo();'>\r\n";
    temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>\r\n";
    temp+="<tr><td><table width='808' border='0' cellspacing='0' cellpadding='0'>\r\n";
    temp+="<tr><td width='10' background='img/backg1.gif'><img src='img/blank.gif' width='1' height='1'></td>\r\n";
    temp+="<td width='788'>\r\n";
    temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0' align='center' bgcolor='#FFFFFF'>\r\n";
    temp+="<tr><td width='164' height='5' colspan='2' bgcolor='#F0F4F9'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
    temp+="<td rowspan='3' width='19'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
    temp+="<td width='605' height='5'><img src='img/blank.gif' width='1' height='1'></td></tr>\r\n";
    temp+="<tr><td bgcolor='#F0F4F9' rowspan='2'><img src='img/blank.gif' width='10' height='1'></td>\r\n";
    temp+="<td rowspan='2' width='154' bgcolor='#F0F4F9' valign='top' class='left'>";
    
		check=0;
		num=upjong.length;
		keyw=form;
  if (isNaN(parseInt(keyw,10)))
	{
		for(var i=0;i<num;i++) 
		{
			str=upjong[i];
			if((str.indexOf(keyw)!=-1)&&(typelist[i]=='¿¹Á¤'))
			{
				check=check+1;
          temp+="<tr><td width = 150 class='num1'><a href='./html/"+cd[i]+"_1.htm' target='right'>&nbsp;"+nm[i]+"</a></td><td width=60 class='num1'>&nbsp;"+typelist[i]+"</td><td width=150 class='num1'>&nbsp;"+group[i]+"</td><td width=130 class='num1'>&nbsp;"+upjong[i]+"</td><td width = 150 class='num1'>&nbsp;"+head[i]+"</td><td width=100 class='num1'>&nbsp;"+bdate[i]+"</td></tr>";
			}
		}

  	temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	temp+="</body></html>";
  	
    with(parent.mainFrame.document) 
  	{
    	open();
    	if(check==0)
      {
       temp="<html>\r\n"
       temp+="<head>\r\n"
       temp+="<meta http-equiv='Content-Type' content='text/html; charset=euc-kr'>\r\n";
       temp+="<link rel='stylesheet' href='cdrom.css' type='text/css'>\r\n";
       temp+="</head>\r\n";
       temp+="<body bgcolor='#BBBBBB' text='#000000' leftmargin='0' topmargin='0'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td><table width='808' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td width='10' background='img/backg1.gif'><img src='img/blank.gif' width='1' height='1'></td>\r\n";
       temp+="<td width='788'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0' align='center' bgcolor='#FFFFFF'>\r\n";
       temp+="<tr><td width='164' height='5' colspan='2' bgcolor='#F0F4F9'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td rowspan='3' width='19'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td width='605' height='5'><img src='img/blank.gif' width='1' height='1'></td></tr>\r\n";
       temp+="<tr><td bgcolor='#F0F4F9' rowspan='2'><img src='img/blank.gif' width='10' height='1'></td>\r\n";
       temp+="<td rowspan='2' width='154' bgcolor='#F0F4F9' valign='top' class='left'>";
    
       temp+="The Keyword you entered is invalid. Please try again or click the company name on the left.";
        
       temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	   temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	   temp+="</body></html>";  
  	   write(temp); 
      }  
    	else
      	write(temp);
      close();
    }   
	}
	else
	{
		var cnt=5-keyw.length;
		while(cnt>0)
		{	
			keyw="0"+keyw;
			cnt--;
		}
		keyw="A"+keyw;
		for(var i=0;i<num;i++)
		{
			str=cd[i];
			if(str==keyw)
			{
				check=check+1;
          temp+="<tr><td width = 150><a href='./html/"+cd[i]+"_1.htm' target='right'>&nbsp;"+nm[i]+"</a></td><td width=60>&nbsp;"+typelist[i]+"</td><td width=150>&nbsp;"+group[i]+"</td><td width=100>&nbsp;"+upjong[i]+"</td><td width = 100>&nbsp;"+head[i]+"</td><td width=100>&nbsp;"+bdate[i]+"</td></tr>";
			}
		}
    
    temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	temp+="</body></html>";
  	
    with(parent.mainFrame.document) 
    {
    	open();
    	if(check==0)
      {
       temp="<html>\r\n"
       temp+="<head>\r\n"
       temp+="<meta http-equiv='Content-Type' content='text/html; charset=euc-kr'>\r\n";
       temp+="<link rel='stylesheet' href='cdrom.css' type='text/css'>\r\n";
       temp+="</head>\r\n";
       temp+="<body bgcolor='#BBBBBB' text='#000000' leftmargin='0' topmargin='0'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td><table width='808' border='0' cellspacing='0' cellpadding='0'>\r\n";
       temp+="<tr><td width='10' background='img/backg1.gif'><img src='img/blank.gif' width='1' height='1'></td>\r\n";
       temp+="<td width='788'>\r\n";
       temp+="<table width='100%' border='0' cellspacing='0' cellpadding='0' align='center' bgcolor='#FFFFFF'>\r\n";
       temp+="<tr><td width='164' height='5' colspan='2' bgcolor='#F0F4F9'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td rowspan='3' width='19'><img src='img/blank.gif' width='19' height='2'></td>\r\n";
       temp+="<td width='605' height='5'><img src='img/blank.gif' width='1' height='1'></td></tr>\r\n";
       temp+="<tr><td bgcolor='#F0F4F9' rowspan='2'><img src='img/blank.gif' width='10' height='1'></td>\r\n";
       temp+="<td rowspan='2' width='154' bgcolor='#F0F4F9' valign='top' class='left'>";
    
       temp+="The Keyword you entered is invalid. Please try again or click the company name on the left.";
        
       temp+="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
  	   temp+="</td></tr><tr> </tr></table></td></tr></table>";
  	   temp+="</body></html>";  
  	   write(temp); 
      }
      else
        write(temp);      
      close();     
		}
	}
	return true;    
}

