/home/mjc1/public_html/html/millennium/Page/product/productinfo_board_online.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
<?php
    header
("Content-type:text/html;charset=euc-kr");
?>
<script type="text/javascript">
///------------------FAQ º¸ÀÌ°í ¾Èº¸À̰í.............................
(function(W, D){
    var lastchild = null;

    // script by styliss
    // http://www.qurx.net
   if(W.addEventListener)
        W.addEventListener('load', setup, false);
    else
        W.attachEvent('onload', setup);
    
    return;

    function setup(){
        var parents = byClass('toggleChild');
        for(var i=0, c=parents.length, parent, button; i<c; i++){
            parent = parents[i];
            button = byClass('button', parent)[0];
            button.child = byClass('child', parent)[0];
            //button.child.style.display = 'none';
            button.onclick = toggle;
            button.child.onclick = toggle2;
        }
    }
    
    function toggle(){
        if (lastchild != null && lastchild != this.child) {
            lastchild.style.display = 'none';
        }

        this.child.style.display = this.child.style.display=='none' ? '' : 'none';
        lastchild = this.child;
    }

    function toggle2(){
        this.style.display = this.style.display=='none' ? '' : 'none';
    }
    
    function byClass(className, parent, tag){
        var all = (parent || D).getElementsByTagName(tag || '*')
          , classes
          , result = []
          ;
        for(var i=0, c=all.length; i<c; i++){
            classes = all[i].className.split(/\s+/);
            while(classes.length)
                if(classes.shift()==className)
                    result.push(all[i]);
        }
        return result;
            
    }
})(window, document);
</script>


<style type="text/css">
dl { margin:0; }
dt { height:27px; border-top:1px solid #cecece; padding:10px 0 7px 0; cursor:pointer }
dd { margin:0;  border-top:1px solid #dcdcdc; padding:5px 0 5px 0;  cursor:pointer }
/* dd.child {display:none;} */
img { border:0;} /*¸µÅ©À̹ÌÁö Å׵θ® ¾ø¾Ö±â*/
</style>



<!-- content -->
<div>
    <div class="tabTopImgB"><img src="./img/product/faq/productfaq_top.jpg" alt="ÀüÈ­¹®ÀÇ : 02-401-5121" /></div>
    
    <!-- ¸ñ·Ï -->
    <div>
            
            <dl class="toggleChild">
                <dt class="button"><img src="./img/product/faq/online_a_01.jpg"/></dt>
                    <dd class="child" style="display:none;"><img src="./img/product/faq/online_q_01.jpg"/></dd>
            </dl>

            <dl class="toggleChild">    
                <dt class="button"><img src="./img/product/faq/online_a_02.jpg"/></dt>
                    <dd class="child" style="display:none"><img src="./img/product/faq/online_q_02.jpg"/></dd>
            </dl>

            <dl class="toggleChild">
                <dt class="button"><img src="./img/product/faq/online_a_03.jpg"/></dt>
                    <dd class="child" style="display:none">
                        <img src="./img/product/faq/online_q_02.jpg"/>
                    </dd>
            </dl>


            <dl class="toggleChild">
                <dt class="button"><img src="./img/product/faq/online_a_04.jpg"/></dt>
                    <dd class="child" style="display:none">
                        <div>
                            <img src="./img/product/faq/online_q_04.jpg" usemap="#q_04"/>
                                <map name="q_04">
                                    <area alt="½º¸¶Æ®Æù ¿µ¾÷°ü¸®" shape="rect" coords="515,20,690,85" href="./smart_main.php" target="_blank" onfocus="blur()">
                                </map>
                        </div>
                    </dd>
            </dl>

            <dl class="toggleChild">
                <dt class="button"><img src="./img/product/faq/online_a_05.jpg"/></dt>
                    <dd class="child" style="display:none"><img src="./img/product/faq/online_q_05.jpg"/></dd>
            </dl>

            <dl class="toggleChild">
                <dt class="button"><img src="./img/product/faq/online_a_06.jpg"/></dt>
                    <dd class="child" style="display:none"><img src="./img/product/faq/online_q_06.jpg"/></dd>
            </dl>
            

            <dl class="toggleChild">
                <dt class="button"><img src="./img/product/faq/online_a_07.jpg"/></dt>
                    <dd class="child" style="display:none"><img src="./img/product/faq/online_q_07.jpg"/></dd>
            </dl>


            <dl class="toggleChild">
                <dt class="button"><img src="./img/product/faq/online_a_08.jpg"/></dt>
                    <dd class="child" style="display:none"><img src="./img/product/faq/online_q_08.jpg"/></dd>
            </dl>


            <dl class="toggleChild">
                <dt class="button"><img src="./img/product/faq/online_a_09.jpg"/></dt>
                    <dd class="child" style="display:none"><img src="./img/product/faq/online_q_09.jpg"/></dd>
            </dl>


            <dl class="toggleChild">
                <dt class="button"><img src="./img/product/faq/online_a_10.jpg"/></dt>
                    <dd class="child" style="display:none"><img src="./img/product/faq/online_q_10.jpg"/></dd>
            </dl>
    </div>     
</div>
<!-- /content -->