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
|
<? session_start(); ?> <?php include_once("_common.php");?>
<!-- ºÒ·®Á¢¼ÓÀÚ Ã¼Æ® --> <? include('../html/poorman.php'); ?> <? include("../manage/category/common.php"); ?> <? include('../onlinecs/_Head.php'); ?>
<META http-equiv=Content-Type content="text/html; charset=euc-kr"> <script> window.name ="parentWindow"; </script> <script src="Scripts/swfobject_modified.js" type="text/javascript"></script> <META content="MSHTML 6.00.2900.3429" name=GENERATOR>
<script language="javascript" src="okplugin_js.php?txtid=txt2"></script>
<link href="../css/style.css" rel="stylesheet" type="text/css"> <!-- À©µµ¿ì À̸§ÁöÁ¤ ½ºÅ©¸³Æ® : À̸§À» ÁöÁ¤ÇÏ¿© Ÿ°Ù¿¡ »ç¿ë --> <script> window.name ="parentWindow"; </script>
<!-- »õâÀ¸·Î ¶ç¿ì´Â ½ºÅ©¸³Æ®(ÁÖ¼ÒÇ¥½ÃÁÙ,µµ±¸¸·´ë ÀüºÎ ¾ø¾Ö±â) ½ÃÀÛ --> <SCRIPT LANGUAGE="JavaScript"> function submitForm_jepum( siteURL ) { var win = window.open( siteURL, 'newWin', 'status=0,toolbar=0,scrollbars=1,resizable=0,width=600,height=620' ); document.forms.search.action = siteURL; document.forms.search.target = 'newWin'; document.forms.search.submit(); } </SCRIPT>
<style type="text/css">
BODY {background: url(../onlinecs/img/topmenu/topbg.gif) repeat-x top center} /*Á¤Áß¾Ó¿¡ ¹è°æ À̹ÌÁö °íÁ¤*/
</style> <body topmargin="0" marginwidth="0" marginheight="0" > <table width="942" border="0" cellspacing="0" cellpadding="0" align="center" > <tr> <td> <!-- »ó´Ü ž¸Þ´º, Ç÷¡½Ã ¸Þ´º -------------- ½ÃÀÛ --> <table width="942" height="73" border="0" cellpadding="0" cellspacing="0" align="center"> <tr height="73"> <td><a href="../online/intro.php"><img src="../onlinecs/img/topmenu/logo.gif" border="0"></a></td> <td width="12" ></td> <td valign="top"> <table border="0" cellpadding="0" cellspacing="0"> <tr> <td height="24"> <? include("../onlinecs/topmenu.php"); ?> </td> </tR> <tr> <td> <a href="../onlinecs/sell"/><img src="../onlinecs/img/topmenu/menu1.gif" onmouseover="this.src='../onlinecs/img/topmenu/menu1on.gif'" onmouseout="this.src='../onlinecs/img/topmenu/menu1.gif'" border="0" style="cursor:hand"/></a><!-- --><a href="../onlinecs/sell"/><img src="../onlinecs/img/topmenu/menu2.gif" onmouseover="this.src='../onlinecs/img/topmenu/menu2on.gif'" onmouseout="this.src='../onlinecs/img/topmenu/menu2.gif'" border="0" style="cursor:hand"/></a><!-- --><a href="../onlinecs/sell"/><img src="../onlinecs/img/topmenu/menu3.gif" onmouseover="this.src='../onlinecs/img/topmenu/menu3on.gif'" onmouseout="this.src='../onlinecs/img/topmenu/menu3.gif'" border="0" style="cursor:hand"/></a><!-- --><a href="../onlinecs/sell"/><img src="../onlinecs/img/topmenu/menu4.gif" onmouseover="this.src='../onlinecs/img/topmenu/menu4on.gif'" onmouseout="this.src='../onlinecs/img/topmenu/menu4.gif'" border="0" style="cursor:hand"/></a><!-- --><a href="../onlinecs/sell"/><img src="../onlinecs/img/topmenu/menu5.gif" onmouseover="this.src='../onlinecs/img/topmenu/menu5on.gif'" onmouseout="this.src='../onlinecs/img/topmenu/menu5.gif'" border="0" style="cursor:hand"/></a> </td> </tR> </table> </td> </tr> </table>
<!-- »ó´Ü ž¸Þ´º, Ç÷¡½Ã ¸Þ´º -------------- Á¾·á --> </td> </tr> <tr> <td> <td> </tr> <tr> <td><? include('bottom.php'); ?></td> </tr> </table>
</body>
|