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
|
<?php include_once("./_common2.php"); ?> <SCRIPT LANGUAGE="JavaScript"> function setPng24(obj) { obj.width=obj.height=1; obj.className=obj.className.replace(/\bpng24\b/i,''); obj.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+ obj.src +"',sizingMethod='image');" obj.src=''; return ''; } </SCRIPT>
<!-- »ó´Ü ž¸Þ´º, Ç÷¡½Ã ¸Þ´º -------------- ½ÃÀÛ --> <table width="942" height="90" border="0" cellspacing="0" cellpadding="0"> <tr height="20"> <td width="224" rowspan="2" valign="bottom" style="padding-left:20px;padding-bottom:15px;"><a href="http://www.mijinsoft.co.kr/html/millennium/intro.php"><img src="../millennium/img/intro/new/logo.gif" border="0" ></a></td> <td style="padding:0 0px 6px 0;" align="right" ><? include('topmenu2.php'); ?></td> </tr> <tr height="50">
<td style="position:relative;text-valign:top;" valign="top">
<div id="menuArea" style="position:absolute; width:720; height:100%;"> <script type="text/javascript"> <!-- function large(){ document.getElementById('menuArea').style.height = 250; } function small(){ document.getElementById('menuArea').style.height = 50; } flash('../millennium/flash/menunewver2.swf','720','100%','menuflash'); //--> </script> </div> </td> </tr> </table> <SCRIPT LANGUAGE="JavaScript"> document.getElementById('menuflash').focus(); </SCRIPT> <!-- »ó´Ü ž¸Þ´º, Ç÷¡½Ã ¸Þ´º -------------- Á¾·á -->
|