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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
<script> function popPda() { window.open('../popup/popPda.swf2.html','popupPda','top=240,left=500,width=240,height=385'); } </script>
<SCRIPT LANGUAGE="JavaScript"> function msgbox(txt) {
alert(txt);
} </script> <!-- žÀ̹ÌÁö 1--> <IMG SRC="../img/pda/pda_pm_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> <!-- žÀ̹ÌÁö 2--> <!-- <IMG SRC="../img/pda/pdatop.jpg" BORDER="0" usemap="#map01"><br> --> <!--<IMG SRC="../newimg/pda/pdasolution_PM_top.jpg" BORDER="0" usemap="#map01"><br> -->
<map name="map01" id="map01"> <!-- pda °ßÀû¼ ÀÛ¼º --> <area shape="rect" coords="564,130,676,159" href="../html/consultation.php" style=cursor:hand onfocus="this.blur()"> <!-- °ßÀû¼ ÀÛ¼º --> <area shape="rect" coords="507,184,689,220" href="../html/jaro/pda/pdamenu_pocket.ppt" style=cursor:hand onfocus="this.blur()"> <!-- Á¦Ç°¸Þ´º¾ó --> <!-- <area shape="rect" coords="325,184,505,220" href="javascript:msgbox('ÁغñÁßÀÔ´Ï´Ù.');" style=cursor:hand onfocus="this.blur()"> --><!-- ±¸µ¿ µ¿¿µ»ó --> <area shape="rect" coords="325,184,505,220" href="javascript:popPda();" style=cursor:hand onfocus="this.blur()"> <!-- ±¸µ¿ µ¿¿µ»ó --> </map>
<!-- ÇÁ·Î±×·¥°³¿ä, ÁÖ¿äȸé, ÇÁ·Î±×·¥¼³Ä¡, ¿Ö õ³âPDA Àΰ¡? ¹öư --> <!-- <table> <tr> <td><A href= "../html/pdasys_PM.php" onmouseover= "chg(menu2,'../newimg/pda/pm/top6.gif')" onmouseOut= "chg(menu2,'../newimg/pda/pm/top2.gif')"> <img name="menu2" src="../newimg/pda/pm/top2.gif" border="0"></a></td>
<td><A href= "../html/pdapicture_PM.php" onmouseover= "chg(menu1,'../newimg/pda/pm/top5.gif')" onmouseOut= "chg(menu1,'../newimg/pda/pm/top1.gif')"> <img name="menu1" src="../newimg/pda/pm/top1.gif" border="0"></A></td>
<td><A href= "../html/pdainstall_PM.php" onmouseover= "chg(menu3,'../newimg/pda/pm/top7.gif')" onmouseOut= "chg(menu3,'../newimg/pda/pm/top3.gif')"> <img name="menu3" src="../newimg/pda/pm/top3.gif" border="0"></a></td>
<td><A href= "../html/pdawhy_PM.php" onmouseover= "chg(menu4,'../newimg/pda/pm/top8.gif')" onmouseOut= "chg(menu4,'../newimg/pda/pm/top4.gif')"> <img name="menu4" src="../newimg/pda/pm/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_PM.php?catcode=1"><IMG SRC="../img/pda/on_01.gif" BORDER="0"></A> <? } else { ?> <A HREF="../html/pdasys_PM.php?catcode=1"><IMG SRC="../img/pda/off_01.gif" BORDER="0"></A> <? } ?></td>
<td><? if ($catcode == "2") { ?> <A HREF="../html/pdapicture_PM.php?catcode=2"><IMG SRC="../img/pda/on_02.gif" BORDER="0"></A> <? } else { ?> <A HREF="../html/pdapicture_PM.php?catcode=2"><IMG SRC="../img/pda/off_02.gif" BORDER="0"></A> <? } ?></td>
<td><? if ($catcode == "3") { ?> <A HREF="../html/pdainstall_PM.php?catcode=3"><IMG SRC="../img/pda/on_03.gif" BORDER="0"></A> <? } else { ?> <A HREF="../html/pdainstall_PM.php?catcode=3"><IMG SRC="../img/pda/off_03.gif" BORDER="0"></A> <? } ?></td>
<td><? if ($catcode == "4") { ?> <A HREF="../html/pdawhy_PM.php?catcode=4"><IMG SRC="../img/pda/on_04.gif" BORDER="0"></A> <? } else { ?> <A HREF="../html/pdawhy_PM.php?catcode=4"><IMG SRC="../img/pda/off_04.gif" BORDER="0"></A> <? } ?></td> </tr> </table>
|