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
|
<link href="../css/popup.css" rel="stylesheet" type="text/css">
<div class="popupWrap"> <div class="popupTitle">Çϵå¿þ¾î <span>Á¦Ç°¾È³»</span> <a href="javascript:window.close()" class="close"><img src="../images/common/btn_close.gif" alt="â´Ý±â"></a> </div>
<!-- Å×ÀÌºí ½ÃÀÛ --> <table class="popupInfo"> <tr> <th width="69">Á¦Ç°¸í</th> <td width="229">CW-30</td> <th width="69">ºÐ·ù</th> <td width="159">»ê¾÷¿ëPDA</td> </tr> <tr> <th>¾÷¹«¿ëµµ</th> <td colspan="3"> ÁÖ¹®. Ãâ°í. »óÂ÷. ³³Ç°. Àç°í. °Ë¼ö </td> </tr> <tr> <th>Á¦Ç°±¸¼º</th> <td colspan="3"> CW-30 º»Ã¼(¹èÅ͸®Æ÷ÇÔ). Å©·¹µé. Å©·¹µé¾Æ´äÅÍ. µ¥ÀÌÅÍÄÉÀ̺í. <br/>¾×Á¤º¸È£Çʸ§. ½ºÅ¸ÀÏ·¯½ºÆÒ </td> </tr> </table> <div class="popupView"> <ul> <li><img src="../img/hw/big_cw30_01.jpg" alt=""></li> <li class="last"><img src="../img/hw/big_cw30_02.jpg" alt=""></li> </ul> <ul> <li class="once"><img src="../img/hw/big_cw30_03.jpg" alt=""></li> </ul> </table>
</div><!-- popupWrap -->
|