/home/mjc1/public_html/millennium_main.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
<?
 
include("../../manage/category/common.php");
 include(
'../../html/include/_Head.php');
  
?>

<link href="./css/style.css" rel="stylesheet" type="text/css">
<link href="./newcss/style.css" rel="stylesheet" type="text/css">
<script language='javascript' src='./js/left_menu.js'></script>
<script language='javascript' src='./js/img.js'></script>



<!---- ¸ð¹ÙÀÏ Á¢¼Ó½Ã ÇØ´ç ÆäÀÌÁö·Î À̵¿ ---->
<? 
    
if (!isset($_REQUEST['pcver'])) { ?>

    <script type="text/javascript">
     var mobileKeyWords = new Array('iPhone', 'iPod', 'BlackBerry', 'Android', 'Windows CE', 'MOT', 'SAMSUNG', 'SonyEricsson');
     for (var word in mobileKeyWords){
         if (navigator.userAgent.match(mobileKeyWords[word]) != null){
             location.href = "http://www.mijinsoft.co.kr/html/m/index.php";
             break;
         }
     
    }
     </script>
<? ?>



<iframe name="Joinifm" width=0 height=0></iframe>


<!-- ´Ù¿î·Îµå. ¼³¸í¼­, Á¦Ç°¼Ò°³ ¸µÅ© ------>
<script>
function fileDown(type,name,cate2_code,category_code){
    
    location.href =   "fileDownLoad.php?type="+type+"&filename="+name+"&cate2_code="+cate2_code+"&category_code="+ category_code ;
    
}
function compare(cate2_code,category_code){
    
    //window.open("compare.php?cate2_code="+cate2_code + "&category_code="+category_code,"","width=650,height=700,scrollbars=yes");
    window.open("compare.php?cate2_code="+cate2_code + "&category_code="+category_code,"","width=737,height=700,scrollbars=yes");

}

function settle(mode , category_code){
    
    location.href  =  "Order_01.php?mode="+mode+"&category_code="+category_code;
    
}
function programUse(s,s1){
    
    window.open("programUse.php?cate2_code="+s+"&category_code="+s1,"","width=600,height=650,scrollbars=yes");
    
}

function flashMovie(fn){
    
    window.open( fn ,"","width=950 ,height=700,scrollbars=no");
    
}
</script>

<!-- À̹ÌÁö Å©±â¿¡ ¸Â°Ô »õâ ¶ç¿ì±â -->
<script language="javascript">
function showPicture(src) {
  var imgObj = new Image();
  imgObj.src = src;
  var wopt = "scrollbars=no,status=no,resizable=no";
  wopt += ",width=" + imgObj.width;
  wopt += ",height=" + imgObj.height;
  var wbody = "<head><title>¹ÌÁøSoft</title>";
  wbody += "<script language='javascript'>";
  wbody += "function finalResize(){";
  wbody += "  var oBody=document.body;";
  wbody += "  var oImg=document.images[0];";
  wbody += "  var xdiff=oImg.width-oBody.clientWidth;";
  wbody += "  var ydiff=oImg.height-oBody.clientHeight;";
  wbody += "  window.resizeBy(xdiff,ydiff);";
  wbody += "}";
  wbody += "</"+"script>";
  wbody += "</head>";
  wbody += "<body onLoad='finalResize()' style='margin:0'>";
  wbody += "<a href='javascript:window.close()'><img src='" + src + "' border=0></a>";
  wbody += "</body>";
  winResult = window.open("about:blank","",wopt);
  winResult.document.open("text/html", "replace");
  winResult.document.write(wbody);
  winResult.document.close();
  return;
}
</script>



<!-- ·Ñ¿À¹ö ½ºÅ¸ÀÏ -->
<style>
    a.rollover img { border-width:0px; display:block; }
    a.rollover img.rollover { display:none; }
    a.rollover:hover { position:relative; }
    a.rollover:hover img { display:none; }
    a.rollover:hover img.rollover { display:block; }
</style>




<!----- top ¹è°æ ½ºÅ¸ÀÏ ½ÃÀÛ ------>
<style type="text/css">
    body {
        background: url(./img/top/bodybg.jpg) repeat-x top center
    }
</style>
<!----- top ¹è°æ ½ºÅ¸ÀÏ ³¡ -------->


<body topmargin="0" marginwidth="0" marginheight="0">

<table width="970" border="0" cellspacing="0" cellpadding="0" align="center" >
  <tr>
    <td>
    <!-- »ó´Ü Å¾¸Þ´º, Ç÷¡½Ã ¸Þ´º --------------  ½ÃÀÛ -->
        <? include("topnav.php"); ?>
    <!-- »ó´Ü Å¾¸Þ´º, Ç÷¡½Ã ¸Þ´º --------------  Á¾·á -->  
        </td>
    </tr>

        <!-- »ó´Ü ¿©¹é -->
    <tr>
        <td height="15">
        </td>
    </tr>

    <tr>
        <td>
        <!-- ¸ÞÀΠ½ÃÀÛ --------------------------------->

            <table width="930" border="0" cellspacing="0" cellpadding="0">
                <tr>


                    <td valign="top" >
                    <!-- ÁÂÃø Ç÷¡½Ã ¸Þ´º ½ÃÀÛ --------------------------->
                    <table>
                        <tr>
                            <td valign="top" style="padding-top:20px;">
                                <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="180" height="355" id="leftproduct" align="middle">
                                    <param name="allowScriptAccess" value="sameDomain" />
                                    <param name="allowFullScreen" value="false" />
                                    <param name="movie" value="./flash/leftmenu_product.swf" />
                                    <param name="quality" value="high" />
                                    <param name="bgcolor" value="#ffffff" />
                                    <embed src="./flash/leftmenu_product.swf" quality="high" bgcolor="#ffffff" width="180" height="355" name="leftproduct" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />
                                </object>
                            </td>
                        </tr>

                        <tr><td height="30"></td></tr>

                        <!-- °ü·Ã»óǰ ¹è³Ê -->
                        <tr>
                            <td>
                                <table width="180" border="0" cellspacing="0" cellpadding="0">
                                    <tr>
                                        <td height="48" background="./img/product/banner/top.jpg"></td>
                                    </tr>
                                    <tr><td><a href="./product_pdamain.php"><img src="./img/product/banner/pda.jpg" border="0"></a></td>
                                    </tr>
                                    <tr>
                                        <td height="22" background="./img/product/banner/bg.jpg"></td>
                                    </tr>
                                    <tr>
                                        <td><a href="./smart_main.php"><img src="./img/product/banner/m_s.jpg" border="0"></a></td>
                                    </tr>
                                    <tr>
                                        <td height="22" background="./img/product/banner/bg.jpg"></td>
                                    </tr>
                                    <tr>
                                        <td><a href="./productinfo.php?cate2_code=06&category_code=56"><img src="./img/product/banner/tax_2.jpg" border="0"></a></td>
                                    </tr>
                                    <tr>
                                        <td height="22" background="./img/product/banner/bg.jpg"></td>
                                    </tr>
                                </table>
                            </td>
                        </tr>

                    </table>
            <!-- ÁÂÃø Ç÷¡½Ã ¸Þ´º ³¡ --------------------------->
                </td>




            <!-- ¸Þ´º Æø ¿©¹é --------------------------->                
                <td width="50"></td>



                <td valign="top">
            <!-- »ó´Ü ¿©¹é¿ë Å×ÀÌºí ½ÃÀÛ----------------->
                <table cellspacing="0" cellpadding="0" border="0">
                    <tr>
                        <td height="15"></td>
                    </tr>


                    <!-------------- »ó´Ü Å¸ÀÌÆ² ½ÃÀÛ --------------->
                    <tr>
                        <td>
                            <table width="710">
                                <tr valign="bottom">
                                    <td width="153" height="30">
                                    <img src="./img/titlebar/millennium.jpg">
                                    </td>
                                    <td>
                                        <table align="right">
                                            <tr>
                                                <td class="txt01"><a href="intro.php">Home</td>
                                                <td  class="txt01"><font color="999999">&nbsp;    > &nbsp;Á¦Ç°¼Ò°³ &nbsp; > &nbsp;<font color="494949">õ³â°æ¿µ 3Á¾ ¼Ö·ç¼Ç</td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                            </table>
                        </td>
                    </tr>



                <!-- Å¸ÀÌÆ²°ú Á¦Ç°»ó¼¼ »çÀÌ ¼± -->
                    <tr>
                        <td height="5"></td>
                    </tr>
                    <tr>
                        <td width="710" height="1" bgcolor="#cecece"></td>
                    </tr>



                <!-- ¸ÞÀΠÅÇ ³»¿ë »çÀÌ ¿©¹é------------->
                    <tr>
                        <td height="20">
                        </td>
                    </tr>


                <!-- ¸ÞÀΠ³»¿ë ½ÃÀÛ ------------->
                    <tr>
                        <td align="center">
                            <table border="0" cellspacing="0" cellpadding="0" >

                            <tr>
                                <td width="710" align="center">
                                    <table border="0" cellspacing="0" cellpadding="0">

                                        <tr>
                                            <!-- 1. Ãµ³â°æ¿µ2 -->
                                            <td>
                                                <table width="225" align="center" border="0" cellspacing="0" cellpadding="0" nowrap>
                                                    <tr align="left" style="padding-bottom:5px;">
                                                        <td><img src="./img/product/product_top1_1.jpg"></td>
                                                    </tr>
                                                    <tr>
                                                        <td height="210" background="./img/product/product_bg_middle.jpg">
                                                            <table>
                                                                <tr>
                                                                    <td>
                                                                        <a href="./productinfo.php?cate2_code=01&category_code=02">
                                                                        <img src="./img/product/millennium_2_img.jpg" style="cursor:hand;" border="0"></a>
                                                                        </td>
                                                                    <td>
                                                                        <img src="./img/product/millennium_2_text.jpg" vspace="10">
                                                                        <!-- ´Ù¿î·Îµå -->
                                                                        <a href="../../download/jegoii.exe" /><img src="./img/product/download_btn_yellow.jpg" style="cursor:hand;" border="0"></a>
                                                                        <!-- »ó¼¼º¸±â -->
                                                                        <a href="./productinfo.php?cate2_code=01&category_code=02"><img src="./img/product/contents_btn.jpg" style="cursor:hand;" border="0"></a>
                                                                    </td>
                                                                </tr>
                                                                <tr>
                                                                    <td colspan="2" align="left">
                                                                        <img src="./img/product/millennium_hw_line.jpg">
                                                                    </td>
                                                                </tr>

                                                                <tr>
                                                                    <td colspan="2" align="center" style="padding-top:10px;">
                                                                        <img  src="./img/product/hwimg_pda.jpg" hspace="5"onClick="showPicture('./img/product/hwimg_big_pda.jpg');" style="cursor:hand;" border="0">
                                                                        <img src="./img/product/hwimg_pos.jpg"hspace="5" onClick="showPicture('./img/product/hwimg_big_pos.jpg');" style="cursor:hand;" border="0">
                                                                        <img src="./img/product/hwimg_scan.jpg"hspace="5" onClick="showPicture('./img/product/hwimg_big_scan.jpg');" style="cursor:hand;" border="0">
                                                                        <img src="./img/product/hwimg_barprint.jpg"hspace="5" onClick="showPicture('./img/product/hwimg_big_barprint.jpg');" style="cursor:hand;" border="0">
                                                                    </td>
                                                                </tr>
                                                            </table>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td height="2"><img src="./img/product/product_bg_bottom.jpg"></td>
                                                    </tr>
                                                    <tr><td height="20"></td></tr>
                                                </table>
                                            </td>
                                            <!-- 1. Ãµ³â°æ¿µ2 ³¡ -->

                                            <td width="25"></td>

                                            <!-- 2. Ãµ³â°æ¿µcs -->
                                            <td>
                                                <table width="225" align="center" border="0" cellspacing="0" cellpadding="0" nowrap>
                                                    <tr align="left" style="padding-bottom:5px;">
                                                        <td><img src="./img/product/product_top1_2.jpg"></td>
                                                    </tr>
                                                    <tr>
                                                        <td height="210" background="./img/product/product_bg_middle.jpg">
                                                            <table>
                                                                <tr>
                                                                    <td>
                                                                        <a href="./productinfo.php?cate2_code=01&category_code=03">
                                                                        <img src="./img/product/millennium_cs_img.jpg" style="cursor:hand;" border="0"></a>
                                                                        </td>
                                                                    <td>
                                                                        <img src="./img/product/millennium_cs_text.jpg" vspace="10">
                                                                        <!-- ´Ù¿î·Îµå -->
                                                                        <a href="../../download/jegocs.exe" /><img src="./img/product/download_btn_yellow.jpg" style="cursor:hand;" border="0"></a>
                                                                        <!-- »ó¼¼º¸±â -->
                                                                        <a href="./productinfo.php?cate2_code=01&category_code=03"><img src="./img/product/contents_btn.jpg" style="cursor:hand;" border="0"></a>
                                                                    </td>
                                                                </tr>
                                                                <tr>
                                                                    <td colspan="2" align="left">
                                                                        <img src="./img/product/millennium_hw_line.jpg">
                                                                    </td>
                                                                </tr>
                                                                <tr>
                                                                    <td colspan="2" align="center" style="padding-top:10px;">
                                                                        <img src="./img/product/hwimg_pda.jpg" hspace="1" onClick="showPicture('./img/product/hwimg_big_pda.jpg');" style="cursor:hand;" border="0">
                                                                        <img src="./img/product/hwimg_smart.jpg" hspace="1" onClick="showPicture('./img/product/hwimg_big_smart.jpg');" style="cursor:hand;" border="0">
                                                                        <img src="./img/product/hwimg_pos.jpg" hspace="1" onClick="showPicture('./img/product/hwimg_big_pos.jpg');" style="cursor:hand;" border="0">
                                                                        <img src="./img/product/hwimg_scan.jpg" hspace="1" onClick="showPicture('./img/product/hwimg_big_scan.jpg');" style="cursor:hand;" border="0">
                                                                        <img src="./img/product/hwimg_barprint.jpg" hspace="1" onClick="showPicture('./img/product/hwimg_big_barprint.jpg');" style="cursor:hand;" border="0">
                                                                    </td>
                                                                </tr>
                                                            </table>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td height="2"><img src="./img/product/product_bg_bottom.jpg"></td>
                                                    </tr>
                                                    <tr><td height="20"></td></tr>
                                                </table>
                                            </td>
                                            <!-- 2. Ãµ³â°æ¿µcs ³¡ -->

                                            <td width="25"></td>

                                            <!-- 3. Ãµ³â°æ¿µLite -->
                                            <td>
                                                <table width="225" align="center" border="0" cellspacing="0" cellpadding="0" nowrap>
                                                    <tr align="left" style="padding-bottom:5px;">
                                                        <td><img src="./img/product/product_top1_3.jpg"></td>
                                                    </tr>
                                                    <tr>
                                                        <td height="210" background="./img/product/product_bg_middle.jpg">
                                                            <table>
                                                                <tr>
                                                                    <td>
                                                                        <a href="./productinfo.php?cate2_code=01&category_code=01">
                                                                        <img src="./img/product/millennium_lite_img.jpg" style="cursor:hand;" border="0"></a>
                                                                        </td>
                                                                    <td>
                                                                        <img src="./img/product/millennium_lite_text.jpg" vspace="10">
                                                                        <!-- ´Ù¿î·Îµå -->
                                                                        <a href="../../download/jegolite.exe"/><img src="./img/product/download_btn_yellow.jpg" style="cursor:hand;" border="0"></a>
                                                                        <!-- »ó¼¼º¸±â -->
                                                                        <a href="./productinfo.php?cate2_code=01&category_code=01">
                                                                        <img src="./img/product/contents_btn.jpg" style="cursor:hand;" border="0"></a>
                                                                    </td>
                                                                </tr>
                                                                <tr>
                                                                    <td colspan="2" align="left">
                                                                        <img src="./img/product/millennium_hw_line.jpg">
                                                                    </td>
                                                                </tr>
                                                                <tr>
                                                                    <td colspan="2" align="center" style="padding-top:10px;">
                                                                        <img src="./img/product/hwimg_billprint.jpg" onClick="showPicture('./img/product/hwimg_big_billprint.jpg');" style="cursor:hand;" border="0">
                                                                    </td>
                                                                </tr>
                                                            </table>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td height="2"><img src="./img/product/product_bg_bottom.jpg"></td>
                                                    </tr>
                                                    <tr><td height="20"></td></tr>
                                                </table>
                                            </td>
                                            <!-- 3. Ãµ³â°æ¿µLite ³¡ -->
                                        </tr>
                                    </table>
                                </td>
                            </tr>
                        </table>
                    </td>
                    </tr>


                    <tr>
                        <td height="1" background="./img/common/product_dotline.jpg"></td>
                    </tr>    
                    <tr>
                        <td height="20">
                        </td>
                    </tr>
                    <tr>
                        <td align="center">
                            <table>
                                <tr>
                                    <td>
                                        <img src="./img/product/millennium_main_data1.jpg" border="0">
                                    </td>
                                    <td style="padding:0 0 0 40px;">
                                        <img src="./img/product/millennium_main_data3.jpg" border="0">
                                    </td>
                                </tr>
                                <tr>
                                    <td rowspan="3" >
                                        <img src="./img/product/millennium_main_data2.jpg" border="0">
                                    </td>
                                    <td style="padding:0 0 0 40px;">
                                        <img src="./img/product/millennium_main_data4.jpg" border="0">
                                    </td>
                                </tr>
                                <tr>
                                    <td style="padding:30px 0 0 40px;">
                                        <img src="./img/product/millennium_main_data5.jpg" border="0">
                                    </td>
                                </tr>
                                <tr>
                                    <td style="padding:0 0 0 40px;">
                                        <img src="./img/product/millennium_main_data6.jpg" border="0">
                                    </td>
                                </tr>
                            </table>
                        </td>
                    </tr>
                    <tr>
                        <td height="20"></td>
                    </tr>
                    <tr>
                        <td height="1" background="./img/common/product_dotline.jpg"></td>
                    </tr>    
                    <tr>
                        <td height="25"></td>
                    </tr>
                    <tr>
                        <td align="center" valign="top" >
                            <table>
                                <tr>
                                    <td colspan="2" align="center">
                                        <img src="./img/product/millennium_main_good.jpg" border="0">
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <img src="./img/product/millennium_main_good_l.jpg" border="0">
                                    </td>
                                    <td style="padding:0 0 0 10px;">
                                        <img src="./img/product/millennium_main_good_r.jpg" border="0">
                                    </td>
                                </tr>
                            </table>
                        </td>
                    </tr>
                    <tr>
                        <td height="20"></td>
                    </tr>
                    <tr>
                        <td height="1" background="./img/common/product_dotline.jpg"></td>
                    </tr>
                    <tr>
                        <td height="20"></td>
                    </tr>
                    <tr>
                        <td width="710" align="center" valign="top">
                            <? include("./product/info_millennium_main.php"); ?>
                        </td>
                    </tr>

                </table>

            <!-- ¸ÞÀΠ³»¿ë ³¡ ------------->
            <!-- »ó´Ü ¿©¹é¿ë Å×ÀÌºí ³¡----------------->




                </td>
              </tr>
            </table>

        <!-- ¸ÞÀΠÁ¾·á --------------------------------->

        </td>
    </tr>

    <tr>
        <td height="50"></td><!-- ÇÏ´Ü¿©¹é -->
    </tr>





    <tr>
        <td><? include('bottom.php'); ?></td>
    </tr>
</table>
</body>