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
|
<?php include_once("./_common2.php"); ?>
<!-- »ó´Ü ž¸Þ´º, Ç÷¡½Ã ¸Þ´º -------------- ½ÃÀÛ --> <table width="942" height="130" border="0" cellspacing="0" cellpadding="0"> <tr height="60"> <td width="224" rowspan="2" valign="bottom"><a href="intro.php"><img src="../millennium/img/common/logo.gif" border="0"></a></td> <td style="padding:0 0px 6px 0;" align="right" height="60"><? include('topmenu.php'); ?></td> </tr> <tr height="70">
<td style="position:relative;text-valign:top;" valign="top">
<div id="menuArea" style="position:absolute; width:720px; height:100%;"> <script type="text/javascript"> <!-- function large(){ document.getElementById('menuArea').style.height = 250; } function small(){ document.getElementById('menuArea').style.height = 70; } flash('../millennium/flash/menunewver.swf','720','100%','menuflash'); //--> </script> </div> </td> </tr> </table> <SCRIPT LANGUAGE="JavaScript"> document.getElementById('menuflash').focus(); </SCRIPT> <!-- »ó´Ü ž¸Þ´º, Ç÷¡½Ã ¸Þ´º -------------- Á¾·á -->
|