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
|
<? include("./include/header.php"); ?>
<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_company.html"); ?> </td> </tr> <tr> <td height="25"> </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/sitemap.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> <!-- Á¦Ç°¼Ò°³»ó´Ü --> <table width="600" align="center" style="margin:0 0 50px;"> <tr> <td> <img src="../carmate/img/customer/sitemap_bg.gif" border="0" usemap="#sitemap"> <map name="sitemap" id="sitemap"> <!-- Çϵå¿þ¾î--> <area shape="rect" coords="20,31,134,49" href="../carmate/carmatelite.php" /> <!-- // Ä«¸ÞÀÌÆ®lite --> <area shape="rect" coords="20,51,134,69" href="../carmate/carmatepro.php" /> <!-- //Ä«¸ÞÀÌÆ®pro --> <area shape="rect" coords="20,71,134,89" href="../carmate/carmateprocs.php" /> <!-- //Ä«¸ÞÀÌÆ®procs -->
<!-- Â÷°èºÎ --> <area shape="rect" coords="251,30,365,48" href="../carmate/carbook.php" /> <!-- //Â÷°èºÎ -->
<!-- ÀÎÅͳÝÂ÷°èºÎ --> <area shape="rect" coords="487,31,601,49" href="../carmate/ecarbooklist.php" /> <!-- //³»Á¤ºñÈ®ÀÎ --> <area shape="rect" coords="487,52,601,70" href="../carmate/ecarbookreserve.php" /> <!-- //Á¤ºñ¿¹¾à -->
<!-- °í°´Áö¿ø --> <area shape="rect" coords="17,243,151,261" href="../carmate/customerfaq.php" /> <!-- //ÀÚÁÖ¹¯´ÂÁú¹® --> <area shape="rect" coords="17,263,151,281" href="../carmate/customerupgrade.php" /> <!-- //¾÷±×·¹À̵åÇöȲ--> <area shape="rect" coords="17,282,151,300" href="../carmate/customercomputer.php" /> <!-- // ÄÄÇ»ÅÍ»ó½Ä--> <area shape="rect" coords="17,304,151,322" href="../carmate/customerpds.php" /> <!-- //ÀÚ·á½Ç --> <area shape="rect" coords="17,324,151,342" href="../carmate/customeras.php" /> <!-- //Áú¹®´äº¯ -->
<!-- ¸¶ÀÌÆäÀÌÁö--> <area shape="rect" coords="253,245,367,263" href="../carmate/mypageedit.php" /> <!-- //³»Á¤º¸¼öÁ¤ --> <area shape="rect" coords="253,265,367,283" href="../carmate/mypageauth.php" /> <!-- //Á¤Ç°¹øÈ£Á¶È¸--> <area shape="rect" coords="253,284,367,302" href="../carmate/mypageqna.php" /> <!-- //Áú¹®´äº¯ --> <area shape="rect" coords="253,304,367,322" href="../carmate/mypagepaper.php" /> <!-- //»óǰ¹è¼ÛÈ®ÀÎ-->
<!-- ȸ»ç¼Ò°³--> <area shape="rect" coords="487,245,601,263" href="../carmate/companyinfo.php" /> <!-- //ȸ»ç¼Ò°³ --> <area shape="rect" coords="487,265,601,283" href="../carmate/companyhistory.php" /> <!-- //¿¬Çõ--> <area shape="rect" coords="487,284,601,302" href="../carmate/companychart.php" /> <!-- //Á¶Á÷µµ--> <area shape="rect" coords="487,304,601,322" href="../carmate/companytieup.php" /> <!-- //¾÷¹«Á¦ÈÞ--> <area shape="rect" coords="487,324,601,342" href="../carmate/companyjoin.php" /> <!-- //ÀÔ»çÁö¿ø--> <area shape="rect" coords="487,344,601,362" href="../carmate/companymap.php" /> <!-- //ã¾Æ¿À½Ã´Â±æ-->
</map> </td> </tr> </table>
<!-- ³»¿ë --------------- ³¡ -----> </td> </tr> </table> <!-- Áß°£ -------------- ³¡ --> </td> </tr>
<? include('./include/footer.php'); ?>
|