/home/mjc1/public_html/html/millennium/onlinecs_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
<?php include_once("./_common2.php"); ?>
<?
 
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/img.js'></script>


<script language="javascript">
    function barcode(siteURL){ 
        var win = window.open( siteURL, 'newWin', 'status=no,toolbar=no,scrollbars=no,resizable=no,width=619,height=850' ); 
        document.forms.search.action = siteURL; 
        document.forms.search.target = 'newWin'; 
        document.forms.search.submit();
    }

<!-- // ´Ù¿î·Îµå. ¼³¸í¼­, Á¦Ç°¼Ò°³ ¸µÅ©

    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");
    } //-->


<!-- //À̹ÌÁö Å©±â¿¡ ¸Â°Ô »õâ ¶ç¿ì±â
    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;
        wopt += ",top=200";
        wopt += ",left=300";
        var wbody = "<head><title>¿¥Á¦À̼ÒÇÁÆ®</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>


<!----- 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">
<div id="content">
<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>
                

                <!-- ÁÂÃø³×ºñ : jÄõ¸® topnav.php -->
                <td valign="top" class="leftnavi">
                    <img src="http://www.mijinsoft.co.kr/html/millennium/img/leftnavi/leftnavi_top1.jpg" alt="Á¦Ç°¼Ò°³" />
                    <a href="./millennium_main.php"><img src="http://www.mijinsoft.co.kr/html/millennium/img/leftnavi/leftnavi_menu1_1.jpg" alt="leftnavi_menu1_1" class="image_rollover" /></a>
                    <a href="./jejo_main.php"><img src="http://www.mijinsoft.co.kr/html/millennium/img/leftnavi/leftnavi_menu1_2.jpg" alt="leftnavi_menu1_2" class="image_rollover" /></a>
                    <a href="./product_pdamain.php"><img src="http://www.mijinsoft.co.kr/html/millennium/img/leftnavi/leftnavi_menu1_3.jpg" alt="leftnavi_menu1_3" class="image_rollover" /></a>
                    <a href="./smart_main.php"><img src="http://www.mijinsoft.co.kr/html/millennium/img/leftnavi/leftnavi_menu1_4.jpg" alt="leftnavi_menu1_4" class="image_rollover" /></a>
                    <a href="./order_main.php"><img src="http://www.mijinsoft.co.kr/html/millennium/img/leftnavi/leftnavi_menu1_5.jpg" alt="leftnavi_menu1_5" class="image_rollover" /></a>
                    <a href="./payment_main.php"><img src="http://www.mijinsoft.co.kr/html/millennium/img/leftnavi/leftnavi_menu1_6.jpg" alt="leftnavi_menu1_6" class="image_rollover" /></a>
                    <a href="./productinfo.php?cate2_code=06&category_code=95"><img src="http://www.mijinsoft.co.kr/html/millennium/img/leftnavi/leftnavi_menu1_7.jpg" alt="leftnavi_menu1_7" class="image_rollover" /></a>
                    <a href="./easytax_main.php"><img src="http://www.mijinsoft.co.kr/html/millennium/img/leftnavi/leftnavi_menu1_8.jpg" alt="leftnavi_menu1_8" class="image_rollover" /></a>
                    <a href="./productinfo.php?cate2_code=06&category_code=37"><img src="http://www.mijinsoft.co.kr/html/millennium/img/leftnavi/leftnavi_menu1_9.jpg" alt="leftnavi_menu1_9" class="image_rollover" /></a>
                    <a href="./sms_main.php"><img src="http://www.mijinsoft.co.kr/html/millennium/img/leftnavi/leftnavi_menu1_10.jpg" alt="leftnavi_menu1_10" class="image_rollover" /></a>

                    <div style="margin-top:50px;">
                    <!-- °ü·Ã»óǰ ¹è³Ê -->
                        <img src="./img/product/banner/top.jpg" alt="°ü·Ã»óǰ">
                        <a href="./productinfo.php?cate2_code=01&category_code=02"><img src="./img/product/banner/m_2.jpg" border="0"></a>
                        <img src="./img/product/banner/bg.jpg" alt="">
                        <a href="./productinfo.php?cate2_code=01&category_code=03"><img src="./img/product/banner/m_cs.jpg" border="0"></a>
                        <img src="./img/product/banner/bg.jpg" alt="">
                        <a href="./productinfo.php?cate2_code=01&category_code=01"><img src="./img/product/banner/m_lite.jpg" border="0"></a>
                        <img src="./img/product/banner/bg.jpg" alt="°ü·Ã»óǰ ³¡">
                    </div>
                </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/onlinecs.jpg" alt="¼ö¹ßÁÖ 2Á¾ ¼Ö·ç¼Ç">
                                    </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">¼ö¹ßÁÖ 2Á¾ ¼Ö·ç¼Ç</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="692" align="center">
                                    <table border="0" cellspacing="0" cellpadding="0">
                                        <tr>
                                            <!-- 1. ½º¸¶Æ®¹ßÁÖ -->
                                            <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_top9_1.jpg"></td>
                                                    </tr>
                                                    <tr>
                                                        <td height="210" background="./img/product/product_bg_middle2.jpg">
                                                            <table>
                                                                <tr>
                                                                    <td style="padding-left:15px;">
                                                                        <a href="./order_main.php">
                                                                        <img src="./img/product/online_order_img.jpg" style="cursor:hand;" border="0"></a>
                                                                        </td>
                                                                    <td align="center">
                                                                        <img src="./img/product/online_order_text.jpg" vspace="10">
                                                                        <br>
                                                                        <!-- ´Ù¿î·Îµå -->
                                                                        <a href="../../download/jejoprocs.exe" /><img src="./img/product/onlincs_btn_yellow.jpg" style="cursor:hand;" border="0"></a>
                                                                        <!-- »ó¼¼º¸±â -->
                                                                        <a href="./order_main.php"><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_line2.jpg">
                                                                    </td>
                                                                </tr>
                                                                <tr>
                                                                    <td colspan="2" align="center" style="padding-top:10px;">
                                                                        <img  src="./img/product/hwimg_pda2.jpg" hspace="5"onClick="showPicture('./img/product/hwimg_big_jejo_pda.jpg');" style="cursor:hand;" border="0">
                                                                        <img src="./img/product/hwimg_pos2.jpg"hspace="5" onClick="showPicture('./img/product/hwimg_big_jejo_pos.jpg');" style="cursor:hand;" border="0">
                                                                        <img src="./img/product/hwimg_scan2.jpg"hspace="5" onClick="showPicture('./img/product/hwimg_big_jejo_scan.jpg');" style="cursor:hand;" border="0">
                                                                        <img src="./img/product/hwimg_barprint2.jpg"hspace="5" onClick="showPicture('./img/product/hwimg_big_jejo_barprint.jpg');" style="cursor:hand;" border="0">
                                                                    </td>
                                                                </tr>
                                                            </table>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td height="2"><img src="./img/product/product_bg_bottom2.jpg"></td>
                                                    </tr>
                                                    <tr><td height="20"></td></tr>
                                                </table>
                                            </td>
                                        
                                            <td width="25"></td>

                                            <!-- 2. ¿Â¶óÀμö¹ßÁÖ -->
                                            <td>
                                                <table width="225" align="center" border="0" cellspacing="0" cellpadding="0" nowrap>
                                                    <tr align="left">
                                                        <td><img src="./img/product/product_top9_2.jpg"></td>
                                                    </tr>
                                                    <tr>
                                                        <td height="210" background="./img/product/product_bg_middle2.jpg">
                                                            <table>
                                                                <tr>
                                                                    <td style="padding-left:15px;">
                                                                        <a href="./productinfo.php?cate2_code=06&category_code=18">
                                                                        <img src="./img/product/online_cs_img.jpg" style="cursor:hand;" border="0"></a>
                                                                        </td>
                                                                    <td align="center">
                                                                        <img src="./img/product/online_cs_text.jpg" vspace="10">
                                                                        <br>
                                                                        <!-- ´Ù¿î·Îµå -->
                                                                        <a href="../../download/jejoprocs.exe" /><img src="./img/product/onlincs_btn_yellow.jpg" style="cursor:hand;" border="0"></a>
                                                                        <!-- »ó¼¼º¸±â -->
                                                                        <a href="./productinfo.php?cate2_code=06&category_code=18"><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_line2.jpg">
                                                                    </td>
                                                                </tr>
                                                                <tr>
                                                                    <td colspan="2" align="center" style="padding-top:10px;">
                                                                        <img  src="./img/product/hwimg_pda2.jpg" hspace="3"onClick="showPicture('./img/product/hwimg_big_jejo_pda.jpg');" style="cursor:hand;" border="0">
                                                                        <img src="./img/product/hwimg_smart2.jpg"hspace="3" onClick="showPicture('./img/product/hwimg_big_jejo_smart.jpg');" style="cursor:hand;" border="0">
                                                                        <img src="./img/product/hwimg_pos2.jpg"hspace="3" onClick="showPicture('./img/product/hwimg_big_jejo_pos.jpg');" style="cursor:hand;" border="0">
                                                                        <img src="./img/product/hwimg_scan2.jpg"hspace="3" onClick="showPicture('./img/product/hwimg_big_jejo_scan.jpg');" style="cursor:hand;" border="0">
                                                                        <img src="./img/product/hwimg_barprint2.jpg"hspace="3" onClick="showPicture('./img/product/hwimg_big_jejo_barprint.jpg');" style="cursor:hand;" border="0">
                                                                    </td>
                                                                </tr>
                                                            </table>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td height="2"><img src="./img/product/product_bg_bottom2.jpg"></td>
                                                    </tr>
                                                    <tr><td height="20"></td></tr>
                                                </table>
                                            </td>

                                        </tr>
                                    </table>
                                </td>
                            </tr>
                        </table>
                    </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/online_main_good_l.jpg" border="0">
                                    </td>
                                    <td style="padding:0 0 0 10px;">
                                        <img src="./img/product/online_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>
                            <? include("./product/productinfo_board_online.php"); ?>
                        </td>
                    </tr>

                </table>

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

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

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

        </td>
    </tr>

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

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


<style type="text/css">
    .leftnavi{ padding-top:22px; }
    .leftnavi img { border:none; display:block;}
</style>

<script type="text/javascript">
    $("img.image_rollover").mouseover(function(){
                var temp = $(this).attr("src");
                var length = temp.length;
                var file_type = temp.substring(length-6).substring(3);
                var filePath = "http://www.mijinsoft.co.kr/html/millennium/img/leftnavi/";
                var fileName = $(this).attr("alt");
                $(this).attr("src", filePath + fileName + "_on." + file_type);
    }).mouseout(function(){
                var temp = $(this).attr("src");
                var length = temp.length;
                var file_type = temp.substring(length-6).substring(3);
                var filePath = "http://www.mijinsoft.co.kr/html/millennium/img/leftnavi/";
                var fileName = $(this).attr("alt");
                $(this).attr("src", filePath + fileName + "." + file_type);
    });
 </script>
<!-- //ÁÂÃø³×ºñ -->