/home/mjc1/public_html/html/millennium/demo_request.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
<?php include_once("./_common2.php"); ?>
<? 
include("./Page/common/header.php"); ?>
<?
    
if($_COOKIE['USERID']==''){ // È¸¿ø¸¸ ½ÅûÇϰԠó¸®
?>
        <script>
            alert('·Î±×ÀÎÇϼžߠÀ̿렰¡´ÉÇÕ´Ï´Ù.');
            document.location.href='logingo.php?url=demo_request.php';
        </script>
<?
        
exit;
    } else {
        
$sql "select * from member where Mid = '{$_COOKIE['USERID']}' ";
        
$res mysql_query($sql);
        
$cinfo mysql_fetch_array($res);
        
$memberRow $cinfo;
    }

    if(
$uid!=''){
        
$sql "select * from mBoard_dd_request where dd_mid = '{$_COOKIE['USERID']}' and uid = '$uid' ";
        
$result      =    mysql_query($sql);
        
$ddr_info mysql_fetch_array($result);
    } else {
        
$ddr_info['dd_price'] = 0;
    }

    
$table "mBoard_dd";
    
$order_key "gubun, uid DESC";

    
$sql "select * from {$table} where 1 order by {$order_key}";

    
$result      =    mysql_query($sql);

    
//_pr($sql);
    
while($cus_info=mysql_fetch_array($result)){
        
$list_array[] = $cus_info;
    }
    
//_pr($list_array);
?>
 <script type="text/javascript"> 
 //<![CDATA[ 
 var DaumConversionDctSv="type=P,orderID=,amount="; 
 var DaumConversionAccountID="qrcffOOavujhL.YwwxXtPA00"; 
 if(typeof DaumConversionScriptLoaded=="undefined"&&location.protocol!="file:"){ 
         var DaumConversionScriptLoaded=true; 
         document.write(unescape("%3Cscript%20type%3D%22text/javas"+"cript%22%20src%3D%22"+(location.protocol=="https:"?"https":"http")+"%3A//t1.daumcdn.net/cssjs/common/cts/vr200/dcts.js%22%3E%3C/script%3E")); 
 } 
 //]]> 
 </script> 

<!-- ÀüȯÆäÀÌÁö ¼³Á¤ -->
<script type="text/javascript" src="//wcs.naver.net/wcslog.js"></script> 
<script type="text/javascript"> 
var _nasa={};
_nasa["cnv"] = wcs.cnv("5","10"); // ÀüȯÀ¯Çü, Àüȯ°¡Ä¡
</script>

<!-- Event snippet for Àüȯ conversion page -->
<script>
  gtag('event', 'conversion', {'send_to': 'AW-771262423/RvRoCIGaupIBENeP4u8C'});
</script>


<!-- ¿äû»çÀ¯ ÅؽºÆ® Å¬¸¯½Ã ³»¿ë »èÁ¦ ÇÔ¼ö -->
<script> 

function clear_text3(){ 

     if( jointinsertFrm.addproduct.value == "PDA¿¡¼­ ½ºÄ³³Ê ¹× ¿µ¼öÁõÇÁ¸°ÅÍ °¡´É±âÁ¾"){
        var str=""; 
        var aa=document.getElementById("addproduct"); 
        aa.value = str; 
    }



function FrmCh(){

    if($("#formText2").is(":checked") == true){
        alert('°³ÀÎÁ¤º¸ Ãë±Þ¹æÄ§¿¡ µ¿ÀÇ ÇϼžߠÇÕ´Ï´Ù.');
        return ;
    }

    if($("#formText12").is(":checked") == true){
        alert('µ¥¸ðÀåºñ ¿äû¾à°ü¿¡ µ¿ÀÇ ÇϼžߠÇÕ´Ï´Ù.');
        return ;
    }

    if($("#ag_broken").is(":checked") == false){
        alert('µ¥¸ðÀåºñ ºÐ½Ç/ÆÄ¼Õ ¾àÁ¤¿¡ µ¿ÀÇ ÇϼžߠÇÕ´Ï´Ù.');
        return ;
    }

    if($(".demo_device option:selected").val() == ""){
        alert('½ÅûÇÒ µ¥¸ðÀåºñ¸¦ ¼±ÅÃÇϽñ⠹ٶø´Ï´Ù.');
        return ;
    }

    if($("input[name='Mcompany']").val() == ""){
        alert('»óÈ£¸íÀ» ÀÔ·ÂÇϽñ⠹ٶø´Ï´Ù.');
        return ;
    }

    if($("input[name='Mname']").val() == ""){
        alert('½ÅûÀÚ¸íÀ» ÀÔ·ÂÇϽñ⠹ٶø´Ï´Ù.');
        return ;
    }

    if($("input[name='Mhp']").val() == ""){
        alert('¿¬¶ô󸦠ÀÔ·ÂÇϽñ⠹ٶø´Ï´Ù.');
        return ;
    }

    if($("input[name='Madd']").val() == ""){
        alert('Åùè¹è¼ÛÁö¸¦ ÀÔ·ÂÇϽñ⠹ٶø´Ï´Ù.');
        return ;
    }

    if($("input[name='bank']").val() == "" || $("input[name='bank_account']").val() == "" || $("input[name='bank_name']").val() == ""){
        alert('º¸Áõ±Ý È°ºÒ°èÁ¸¦ ÀÔ·ÂÇϽñ⠹ٶø´Ï´Ù.');
        return ;
    }
    
    if(confirm('Á¤¸»·Î À§ Á¤º¸´ë·Î µ¥¸ðÀåºñ ´ë¿© ¿äûÀ» ÇϽðڽÀ´Ï±î?')){
        jointinsertFrm.target = "jointIframe";
        jointinsertFrm.action = "demo_request_process.php";
        jointinsertFrm.submit();
    }
    
}

function Msg(txt) {
    
    alert(txt);
    location.href = "customerprice.php";

}

$(function(){
    $(".demo_device").change(function(){
        if($(this).val()!=''){
            $v = $(this).val().split("^");
            $uid = $v[0];
            $price = $v[1];
            $day = $v[2];
            //$(".img_div ul").html($(".img_ul_"+$uid).html());
            $("input[name='loan_price']").val($price);
            $("input[name='loan_day']").val($day);
        }
    });

    //$(document).on("click",".list_img_div ul li",function(){
    $(".list_img_div ul li").click(function(){
        $v = $(this).html();
        $("#modal_member_box").html($v).dialog({
                    resizable: true, height:900, width:1024, modal: true, title: "µ¥¸ðÀåºñ [»çÁø]",
                    buttons: {
                        ´Ý±â: function() {
                            $( this ).dialog( "close" );
                        }
                    }
                });
        });
        
});
</script>


    <div class="wrap">

        <div class="contents">
            <div class="asideMenu">
                <? include("./Page/mypage/leftNavi.html"); ?>
            </div><!-- //leftNavi -->

            <div class="subContents">
                <h1>
                    <img src="./img/titlebar/demorequest.jpg" alt="°ßÀû¿äû">
                    <p>
                        <span class="home"><a href="intro.php">Home</a></span>
                        <span class="depth">></span>
                        <span class="depth1">°í°´¼¾ÅÍ</span>
                        <span class="depth">></span>
                        <span class="depth2">µ¥¸ðÀåºñ½Åû</span>
                    </p>
                </h1>
                
                <div class="section">
                    <!--<h2><img src="./img/customer/price_top.jpg" alt="±âÁ¸°ßÀû¿äûŸÀÌÆ²"></h2>-->
                    <h2><img src="./img/customer/board_title/demo_top.png" alt="°ßÀû¿äûŸÀÌÆ²" usemap="#cu_as_top"/></h2>
                    <form name="jointinsertFrm" method="post" action=''>
                        <input type='hidden' name='come_from' value='<?php echo $_GET['come_from'];?>'>
                    <div class="tieupAgree">
                        <h2>°³ÀÎÁ¤º¸ ¼öÁý ¹× À̿뵿ÀÇ <span class="privacy_link">(ÀÚ¼¼ÇÑ ³»¿ëÀº '°³ÀÎÁ¤º¸Ãë±Þ¹æÄ§'À» Âü°íÇØÁÖ¼¼¿ä.)</span></h2>
                        <? include("./privacy_text.html"); ?>
                        <p>
                            <input type="radio" id="formText1" name="formText" value="1"><label for="formText1">µ¿ÀÇÇÔ</label>
                            <input type="radio" id="formText2" name="formText" value="2" checked><label for="formText2">µ¿ÀǾÈÇÔ</label>
                            <span class="tel">¢Ï 02) 401-5121</span>
                        </p>
                    </div>
                    <div class="tieupAgree">
                        <h2 style='color:darkblue;font-size:20px;'>¿¥Á¦À̼ÒÇÁÆ® µ¥¸ðÀåºñ ¿äû ¾à°ü.</span></h2>
                        <div class='priv_div'>
                            º» µ¥¸ðÀåºñ ´ë¿©°è¾à¼­ ³»¿ëÀ» ÀÚ¼¼È÷ Àо½Ã°í °è¾àÁ¶°Ç¿¡ µ¿ÀÇ ÇϽøé "¿¹"¸¦ ¡°¼±Åá± ÇØÁֽðí, µ¿ÀÇÇÏÁö ¾ÊÀ» °æ¿ì¿¡´Â "¾Æ´Ï¿À"¸¦ ¡°¼±Åá± ÇØ Áֽñ⠹ٶø´Ï´Ù. µ¿ÀÇÇÏÁö ¾ÊÀ» °æ¿ì µ¥¸ðÀåºñ ´ë¿©¼­ºñ½º¸¦ ¹ÞÀ¸½Ç ¼ö ¾ø½À´Ï´Ù.
                        </div>
                        <br>
                        <h3>[´ë¿©Àåºñ ¼­ºñ½º ´ë»óÀÚ]</h3>
                        <div class='priv_div'>
                            ´ç»ç Á¦Ç°À» ±¸¸Å ÇϱâÀü Àåºñ¸¦ Á÷Á¢ ½Ã¿¬ÇØ º¸°í ½ÍÀº ¾÷ü ¶Ç´Â °³ÀÎ.<br>
                            (´ë»óÀåºñ: ¿µ¼öÁõÇÁ¸°ÅÍ, XPDA)
                        </div>
                        <h3>[Àåºñ ´ë¿©±â°£]</h3>
                        <div class='priv_div'>
                            ´ç»çÀÇ Åùè¹ß¼ÛÀϷΠºÎÅÍ 15ÀÏ À̳» °í°´Àº ¹Ý¼ÛÅù蠹߼۠ÇϼžߠÇÕ´Ï´Ù.<br>
(¹Ý¼ÛÁö¿¬½Ã Àåºñ º¸Áõ±Ý¿¡¼­ Áö¿¬ 1ÀÏ´ç 5000¿ø Â÷°¨ ÈĠȯ±ÞµË´Ï´Ù.)<br>
´Ü, ´ç»ç¿¡¼­ Åù蠹߼ÛÇÏ¿´À¸³ª Åù蠻çÁ¤À¸·Î Áö¿¬ µµÂøÇÑ °æ¿ì, ±Ù¹«ÀÏ ±âÁØ 2ÀÏÀ» ÃʰúÇϴ Áö¿¬ ±â°£Àº ¹Ý¼ÛÀÏÀ» ÇØ´ç Ãʰú±â°£¸¸Å­ ¿¬Àå󸮠ÇÑ´Ù.
                        </div>
                        <h3>[´ë¿©Àåºñ ¿î¼Ûºñ ºÎ´ã]</h3>
                        <div class='priv_div'>
                            Àåºñ¸¦ º¸³¾¶§´Â ´ç»ç¿¡¼­ ºÎ´ãÇÏ°í ¹Ý¼ÛÇÒ¶§´Â ´ë¿©ÀÚ°¡ ºÎ´ãÇÑ´Ù.
                        </div>
                        <h3>[´ë¿©Àåºñ ºÐ½Ç ¹× ÆÄ¼Õ]</h3>
                        <div class='priv_div'>
                            ´ë¿©Àåºñ°¡ ºÐ½Ç ¶Ç´Â ÆÄ¼Õ µÇ¾úÀ» °æ¿ì ºÐ½ÇÀº º¸Áõ±Ý Àü¾×, ÆÄ¼ÕÀº ¼ö¸® ½Çºñ¸¸Å­  º¸Áõ±Ý¿¡¼­ Â÷°¨ ÈĠȯ±ÞÇØ µå¸³´Ï´Ù.<br>
                            <input type='checkbox' name='ag_broken' id='ag_broken'> <b>ºÐ½Ç/ÆÄ¼Õ ¾àÁ¤¿¡ µ¿ÀÇÇÕ´Ï´Ù. </b>
                        </div>

                        <p>
                            <input type="radio" id="formText11" name="formText1" value="1"><label for="formText11">¿¹</label>
                            <input type="radio" id="formText12" name="formText1" value="2" checked><label for="formText12">¾Æ´Ï¿À</label>
                            <span class="tel">¢Ï 02) 401-5121</span>
                        </p>
                    </div>
<?php if($ddr_info['uid']!=''){ ?>
    <script>
        $(function(){
            $(".tieupTable input").prop("readonly",true);
        });
    </script>
<?php }?>
                    <!-- ÀԷ¶õ -->
                    <table class="tieupTable" style="width:900px">
                        <caption><span><span class="red">* </span>´Â Çʼö Ç׸ñÀÔ´Ï´Ù.</span></caption>
                        <tr>
                            <th width="150" class="top_bd"><span class="red">*</span>µ¥¸ðÀåºñ¼±ÅÃ</th>
                            <td width="560" class="top_bd">
                            <?php if($ddr_info['uid']!=''){ ?>
                                <?php echo $ddr_info['dd_device'];?>
                                <style>
                                    .tieupTable input { border:0px !important; }
                                </style>                                
                            <?php } else {?>
                                <select name='demo_device' class='demo_device' style='width:300px;'>
                                    <option value=''>-- ½ÅûÇÒ µ¥¸ðÀåºñ¸¦ ¼±ÅÃÇϼ¼¿ä --</option>
<?php
    
foreach($list_array as $key=>$val){
        echo 
"<option value='{$val['uid']}^{$val['add_product']}^{$val['product']}^{$val['name']}' \>{$val['name']} / {$val['respon']}</option>";
    }
?>
                                </select>
                            <?php }?>
                                <br>
                                <div class='img_div'>
                                    £ª º¸Áõ±Ý : <input type='text' name='loan_price' readonly value='<?php echo $ddr_info['dd_price'];?>' size=10> ¿ø &nbsp;&nbsp; £ª ÀÓ´ë±â°£ : <input type='text' name='loan_day' readonly value='<?php echo $ddr_info['dd_day'];?>' size=10><br>
                                    <ul>
                                    </ul>
                                </div>
                                <div class='list_img_div'>
<?php
        
echo "<ul class='img_ul_{$val['uid']}'>";
        for(
$i=1;$i<=10;$i++){
            if(
$ddr_info['add_file'.$i]!=''){
                
$img_url "/manage/m_filedown.php?filedir=../save_dir/m_board/file/&filename=".$ddr_info['add_file'.$i];
                echo 
"<li><img src='{$img_url}' width=100%></li>";
            }
        }
        echo 
"</ul>";
?>
                                </div>
                            </td>
                        </tr>
                        <tr>
                            <th width="150" class="top_bd"><span class="red">*</span>»óÈ£</th>
                            <td width="560" class="top_bd"><input name="Mcompany" type="text" size="24" maxlength="50" value='<?php echo $cinfo['Mcompany'];?>' readonly style='background-color:#e0e0e0;'></td>
                        </tr>
                        <tr>
                            <th><span class="red">*</span>¼º¸í(½ÅûÀÚ¸í)</th>
                            <td><input name="Mname" type="text" size="24" maxlength="50" value='<?php echo $cinfo['Mname'];?>' ></td>
                        </tr>
                        <tr>
                            <th><span class="red">*</span>¿¬¶ôó</th>
                            <td class="blue">
                                <input name="Mhp" type="text" size="15" maxlength="13" value='<?php echo $cinfo['Mhp'];?>'>
                            </td>
                        </tr>
                        <tr>
                            <th><span class="red">*</span>Åùè¹è¼ÛÁö</th>
                            <td class="blue">
                                <input name="Maddnum" id="post1" value='<?php echo $cinfo['Maddnum'];?>' type="text" size="5" maxlength="5" > <img src="./img/mypage/post_bt.jpg" Onclick="postSearch3('post1','post2','Madd');" style='cursor:pointer;' alt="¿ìÆí¹øÈ£Ã£±â"> 
                                <br>
                                <input name="Madd" id="Madd" type="text" value='<?php echo $cinfo['Madd'];?>' size="60" maxlength="70">
                            </td>
                        </tr>
                        <tr>
                            <th><span class="red">*</span>º¸Áõ±Ý È¯ºÒ°èÁÂ</th>
                            <td class="blue">
                            <?php if($ddr_info['uid']!=''){ ?>
                                <?php echo $ddr_info['dd_bank'];?>
                            <?php } else {?>
                                Àº Çà ¸í : <input name='bank' value='' size=10><br>
                                °èÁ¹øÈ£ : <input name='bank_account' value='' size=25><br>
                                ¿¹ ±Ý ÁÖ : <input name='bank_name' value='' size=10>
                            <?php }?>
                            </td>
                        </tr>
                    </table>
<style>
.list_img_div { /*display:none !important;*/ }
.img_div ul li, .list_img_div ul li { float:left; cursor:pointer; }
.img_div ul li img, .list_img_div ul li img { width:70px; }

.priv_div { line-height:20px; padding-left:15px; margin-bottom:10px;}
.tieupAgree h3 { font-size:15px; font-weight:bold; margin-bottom:10px; }

.price_cs_btn{padding:15px 0;width:150px;margin-left:10px;background:#4a4c4e;color:#fff;display:inline-block;font-size:15px;font-weight:600;border-radius:5px;cursor:pointer;float:left;}
.price_cs_btn a{color:#fff;font-weight:600;text-align:center;display: block;}
.cs_btn_lay .show_correct_class{padding:15px 0;width:150px;margin-left:10px;background:#4a4c4e;color:#fff;display:inline-block;font-size:15px;font-weight:600;border-radius:5px;cursor:pointer;float:left;text-align:center;}
#modal_member_box{padding-top: 15px !important;}
</style>
                    <!--<div style=""><p class="tieupBtn" style="float:left;"><a href="javascript:FrmCh();"><img src="./img/customer/price_bt.jpg" alt="°ßÀû¿äû"></a></p></div>-->
                    <div class="cs_btn_lay" style="width:200px;margin:0 auto;margin-top:20px;">
<?php if($ddr_info['uid']==''){ ?>
                        <div class="price_cs_btn" style="background:#0071e5;"><a href="javascript:FrmCh();">µ¥¸ðÀåºñ½Åû</a></div>
<?php ?>
                    </div>
                    </form>
                </div><!-- //section -->

            </div><!-- //subContents -->

            <?include "demo_request.inc.php"?>

        </div><!-- //contents -->
    </div><!-- //wrap -->
<script src="https://t1.daumcdn.net/mapjsapi/bundle/postcode/prod/postcode.v2.js"></script>
<script language="javascript"> 
function postSearch3(zip1,zip2,addr1){
    new daum.Postcode({
        oncomplete: function(data) {
        // ÆË¾÷¿¡¼­ °Ë»ö°á°ú Ç׸ñÀ» Å¬¸¯ÇßÀ»¶§ ½ÇÇàÇÒ Äڵ带 ÀÛ¼ºÇϴ ºÎºÐÀÔ´Ï´Ù.
        // ¿¹Á¦¸¦ Âü°íÇÏ¿© ´Ù¾çÇѠȰ¿ë¹ýÀ» È®ÀÎÇØ º¸¼¼¿ä.
            zoncode1 = data.zonecode.substring(0,3);
            zoncode2 = data.zonecode.substring(3,5);

            if(1==1){ // 5ÀÚ¸® ¿ìÆí¹øÈ£ »ç¿ë  ÀÌÀü²¨ »ç¿ë½Ã¿£ 1==2·Î ¼¼ÆÃ
                $("#"+zip1).val(data.zonecode);
                /* $("#"+zip1).val(zoncode1); $("#"+zip2).val(zoncode2); */
            } else {
                $("#"+zip1).val(data.postcode1);
                $("#"+zip2).val(data.postcode2);
            }

              // °¢ ÁÖ¼ÒÀÇ ³ëÃâ ±ÔÄ¢¿¡ µû¶ó ÁÖ¼Ò¸¦ Á¶ÇÕÇÑ´Ù.
            // ³»·Á¿À´Â º¯¼ö°¡ °ªÀÌ ¾ø´Â °æ¿ì¿£ °ø¹é('')°ªÀ» °¡Áö¹Ç·Î, À̸¦ Âü°íÇÏ¿© ºÐ±â ÇÑ´Ù.
            var fullAddr = ''; // ÃÖÁ¾ ÁÖ¼Ò º¯¼ö
            var extraAddr = ''; // Á¶ÇÕÇü ÁÖ¼Ò º¯¼ö

            // »ç¿ëÀÚ°¡ ¼±ÅÃÇÑ ÁּҠŸÀÔ¿¡ µû¶ó ÇØ´ç ÁÖ¼Ò °ªÀ» °¡Á®¿Â´Ù.
            if (data.userSelectedType === 'R') { // »ç¿ëÀÚ°¡ µµ·Î¸í ÁÖ¼Ò¸¦ ¼±ÅÃÇßÀ» °æ¿ì
                fullAddr = data.roadAddress;

            } else { // »ç¿ëÀÚ°¡ Áö¹ø ÁÖ¼Ò¸¦ ¼±ÅÃÇßÀ» °æ¿ì(J)
                fullAddr = data.jibunAddress;
            }

            // »ç¿ëÀÚ°¡ ¼±ÅÃÇÑ ÁÖ¼Ò°¡ µµ·Î¸í Å¸ÀÔÀ϶§ Á¶ÇÕÇÑ´Ù.
            if(data.userSelectedType === 'R'){
                //¹ýÁ¤µ¿¸íÀÌ ÀÖÀ» °æ¿ì Ãß°¡ÇÑ´Ù.
                if(data.bname !== ''){
                    extraAddr += data.bname;
                }
                // °Ç¹°¸íÀÌ ÀÖÀ» °æ¿ì Ãß°¡ÇÑ´Ù.
                if(data.buildingName !== ''){
                    extraAddr += (extraAddr !== '' ? ', ' + data.buildingName : data.buildingName);
                }
                // Á¶ÇÕÇüÁÖ¼ÒÀÇ À¯¹«¿¡ µû¶ó ¾çÂÊ¿¡ °ýÈ£¸¦ Ãß°¡ÇÏ¿© ÃÖÁ¾ ÁÖ¼Ò¸¦ ¸¸µç´Ù.
                extraAddr = (extraAddr !== '' ? ' ('+ extraAddr +')' : '');
            }

            $("#"+addr1).val(fullAddr+" "+extraAddr+" ");
            $("#"+addr1).focus();
            alert('³ª¸ÓÁö ÁÖ¼Ò¸¦ ÀÔ·ÂÇϽñ⠹ٶø´Ï´Ù.')
        }
    }).open();
}
</script>
<?//if($_COOKIE['USERID']=='ryunen'){?>
    <?//include "customerprice_list.php"?>
<?
//}?>
<div id="modal_member_box" title="°Å·¡Ã³¼öÁ¤" style="display:none;width:100%; height:100%; padding-top:3px;padding-left:3px;background-color:#FFFFFF;position:relative;">
<img class='demo_pop_img' src='' width=100%>
</div>
<? 
//_pr($_COOKIE['USERID']);
include("./Page/common/footer.php"); 
?>