Index: temp/branches/mobile/data/include/mobile_image_map_ezweb.csv
===================================================================
--- temp/branches/mobile/data/include/mobile_image_map_ezweb.csv	(revision 11457)
+++ temp/branches/mobile/data/include/mobile_image_map_ezweb.csv	(revision 11459)
@@ -192,3 +192,3 @@
 TT32,TST8,7500,Y,140,140,jpg,6000,Y
 TT51,TST9,7500,Y,120,120,jpg,6000,Y
-
+*,*,9000,Y,229,224,jpg,20000,Y
Index: temp/branches/mobile/data/include/mobile_image_map_docomo.csv
===================================================================
--- temp/branches/mobile/data/include/mobile_image_map_docomo.csv	(revision 11457)
+++ temp/branches/mobile/data/include/mobile_image_map_docomo.csv	(revision 11459)
@@ -224,2 +224,3 @@
 SO903i,SO903i,100000,Y,240,240,jpg,20000,Y
 T2101V,T2101V,100000,Y,176,176,jpg,20000,Y
+*,*,100000,Y,240,240,jpg,20000,Y
Index: temp/branches/mobile/data/include/mobile_image_map_softbank.csv
===================================================================
--- temp/branches/mobile/data/include/mobile_image_map_softbank.csv	(revision 11457)
+++ temp/branches/mobile/data/include/mobile_image_map_softbank.csv	(revision 11459)
@@ -144,3 +144,3 @@
 V904T,V904T,300000,Y,240,240,jpg,15000,Y
 V905SH,V905SH,300000,Y,240,240,jpg,15000,Y
-
+*,*,300000,Y,240,240,jpg,15000,Y
Index: temp/branches/mobile/data/class/GC_MobileImage.php
===================================================================
--- temp/branches/mobile/data/class/GC_MobileImage.php	(revision 11458)
+++ temp/branches/mobile/data/class/GC_MobileImage.php	(revision 11459)
@@ -34,9 +34,10 @@
 			$fp = fopen(MOBILE_IMAGE_INC_PATH . "/mobile_image_map_$carrier.csv", "r");
 			while (($data = fgetcsv($fp, 1000, ",")) !== FALSE) {
-				if ($data[1] == $model) {
+				if ($data[1] == $model || $data[1] == '*') {
 					$cacheSize     = $data[2];
 					$imageFileSize = $data[7];
 					$imageType     = $data[6];
 					$imageWidth    = $data[5];
+					break;
 				}
 			}
