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
|
<!-- <IMG SRC="../img/pda/pdatop.jpg" BORDER="0" usemap="#map01"><br> --> <IMG SRC="../img/pda/pda_wl_top.gif" BORDER="0" usemap="#pdamap"><br>
<map name="pdamap" id="pdamap"> <!-- pda °ßÀû¼ ÀÛ¼º --> <area shape="rect" coords="503,92,705,130" href="../html/consultation.php" style=cursor:hand onfocus="this.blur()"> </map>
<!-- ÇÁ·Î±×·¥°³¿ä, ÁÖ¿äȸé, ÇÁ·Î±×·¥¼³Ä¡, ¿Ö õ³âPDA Àΰ¡? ¹öư --> <!-- <table> <tr> <td><A href= "../html/pdasys_WL.php" onmouseover= "chg(menu2,'../img/pda/top6.gif')" onmouseOut= "chg(menu2,'../img/pda/top2.gif')"> <img name="menu2" src="../img/pda/top2.gif" border="0"></a></td>
<td><A href= "../html/pdapicture_WL.php" onmouseover= "chg(menu1,'../img/pda/top5.gif')" onmouseOut= "chg(menu1,'../img/pda/top1.gif')"> <img name="menu1" src="../img/pda/top1.gif" border="0"></A></td>
<td><A href= "../html/pdainstall_WL.php" onmouseover= "chg(menu3,'../img/pda/top7.gif')" onmouseOut= "chg(menu3,'../img/pda/top3.gif')"> <img name="menu3" src="../img/pda/top3.gif" border="0"></a></td>
<td><A href= "../html/pdawhy_WL.php" onmouseover= "chg(menu4,'../img/pda/top8.gif')" onmouseOut= "chg(menu4,'../img/pda/top4.gif')"> <img name="menu4" src="../img/pda/top4.gif" border="0"></a></td> </tr> </table> -->
<table border=0 align="center" cellpadding=0 cellspacing=0> <tr> <td><? if ($catcode == "1") { ?> <A HREF="../html/pdasys_WL.php?catcode=1"><IMG SRC="../img/pda/on_01.gif" BORDER="0"></A> <? } else { ?> <A HREF="../html/pdasys_WL.php?catcode=1"><IMG SRC="../img/pda/off_01.gif" BORDER="0"></A> <? } ?></td>
<td><? if ($catcode == "2") { ?> <A HREF="../html/pdapicture_WL.php?catcode=2"><IMG SRC="../img/pda/on_02.gif" BORDER="0"></A> <? } else { ?> <A HREF="../html/pdapicture_WL.php?catcode=2"><IMG SRC="../img/pda/off_02.gif" BORDER="0"></A> <? } ?></td>
<td><? if ($catcode == "3") { ?> <A HREF="../html/pdainstall_WL.php?catcode=3"><IMG SRC="../img/pda/on_03.gif" BORDER="0"></A> <? } else { ?> <A HREF="../html/pdainstall_WL.php?catcode=3"><IMG SRC="../img/pda/off_03.gif" BORDER="0"></A> <? } ?></td>
<td><? if ($catcode == "4") { ?> <A HREF="../html/pdawhy_WL.php?catcode=4"><IMG SRC="../img/pda/on_04.gif" BORDER="0"></A> <? } else { ?> <A HREF="../html/pdawhy_WL.php?catcode=4"><IMG SRC="../img/pda/off_04.gif" BORDER="0"></A> <? } ?></td> </tr> </table>
|