Index: /branches/dev/html/install/index.php
===================================================================
--- /branches/dev/html/install/index.php	(revision 11473)
+++ /branches/dev/html/install/index.php	(revision 11474)
@@ -52,5 +52,5 @@
 case 'welcome':
 	$objPage = lfDispAgreement($objPage);
-	$objPage->tpl_onload .= "fnChangeVisible('ok', 'next');";
+	$objPage->tpl_onload .= "fnChangeVisible('agreement_yes', 'next');";
 	break;
 // »ÈÍÑµöÂú·ÀÌó½ñ¤ÎÆ±°Õ
Index: /branches/dev/html/install/templates/agreement.tpl
===================================================================
--- /branches/dev/html/install/templates/agreement.tpl	(revision 11473)
+++ /branches/dev/html/install/templates/agreement.tpl	(revision 11474)
@@ -30,5 +30,5 @@
 	</td>
 </tr>
-<tr><td align="left" class="fs12"><input type="radio" id="ok" name="send_info" value=true onclick="fnChangeVisible('ok', 'next');"><label for="ok">Æ±°Õ¤¹¤ë</label>¡¡<input type="radio" id="ng" name="send_info" value=false onclick="fnChangeVisible('ok', 'next');"><label for="ng">Æ±°Õ¤·¤Ê¤¤</label></td></tr>
+<tr><td align="left" class="fs12"><input type="radio" id="agreement_yes" name="send_info" value=true onclick="fnChangeVisible('agreement_yes', 'next');"><label for="ok">Æ±°Õ¤¹¤ë</label>¡¡<input type="radio" id="agreement_no" name="send_info" value=false onclick="fnChangeVisible('agreement_yes', 'next');"><label for="ng">Æ±°Õ¤·¤Ê¤¤</label></td></tr>
 </table>
 
