/home/mjc1/public_html/html/millennium/topnav.php


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
<?php include_once("./_common2.php"); ?>
<!-- ÁÂÃø³×ºñ -->
<script type="text/javascript" src="./js/jquery-1.6.1.min.js"></script>



<!-- »ó´Ü top ¹öư, ³×ºñ ½ÃÀÛ -->
<table width="955" height="90" border="0" cellspacing="0" cellpadding="0">
    <tr>
        <td width="182" height="20" rowspan="2" valign="top">
            <a href="./intro.php"><img src="./img/top/logo.jpg" border="0" alt="·Î°í"></a>
        </td>

        <td align="right">

<? include('topmenu.php'); ?>

        </td>
    </tr>

    <tr height="50">

        <td colspan="2" style="position:relative;" valign="top">

            <div id="menuArea" style="position:absolute; width:720px; height:100%;">


<script language="JavaScript">
    flash('./flash/topnav.swf','760','235','topnavflash');
</script>

            </div>
        </td>
    </tr>
</table>
<!--            <td colspan="2" 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 = 240;
        }
        function small(){
            document.getElementById('menuArea').style.height = 50;
        }            
        flash('./flash/topnav.swf','760px','100%','menuflash');
    </script>

                    </div>-->

    <!--    <SCRIPT LANGUAGE="JavaScript">
            document.getElementById('menuflash').focus();
        </SCRIPT>-->
    <!-- »ó´Ü top ¹öư, ³×ºñ ³¡ -->