Index: branches/dev/html/install/index.php
===================================================================
--- branches/dev/html/install/index.php	(revision 11460)
+++ branches/dev/html/install/index.php	(revision 11473)
@@ -52,4 +52,5 @@
 case 'welcome':
 	$objPage = lfDispAgreement($objPage);
+	$objPage->tpl_onload .= "fnChangeVisible('ok', 'next');";
 	break;
 // »ÈÍÑµöÂú·ÀÌó½ñ¤ÎÆ±°Õ
Index: branches/dev/html/install/templates/agreement.tpl
===================================================================
--- branches/dev/html/install/templates/agreement.tpl	(revision 11472)
+++ branches/dev/html/install/templates/agreement.tpl	(revision 11473)
@@ -38,5 +38,5 @@
 		<td align="center">
 		<a href="#" onmouseover="chgImg('../img/install/back_on.jpg','back')" onmouseout="chgImg('../img/install/back.jpg','back')" onclick="document.form1['mode'].value='return_welcome';document.form1.submit();" /><img  width="105" src="../img/install/back.jpg"  height="24" alt="Á°¤ØÌá¤ë" border="0" name="back"></a>
-		<input type="image" onMouseover="chgImgImageSubmit('../img/install/next_on.jpg',this)" onMouseout="chgImgImageSubmit('../img/install/next.jpg',this)" src="../img/install/next.jpg" width="105" height="24" alt="¼¡¤Ø¿Ê¤à" border="0" name="next" id="next" disabled>
+		<input type="image" onMouseover="chgImgImageSubmit('../img/install/next_on.jpg',this)" onMouseout="chgImgImageSubmit('../img/install/next.jpg',this)" src="../img/install/next.jpg" width="105" height="24" alt="¼¡¤Ø¿Ê¤à" border="0" name="next" id="next">
 		</td>
 	</tr>
