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
|
<?php include_once("./_common2.php"); ?> <meta http-equiv="X-UA-Compatible" content="IE=8,IE=9,IE=10,chrome=1"> <? include("./Page/common/header.php"); ?>
<style>
dd {font-weight: 500 !important} .hw_column {margin-top:15px} .hw_overlay img {margin: 0 !important}
</style>
<div class="wrap">
<div class="contents"> <div class="asideMenu"> <? include("./Page/buy/leftNavi.html"); ?> </div><!-- //leftNavi -->
<div class="subContents"> <h1> <img src="./img/titlebar/buyhardware.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/hw/hw_title2.jpg" alt="Çϵå¿þ¾î¹®ÀÇ : 02-401-5121"></h2> <? include("./Page/buy/producthwlist.php"); ?>
</div><!-- //section -->
</div><!-- //subContents --> </div><!-- //contents --> </div><!-- //wrap -->
<? include("./Page/common/footer.php"); ?>
<script language="javascript">
function submitForm( siteURL ){ //»õâÀ¸·Î ¶ç¿ì´Â var win = window.open( siteURL, 'newWin', 'status=0,toolbar=0,scrollbars=1,resizable=1,width=520,height=520' ); document.forms.search.action = siteURL; document.forms.search.target = 'newWin'; document.forms.search.submit(); } </script>
|