Index: temp/trunk/html/admin/products/index.php
===================================================================
--- temp/trunk/html/admin/products/index.php	(revision 1562)
+++ temp/trunk/html/admin/products/index.php	(revision 1563)
@@ -33,5 +33,4 @@
 $objSess = new SC_Session();
 $objDate = new SC_Date();
-
 // ÅÐÏ¿¡¦¹¹¿·¸¡º÷³«»ÏÇ¯
 $objDate->setStartYear(RELEASE_YEAR);
@@ -47,4 +46,9 @@
 $objPage->arrEndDay = $objDate->getDay();
 
+/**************************************************************************************************/
+MyFlush();
+/**************************************************************************************************/
+
+
 // Ç§¾Ú²ÄÈÝ¤ÎÈ½Äê
 $objSess = new SC_Session();
@@ -59,4 +63,9 @@
 	}
 }
+
+/**************************************************************************************************/
+MyFlush();
+/**************************************************************************************************/
+
 
 // POSTÃÍ¤Î°ú¤­·Ñ¤®
@@ -329,2 +338,11 @@
 	return $arrRet;
 }
+
+
+function MyFlush() {
+	print("aaaaa<br>");
+	flush();
+	ob_end_flush();
+	ob_start();
+	sleep(1);
+}
