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
|
<?php if($_SERVER['REMOTE_ADDR']!='58.151.27.172'){ ?> <script> $(document).bind("contextmenu", function(e){ return false; }); document.oncontextmenu=function(){return false;} </script> <?php } ?> <div class="footer"> <div class="footerWrap">
<div class="fnb"> <ul> <li><a href="../company/companyinfo.php">ȸ»ç¼Ò°³</a></li> <li><a href="../company/companyjoin.php">¾÷¹«Á¦ÈÞ</a></li> <li><a href="http://mjsoft.co/html/millennium/deallist.php" target="_target">Çù·ÂÁ¡°¡ÀÔ</a></li> <li><a href="../member/privacy.php">°³ÀÎÁ¤º¸º¸È£Á¤Ã¥</a></li> <li><a href="../company/companymap.php">ã¾Æ¿À½Ã´Â ±æ</a></li> </ul> </div><!-- class="fnb" -->
<dl class="familysite"> <dt>ÆÐ¹Ð¸®»çÀÌÆ®</dt> <dd> <p><a href="http://mjsoft.co/" target="_blank">õ³â°æ¿µ/°æ¿µ°ü¸®</a></p> <p><a href="http://www.easytax.kr/" target="_blank">¼³Ä¡Çü ÀüÀÚ°è»ê¼°ü¸®</a></p> <p><a href="http://www.easytax.kr/html/easytax_new/index.php" target="_blank">¹«¼³Ä¡ ÀüÀÚ°è»ê¼°ü¸®</a></p> <p><a href="http://ebizmall.co.kr" target="_blank">¼îÇθô ÅëÇÕÆÇ¸Å°ü¸®</a></p> <!--p><a href="http://www.pos1000.co.kr" target="_blank">µµ¼Ò¸Å POSÆÇ¸Å°ü¸®</a></p--> <p><a href="http://mjmall.co/mall.php" target="_blank">SW/HW ÆÇ¸ÅMall</a></p> <p class="dashLine">±âŸÁ¦Ç°</p> <p><a href="http://mjmall.co/sw_detail.php?cate2_code=04&category_code=11" target="_blank">µµ¼(»óǰ) ´ë¿©°ü¸®</a></p> <p><a href="http://mjmall.co/sw_detail.php?cate2_code=03&category_code=28" target="_blank">¿ø·ë(ºÎµ¿»ê) ÀÓ´ë°ü¸®</a></p> <p><a href="http://mjmall.co/sw_detail.php?cate2_code=04&category_code=10" target="_blank">¹Ì¿ë½Ç °í°´°ü¸®</a></p> <p><a href="http://www.camate.co.kr" target="_blank">Ä«¼¾ÅÍ °í°´°ü¸®</a></p> </dd> </dl><!-- //familysite --> <script> $(".familysite dt").click(function () { //ÆÐ¹Ð¸®»çÀÌÆ® if ( $(".familysite dd").css("display") == "block" ){ $(".familysite dd").slideUp(800); } else { $(".familysite dd").slideDown(800); } });//ÆÐ¹Ð¸®»çÀÌÆ® ³¡ </script>
<div class="footerInfo"> <p class="footerLogo"><span class="screen_out">ÀÌÁöÅØ½º</span></p> <p><b>¿¥Á¦À̼ÒÇÁÆ®</b> ´ëÇ¥ÀÚ Á¤ÀÏ¿µ ¼¿ïƯº°½Ã ¼ÛÆÄ±¸ Áß´ë·Î 105(°¡¶ôµ¿, °¡¶ô¾ÆÀ̵ðŸ¿ö 1004È£)</p> <p>ÀüÈ : (02)401-5121 ÆÑ½º : (02)832-3555 »ç¾÷ÀÚ¹øÈ£ : 502-18-94746 Åë½ÅÆÇ¸Å¾÷½Å°í : 2011-¼¿ï¼ÛÆÄ-0758</p> <p>±â¾÷Àü»ê½Ã½ºÅÛ±¸Ãà ÀÀ¿ëÇÁ·Î±×·¥°³¹ß PDA½º¸¶Æ®Æù¼Ö·ç¼Ç°³¹ß ¹°·ù°ü¸®½Ã½ºÅÛ±¸Ãà ERP MIS RFID</p> </div><!-- footerInfo -->
<div class="quoteMark"> <a href="http://www.allthegate.com/ags/add/add_04.jsp" target="_blank"><span>¿¡½ºÅ©·Î</span></a> </div><!-- quoteMark --> <p class="copyright"><span>copyright (c) 2014 MJSOFT all rights reserved.</span></p> </div><!-- class="footerWrap" --> </div><!-- class="footer" --> </body> </html>
|