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
|
<?php include_once("./_common2.php"); ?> <tr> <td height="3" bgcolor="#3a3a44"></td> </tr>
<tr> <td align="center"> <a href="./company_info.php"><img src="./img/common/b_btn01.jpg" border="0" alt="ȸ»ç¼Ò°³"></a> <a href="./company_tieup.php"><img src="./img/common/b_btn02.jpg" border="0" alt="¾÷¹«Á¦ÈÞ"></a> <a href="./deallist.php"><img src="./img/common/b_btn03.jpg" border="0" alt="µô·¯°¡ÀÔ"></a> <a href="./privacy.php"><img src="./img/common/b_btn04.jpg" border="0" alt="°³ÀÎÁ¤º¸º¸È£Á¤Ã¥"></a> <a href="./sitemap.php"><img src="./img/common/b_btn05.jpg" border="0" alt="»çÀÌÆ®¸Ê"></a> <a href="./customerfaq.php"><img src="./img/common/b_btn06.jpg" border="0" alt="°í°´¼¾ÅÍ"></a> <a href="./company_map.php"><img src="./img/common/b_btn07.jpg" border="0" alt="¿À½Ã´Â±æ"></a> <a href="./sinmungo.php"><img src="./img/common/b_btn08.jpg" border="0" alt="°í°´ÀǼҸ®"></a> <a href="./company_join.php"><img src="./img/common/b_btn09.jpg" border="0" alt="ä¿ëÁ¤º¸"></a> <select style="width:110px; vertical-align:top; margin:7px 0 0 15px;" onchange="if(this.value) window.open(this.value);"> <option value="#">ÆÐ¹Ð¸®»çÀÌÆ®</option> <option value="http://www.easytax.kr/">ÀüÀÚ¼¼±Ý°è»ê¼°ü¸®</option> <option value="http://www.pos1000.co.kr/">POS½Ã½ºÅÛ/ÇÁ·Î±×·¥</option> <option value="http://www.camate.co.kr/">Ä«¼¾ÅÍ °í°´°ü¸®</option> </select> </td> </tr>
<tr> <td height="1" bgcolor="#dcdcdc"></td> </tr>
<tr> <td colspan="10"> <img src="./img/common/bottom.jpg" border="0" usemap="#Map_bott" align="center"> <map name="Map_bott" id="Map_bott"> <area shape="rect" onfocus="blur()" coords="0,0,145,145" href="./intro.php" target="_blank" /> <area shape="rect" onfocus="blur()" coords="792,27,890,78" href="http://www.allthegate.com/ags/add/add_04.jsp" target="_blank" /><!-- ¿¡½ºÅ©·ÎÈ®ÀÎ--> <area shape="rect" onfocus="blur()" coords="792,79,890,100" href="./img/common/certificate.jpg" target="_blank"/><!-- ÀÎÁõ¼ÆË¾÷ --> <!-- <area shape="rect" onfocus="blur()" coords="895,27,960,100" href="http://ftc.go.kr/info/bizinfo/communicationList.jsp" target="_blank"/>ÀüÀÚ¼¼±Ý°è»ê¼ --> </map> </td> </tr>
|