-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlinks-e.html
295 lines (245 loc) · 7.25 KB
/
links-e.html
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
<html>
<head>
<title>Universal Design of Digital City - Links</title>
<link rel=stylesheet type="text/css" href="nijo_style.css">
<script language="JavaScript">
<!--
if (document.images) {
var yellowOn = new Image();
yellowOn.src = "images/sm_yellowOn.gif";
var yellowOff = new Image();
yellowOff.src = "images/sm_yellowOff.gif";
var blueOn = new Image();
blueOn.src = "images/sm_blueOn.gif";
var blueOff = new Image();
blueOff.src = "images/sm_blueOff.gif";
var greenOn = new Image();
greenOn.src = "images/sm_greenOn.gif";
var greenOff = new Image();
greenOff.src = "images/sm_greenOff.gif";
var blocksOn = new Image();
blocksOn.src = "images/sm_3blocksOn.gif";
var blocksOff = new Image();
blocksOff.src = "images/sm_3blocksOff.gif";
}
function onYellow() {
if (document.images)
document.images.yellow.src = yellowOn.src;
}
function offYellow() {
if (document.images)
document.images.yellow.src = yellowOff.src;
}
function onBlue() {
if (document.images)
document.images.blue.src = blueOn.src;
}
function offBlue() {
if (document.images)
document.images.blue.src = blueOff.src;
}
function onGreen() {
if (document.images)
document.images.green.src = greenOn.src;
}
function offGreen() {
if (document.images)
document.images.green.src = greenOff.src;
}
function onBlocks() {
if (document.images)
document.images.blocks.src = blocksOn.src;
}
function offBlocks() {
if (document.images)
document.images.blocks.src = blocksOff.src;
}
function onSTA() {
if (document.images)
document.images.STA.src = blocksOn.src;
}
function offSTA() {
if (document.images)
document.images.STA.src = blocksOff.src;
}
function onJST() {
if (document.images)
document.images.JST.src = blocksOn.src;
}
function offJST() {
if (document.images)
document.images.JST.src = blocksOff.src;
}
function onCREST() {
if (document.images)
document.images.CREST.src = blocksOn.src;
}
function offCREST() {
if (document.images)
document.images.CREST.src = blocksOff.src;
}
function onIshida() {
if (document.images)
document.images.Ishida.src = blocksOn.src;
}
function offIshida() {
if (document.images)
document.images.Ishida.src = blocksOff.src;
}
function onSYS() {
if (document.images)
document.images.SYS.src = blocksOn.src;
}
function offSYS() {
if (document.images)
document.images.SYS.src = blocksOff.src;
}
function onNTT() {
if (document.images)
document.images.NTT.src = blocksOn.src;
}
function offNTT() {
if (document.images)
document.images.NTT.src = blocksOff.src;
}
function onASTEM() {
if (document.images)
document.images.ASTEM.src = blocksOn.src;
}
function offASTEM() {
if (document.images)
document.images.ASTEM.src = blocksOff.src;
}
function onATRI() {
if (document.images)
document.images.ATRI.src = blocksOn.src;
}
function offATRI() {
if (document.images)
document.images.ATRI.src = blocksOff.src;
}
function onDCKP() {
if (document.images)
document.images.DCKP.src = blocksOn.src;
}
function offDCKP() {
if (document.images)
document.images.DCKP.src = blocksOff.src;
}
// -->
</script>
</head>
<body bgcolor=FFFFFF text=000000 link=222222 alink=777777 vlink=444444>
<basefont face=arial>
<table border=0 cellpadding=1 cellspacing=5 width=80%>
<tr>
<td valign=top>
<img src=images/sm_logo.gif alt="Universal Design of Digital City">
</td>
<td rowspan=3 align=right valign=top>
<img src=images/med_3blocks.gif alt="Links">
</td>
</tr>
<tr>
<td valign=middle>
<a href=home-e.html onMouseOver="onBlocks()" onMouseOut="offBlocks()"><img src=images/sm_3blocksOff.gif name=blocks alt=Home border=0></a>
<a href=research/ onMouseOver="onYellow()" onMouseOut="offYellow()"><img src=images/sm_yellowOff.gif name=yellow alt=Research border=0></a>
<a href=pubs/ onMouseOver="onBlue()" onMouseOut="offBlue()"><img src=images/sm_blueOff.gif name=blue alt=Publications border=0></a>
<a href=conferences/ onMouseOver="onGreen()" onMouseOut="offGreen()"><img src=images/sm_greenOff.gif name=green alt=Conferences border=0></a>
</td>
</tr>
<tr>
<td>
<font size=+4>
Links
</font>
</td>
</tr>
<tr>
<td colspan=2 bgcolor=BBBBBB><img src=../images/spacer.gif width=1 height=3></td>
</tr>
</table>
<table border=0 cellpadding=1 cellspacing=5>
<tr>
<td>
<a href="http://www.sta.go.jp/english/index.htm" TARGET="LinkWindow" onMouseOver="onSTA()" onMouseOut="offSTA()">
<img src=images/sm_3blocksOff.gif name=STA border=0 align=middle>
Science and Technology Agency
</a>
</td>
</tr>
<tr>
<td>
<a href="http://www.jst.go.jp/EN/" TARGET="LinkWindow" onMouseOver="onJST()" onMouseOut="offJST()">
<img src=images/sm_3blocksOff.gif name=JST border=0 align=middle>
Japan Science and Technology Agency (JST)
</a>
</td>
</tr>
<tr>
<td>
<a href="http://www.jst.go.jp/crest/" TARGET="LinkWindow" onMouseOver="onCREST()" onMouseOut="offCREST()">
<img src=images/sm_3blocksOff.gif name=CREST border=0 align=middle>
Core Research for Evolutional Science and Technology (CREST)
</a>
</td>
</tr>
<tr>
<td>
<a href="http://www.kuis.kyoto-u.ac.jp/kuis/index.html" TARGET="LinkWindow" onMouseOver="onIshida()" onMouseOut="offIshida()">
<img src=images/sm_3blocksOff.gif name=Ishida border=0 align=middle>
Department of Social Informatics, Kyoto University
</a>
<ul>
<li><a href="http://www.lab7.kuis.kyoto-u.ac.jp/index.html" TARGET="LinkWindow">
Ishida Laboratory at Department of Social Informatics, Kyoto University</a>
<li><a href="http://www.isse.kuis.kyoto-u.ac.jp/Welcome-e.html" TARGET="LinkWindow">
Distributed Information Systems Laboratory at Department of Social Informatics, Kyoto University</a>
<li><a href="http://bre.soc.i.kyoto-u.ac.jp/index_e.html" TARGET="LinkWindow">
Biosphere Informatics at Department of Social Informatics, Kyoto University</a>
<li><a href="http://www.mm.media.kyoto-u.ac.jp/" TARGET="LinkWindow">
Minoh Laboratory at Academic Center for Computing and Media Studies, Kyoto University</a>
</ul>
</td>
</tr>
<tr>
<td>
<a href="http://ed-02.ams.eng.osaka-u.ac.jp/frame_english.html" TARGET="LinkWindow" onMouseOver="onSYS()" onMouseOut="offSYS()">
<img src=images/sm_3blocksOff.gif name=SYS border=0 align=middle>
Ishiguro Laboratory, Dept.Adaptive Machine Systems Graduate School of Engineering, Osaka University
</a>
</td>
</tr>
<tr>
<td>
<a href="http://www.kecl.ntt.co.jp/" TARGET="LinkWindow" onMouseOver="onNTT()" onMouseOut="offNTT()">
<img src=images/sm_3blocksOff.gif name=NTT border=0 align=middle>
NTT Communication Science Laboratories</a>
</td>
</tr>
<tr>
<td>
<a href="http://www.astem.or.jp/top-e.html" TARGET="LinkWindow" onMouseOver="onASTEM()" onMouseOut="offASTEM()">
<img src=images/sm_3blocksOff.gif name=ASTEM border=0 align=middle>
The Advanced Software Technology and Mechatronics Research Institute of Kyoto </a>
</td>
</tr>
<tr>
<td>
<a href="http://www.atr.co.jp/index-e1.html" TARGET="LinkWindow" onMouseOver="onATRI()" onMouseOut="offATRI()">
<img src=images/sm_3blocksOff.gif name=ATRI border=0 align=middle>
Advanced Telecommunications Research Institute International
</a>
</td>
</tr>
<tr>
<td>
<a href="http://www.digitalcity.gr.jp/index-e-message.html" TARGET="LinkWindow" onMouseOver="onDCKP()" onMouseOut="offDCKP()">
<img src=images/sm_3blocksOff.gif name=DCKP border=0 align=middle>
Digital City Kyoto Prototype
</a>
</td>
</tr>
</table>
</body>
</html>