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
|
<?php include_once("../../_common.php"); ?> <style> .preView{ width:790px; height:70px; margin:0 auto; } .preView li{ float:left; margin-right:10px; } .preView li a{ display:block; width:148px; height:38px; color:#fff; font-size:14px; line-height:40px; text-align:center; font-weight:600; border-top:1px solid #86ac32; border-left:1px solid #86ac32; border-bottom:1px solid #5b7c13; border-right:1px solid #5b7c13; background: #a5cd4e; background: -moz-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a)); background: -webkit-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%); background: -o-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%); background: -ms-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%); background: linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%); } .preView li.last{ margin-right:0; } </style> <div class="preView"> <ol> <li><a href="http://mjsoft.co/html/jaro/pda/pdainfo.ppt">PDA¿ëµµ</a></li> <li><a href="http://mjsoft.co/html/millennium/pda_printer.php" target="_blank">¿µ¼öÁõ¾ç½Ä</a></li> <li><a href="javascript:eduPda();">PDAµ¿¿µ»ó</a></li> <li><a href="http://mjsoft.co/html/jaro/pda/pdamenu_local.pdf" target="_blank">À¯¼±Àü¼Û¼³¸í¼</a></li> <li class="last"><a href="http://mjsoft.co/html/jaro/pda/pdamenu_real.pdf" target="_blank">¹«¼±Àü¼Û¼³¸í¼</a></li> </ol> </div><!-- //preView -->
<div class="futurico-theme"> <div id="slider" class="viewSlider"> <img src="./include/software/images/pda01.jpg" alt="1. ·Î±×ÀÎ" title="#caption1"> <img src="./include/software/images/pda02.jpg" alt="2. ÁÖ¿äȸé" title="#caption2"> <img src="./include/software/images/pda03.jpg" alt="3. ±âÃʵî·Ï" title="#caption3"> <img src="./include/software/images/pda04.jpg" alt="4. ¹Ì¼öÇöȲ" title="#caption4"> <img src="./include/software/images/pda06.jpg" alt="5. Àç°íÇöȲ" title="#caption5"> <img src="./include/software/images/pda06.jpg" alt="6. ÀϰèÇ¥" title="#caption6"> <img src="./include/software/images/pda07.jpg" alt="7. °Å·¡Ã³±âÃʰü¸®" title="#caption7"> <img src="./include/software/images/pda08.jpg" alt="8. »óǰ±âÃʰü¸®" title="#caption8"> <img src="./include/software/images/pda09.jpg" alt="9. µî·Ï°ü¸®" title="#caption9"> <img src="./include/software/images/pda10.jpg" alt="10. ÀÔ±Ý/ÁÖ¹®µî·Ï" title="#caption10"> </div>
<div id="caption1" class="view-html-caption"><em>1. ·Î±×ÀÎ</em></div> <div id="caption2" class="view-html-caption"><em>2. ÁÖ¿äȸé</em></div> <div id="caption3" class="view-html-caption"><em>3. ±âÃʵî·Ï</em></div> <div id="caption4" class="view-html-caption"><em>4. ¹Ì¼öÇöȲ</em></div> <div id="caption5" class="view-html-caption"><em>5. Àç°íÇöȲ</em></div> <div id="caption6" class="view-html-caption"><em>6. ÀϰèÇ¥</em></div> <div id="caption7" class="view-html-caption"><em>7. °Å·¡Ã³±âÃʰü¸®</em></div> <div id="caption8" class="view-html-caption"><em>8. »óǰ±âÃʰü¸®</em></div> <div id="caption9" class="view-html-caption"><em>9. µî·Ï°ü¸®</em></div> <div id="caption10" class="view-html-caption"><em>10. ÀÔ±Ý/ÁÖ¹®µî·Ï</em></div> </div>
<!-- jQuery & view Slider --> <script src="./js/jquery.view.slider.pack.js"></script> <script> $(window).load(function() { $('#slider').viewSlider({ effect: 'random', directionNavHide: false, pauseOnHover: true, captionOpacity: 1, prevText: '<', nextText: '>' }); }); </script>
<div class="pdaLink"> <h4>¿¬µ¿ Çϵå¿þ¾î<br />PDA¼Ö·ç¼Ç</h4> <ol> <li><a href="./hw_list.php#pda"> <img src="http://mjsoft.co/html/millennium/img/product/tab_hw_01.jpg" alt="BIP-1300"> </a></li> <li><a href="./hw_list.php#pda" class="last"> <img src="http://mjsoft.co/html/millennium/img/product/tab_hw_02.jpg" alt="CW-30"> </a></li> </ol> </div>
<div class="functionFaq"> <ul id="toggle"> <li class="group"> <h2 class="title odd"> <span class="num">1.</span> <span class="text">PDA·Î ¾î¶² ¾÷¹«¸¦ ó¸®ÇÒ ¼ö ÀÖ³ª¿ä?</span> <span class="btn">´äº¯º¸±â/´Ý±â</span> </h2> <div class="sub"> <img src="http://mjsoft.co/html/millennium/img/product/faq/pda_q_01.jpg" usemap="#q_01"/> <map name="q_01"> <area alt="µµ¼Ò¸ÅÇöÀåÆÇ¸Å¾÷" shape="rect" coords="90,1,188,45" href="javascript:submitForm('http://mjsoft.co/html/millennium/Page/product/pda_case_01.php')" onfocus="blur()"> <area alt="¼±ÁÖ¹®Èij³Ç°¾÷" shape="rect" coords="192,1,318,45" href="javascript:submitForm('http://mjsoft.co/html/millennium/Page/product/pda_case_02.php')" onfocus="blur()"> <area alt="â°íÀÔÃâ°í¾÷¹«" shape="rect" coords="322,1,448,45" href="javascript:submitForm('http://mjsoft.co/html/millennium/Page/product/pda_case_03.php')" onfocus="blur()"> <area alt="µµ¼Ò¸ÅPOS¸ÅÀå°ü¸®" shape="rect" coords="452,1,582,45" href="javascript:submitForm('http://mjsoft.co/html/millennium/Page/product/pda_case_04.php')" onfocus="blur()"> </div> </li> <li class="group"> <h2 class="title"> <span class="num">2.</span> <span class="text">ÁÖ·Î <font class="orange">¾î¶² ¾÷ü°¡ »ç¿ë</font>Çϰí ÀÖ½À´Ï±î?</span> <span class="btn">´äº¯º¸±â/´Ý±â</span> </h2> <div class="sub"> <img src="http://mjsoft.co/html/millennium/img/product/faq/pda_q_02.jpg" usemap="#q_02"> <map name="q_02"> <area alt="ÁÖ¿ä°í°´»ç" shape="rect" coords="500,10,650,70" href="http://mjsoft.co/html/millennium/customeroffice.php" target="_blank" onfocus="blur()"> </map> </div> </li> <li class="group"> <h2 class="title odd"> <span class="num">3.</span> <span class="text">ÇöÀç Ÿȸ»ç ÇÁ·Î±×·¥À» »ç¿ë ÁßÀε¥, PDAÀû¿ëÀÌ °¡´ÉÇմϱî?</span> <span class="btn">´äº¯º¸±â/´Ý±â</span> </h2> <div class="sub"> <img src="http://mjsoft.co/html/millennium/img/product/faq/pda_q_03.jpg"/> </div> </li> <li class="group"> <h2 class="title"> <span class="num">4.</span> <span class="text">³ªÀ̵µ ¸¹°í ±â°èÄ¡ÀÔ´Ï´Ù. Àß »ç¿ëÇÒ ¼ö ÀÖÀ»±î¿ä?</span> <span class="btn">´äº¯º¸±â/´Ý±â</span> </h2> <div class="sub"> <img src="http://mjsoft.co/html/millennium/img/product/faq/pda_q_04.jpg"> </div> </li> <li class="group"> <h2 class="title odd"> <span class="num">5.</span> <span class="text">PDAµµ ¿©·¯°¡Áö Á¾·ù°¡ ÀÖ´øµ¥, ¾î¶² Àåºñ¸¦ »ç¿ëÇØ¾ß Çϳª¿ä?</span> <span class="btn">´äº¯º¸±â/´Ý±â</span> </h2> <div class="sub"> <img src="http://mjsoft.co/html/millennium/img/product/faq/pda_q_05.jpg"/> </div> </li> <li class="group"> <h2 class="title"> <span class="num">6.</span> <span class="text">PDA·Î <font class="orange">·ÎÄùæ½Ä°ú CS¹æ½ÄÀÇ Â÷ÀÌÁ¡</font>Àº ¹«¾ùÀԴϱî?</span> <span class="btn">´äº¯º¸±â/´Ý±â</span> </h2> <div class="sub"> <img src="http://mjsoft.co/html/millennium/img/product/faq/pda_q_06.jpg"/> </div> </li> <li class="group"> <h2 class="title odd"> <span class="num">7.</span> <span class="text">PDA·Î <font class="orange">°Å·¡Ã³º° °³º°´Ü°¡, ÇÒÀÎÀû¿ë</font>ÀÌ °¡´ÉÇմϱî?</span> <span class="btn">´äº¯º¸±â/´Ý±â</span> </h2> <div class="sub"> <img src="http://mjsoft.co/html/millennium/img/product/faq/pda_q_07.jpg"/> </div> </li> <li class="group"> <h2 class="title"> <span class="num">8.</span> <span class="text">¹ÙÄÚµå´Â ¹«Á¶°Ç µî·ÏÇØ¾ß Çϳª¿ä?</span> <span class="btn">´äº¯º¸±â/´Ý±â</span> </h2> <div class="sub"> <img src="http://mjsoft.co/html/millennium/img/product/faq/pda_q_08.jpg"/> </div> </li> <li class="group"> <h2 class="title odd"> <span class="num">9.</span> <span class="text">PDA¸¦ ±¸¸Å ¿¹Á¤ÀÔ´Ï´Ù. ¾î¶² ÆíÀDZâ´ÉÀÌ ÀÖ³ª¿ä?</span> <span class="btn">´äº¯º¸±â/´Ý±â</span> </h2> <div class="sub"> <img src="http://mjsoft.co/html/millennium/img/product/faq/pda_q_09.jpg"/> </div> </li> <li class="group"> <h2 class="title"> <span class="num">10.</span> <span class="text"><font class="orange">ÀÏ¹Ý ÇÁ¸°ÅÍ</font>°¡ Àִµ¥, ²À <font class="orange">¹ÙÄÚµåÇÁ¸°ÅÍ</font>¸¦ »ç¿ëÇØ¾ß Çϳª¿ä?</span> <span class="btn">´äº¯º¸±â/´Ý±â</span> </h2> <div class="sub"> <img src="http://mjsoft.co/html/millennium/img/product/faq/pda_q_10.jpg"/> </div> </li> <!--li class="group"> <h2 class="title odd"> <span class="num">11.</span> <span class="text">PDA·Î ÇöÀå¿¡¼ <font class="orange">Ä«µå°áÁ¦</font>¸¦ ÇÒ ¼ö ÀÖ³ª¿ä?</span> <span class="btn">´äº¯º¸±â/´Ý±â</span> </h2> <div class="sub"> <img src="http://mjsoft.co/html/millennium/img/product/faq/pda_q_11.jpg"> </div> </li--> <li class="group"> <h2 class="title odd"> <span class="num">12.</span> <span class="text">PDA°¡ ¾ø¾îµµ µ¥¸ð¹öÀüÀ» Å×½ºÆ® ÇØ º¼ ¼ö ÀÖ³ª¿ä?</span> <span class="btn">´äº¯º¸±â/´Ý±â</span> </h2> <div class="sub"> <img src="http://mjsoft.co/html/millennium/img/product/faq/pda_q_12.jpg"/> </div> </li> <li class="group"> <h2 class="title"> <span class="num">13.</span> <span class="text">¾÷Á¾º° PDAµµÀÔ ¼º°ø»ç·Ê¸¦ ¼Ò°³ÇØÁÖ¼¼¿ä.</span> <span class="btn">´äº¯º¸±â/´Ý±â</span> </h2> <div class="sub"> <img src="http://mjsoft.co/html/millennium/img/product/faq/pda_q_13.jpg"/> </div> </li> <li class="group last"> <h2 class="title odd"> <span class="num">14.</span> <span class="text">õ³â°æ¿µPDA 3Á¾ÀÇ ÁÖ¿ä Â÷ÀÌÁ¡À» ¾Ë·ÁÁÖ¼¼¿ä.</span> <span class="btn">´äº¯º¸±â/´Ý±â</span> </h2> <div class="sub"> <? include("./include/software/match_up_pda.html"); ?> </div> </li> </ul> </div><!-- //functionFaq -->
<!---------- jQuery code Start ----------> <script> $("#toggle .sub").hide(); $("#toggle .title").click(function () { if ($(this).next().css("display") == "none") { $(".sub").slideUp(); }; $(this).next().slideToggle(); }); $(".sub").click(function () { $(this).slideUp(); }); </script>
|