/home/mjc1/public_html/html/rightmenu.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
56
57
<!-- ¿À¸¥ÂÊ µû¶ó´Ù´Ï±ñ ¸Þ´º########################## 1-->
<div id='D1' style='position:absolute;left:1250px;top:100px;z-index:2;'>
<table border="0" cellpadding="0" cellspacing="2" width="82">
<tr>
    <td align="center">
    <a href="./millennium/pointbuynow.php"><img src="./millennium/img/intro/quickpoint.gif" border="0"></a>
    </td>
</tr>
<tr>
    <td><IMG SRC="../newimg/intro/rolltest.gif" BORDER="0" usemap="#scroll"></td>
    <map name="scroll" id="scroll">
    <area shape="rect" coords="6,24,69,93" href="../html/consultation.php" style=cursor:hand>
    <area shape="rect" coords="6,93,69,156" href="../html/community_08.php" style=cursor:hand>
    <area shape="rect" coords="6,156,69,219" href="../html/Order_02.php?ProductCode=0207004" style=cursor:hand>
    <area shape="rect" coords="6,219,69,283" href="../html/pdamain.php" style=cursor:hand>
    <area shape="rect" coords="6,283,69,393" href="../html/millennium/easytax_main.php" style=cursor:hand>
    </map>
</tr>
<tr>
    <td></td>
</tr>
</table>
</div>

<script language="javascript">
function CheckUIElements()
{
    var yMenu1From, yMenu1To, yOffset, timeoutNextCheck;
    var wndWidth = parseInt(document.body.clientWidth);
        yMenu1From   = parseInt (D1.style.top, 10);
        yMenu1To     = document.body.scrollTop + 200;    // À§ÂÊ À§Ä¡
    timeoutNextCheck = 500;
    if ( yMenu1From != yMenu1To ) {
        yOffset = Math.ceil( Math.abs( yMenu1To - yMenu1From ) / 20 );    //À̵¿ ¼Óµµ
        if ( yMenu1To < yMenu1From )yOffset = -yOffset;
        D1.style.top = parseInt (D1.style.top, 10) + yOffset;
        D1.style.left = ((wndWidth - 1002)/2)+1002;

        //dir_icon.style.left = ((wndWidth - 832)/2)+832;

        timeoutNextCheck = 10;
    }
    setTimeout ("CheckUIElements()", timeoutNextCheck);
}

function MovePosition()
{
    var wndWidth = parseInt(document.body.clientWidth);
            D1.style.top = document.body.scrollTop + -300;
            D1.style.visibility = "visible";
    CheckUIElements();
    return true;
}

MovePosition();
</script>
<!-- ¿À¸¥ÂÊ µû¶ó´Ù´Ï±ñ ¸Þ´º########################## 2-->