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
|
<? include("./include/header.php"); ?>
<script> function w_file(){ window.open('windows.htm','','top=0,left=0,width=580,height=515,menubar=no,scrollbar=0,toolbar=no,location=no,resizable=no'); } </script>
<table style="margin:0 auto;width:942px;"> <tr> <td style="height:30px;" colspan="3"></td> </tr> <tr> <td width="212" valign="top"> <table> <caption class="sound_only">ÁÂÃø¸Þ´º</caption> <tr> <td> <? include("./include/aside_sw.html") ?> </td> </tr> <tr> <td height="25"> </td> </tr> <tr> <td> <!-- ¹è³Ê --> <? include("./leftbannerprocs.php") ?> </td> </tr> </table> </td> <td width="12"><span class="sound_only">¸Þ´º¿©¹é</span></td> <td valign="top"> <table> <caption class="sound_only">³»¿ë¿µ¿ª</caption> <tr> <td> <table background="./img/titlebar/software.gif" width="718" height="44"> <tr> <td class="txt04" style="text-align:right">HOME > <font color="000000"><b>¼ÒÇÁÆ®¿þ¾î</b></td> </tr> <tr> <td colspan="2" height="12"></td> </tr> </table> </td> </tr> <tr> <td> <!-- Á¦Ç°¼Ò°³»ó´Ü --> <div class="swSection"> <div class="swSeries"> <ul> <li> <img src="./img/product/carmatelite.gif" usemap="#lite" alt="Ä«¸ÞÀÌÆ®Lite"> <map name="lite" id="lite"> <area shape="rect" onFocus="blur()" coords="24,186,103,205" href="javascript:fileDown('w_file','Carmate_Lite.exe');"> <area shape="rect" onFocus="blur()" coords="118,186,197,205" href="./carmatelite.php" /> </map> </li> <li> <img src="./img/product/carmatepro.gif" usemap="#pro" alt="Ä«¸ÞÀÌÆ®pro"> <map name="pro" id="pro"> <area shape="rect" onFocus="blur()" coords="24,186,103,205" href="javascript:fileDown('w_file','CarmatePro.exe');"> <area shape="rect" onFocus="blur()" coords="118,186,197,205" href="./carmatepro.php" /> </map> </li> <li class="last"> <img src="./img/product/carmateprocs.gif" usemap="#procs" alt="Ä«¸ÞÀÌÆ®procs"> <map name="procs" id="procs"> <area shape="rect" onFocus="blur()" coords="24,186,103,205" href="javascript:fileDown('w_file','carmateprocs.exe');"> <area shape="rect" onFocus="blur()" coords="118,186,197,205" href="./carmateprocs.php" /> </map> </li> </ul> </div> </div><!--//swSection-->
<p class="dotLine"></p> <div class="swSection" style="min-height:70px;"> <h2><img src="./img/titlebar/software_sub.gif" alt="lite¼Ò°³"></h2> <img src="./img/product/function.gif"> <p class="txt03"><strong>µµÀÔ¹®ÀÇ</strong> : <span class="red">(02) 401-5121</span></p> </div><!--//swSection-->
<!-- ³»¿ë --------------- ³¡ -----> </td> </tr> </table> <!-- Áß°£ -------------- ³¡ --> </td> </tr> <? include('./include/footer.php'); ?>
|