-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocation-e.html
231 lines (189 loc) · 5.38 KB
/
location-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
<html>
<head>
<title>Universal Design of Digital City - Location</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 onNijo() {
if (document.images)
document.images.Nijo.src = blocksOn.src;
}
function offNijo() {
if (document.images)
document.images.Nijo.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 onWakayama() {
if (document.images)
document.images.Wakayama.src = blocksOn.src;
}
function offWakayama() {
if (document.images)
document.images.Wakayama.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;
}
// -->
</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="Location">
</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>
Acccess to the Laboratories
</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 width=80%>
<tr>
<td>
<img src=images/sm_3blocksOff.gif border=0 name=Nijo align=middle>
<a href="nijolab-e.html" onMouseOver="onNijo()" onMouseOut="offNijo()">
JST Digital City Research Center
</a>
</td>
</tr>
<tr>
<td>
<img src=images/sm_3blocksOff.gif border=0 name=Ishida align=middle>
<a href="http://www.lab7.kuis.kyoto-u.ac.jp/services/location/index.html" TARGET="LinkWindow" onMouseOver="onIshida()" onMouseOut="offIshida()">
Ishida Laboratory at Department of Social Informatics, Kyoto University
</a>
</td>
</tr>
<tr>
<td>
<img src=images/sm_3blocksOff.gif border=0 name=Wakayama align=middle>
<a href="http://www.osaka-u.ac.jp/jp/accessmap.html" TARGET="LinkWindow" onMouseOver="onWakayama()" onMouseOut="offWakayama()">
Department of Adaptive Machine Systems, Osaka University
</a>
</td>
</tr>
<tr>
<td>
<img src=images/sm_3blocksOff.gif border=0 name=NTT align=middle>
<a href="http://www.kecl.ntt.co.jp/visitor/keihanE.html" TARGET="LinkWindow" onMouseOver="onNTT()" onMouseOut="offNTT()">
NTT Communication and Science Laboratories
</a>
</td>
</tr>
<tr>
<td>
<img src=images/sm_3blocksOff.gif border=0 name=ASTEM align=middle>
<a href="http://www.astem.or.jp/access.html" TARGET="LinkWindow" onMouseOver="onASTEM()" onMouseOut="offASTEM()">
Advanced Software Technology & Mechatronics Research Institute of Kyoto (ASTEM)
</a>
</td>
</tr>
<tr>
<td>
<img src=images/sm_3blocksOff.gif border=0 name=ATRI align=middle>
<a href="http://www.atr.co.jp/traffic-dir/index-e.html" TARGET="LinkWindow" onMouseOver="onATRI()" onMouseOut="offATRI()">
Advanced Telecommunications Research Institute International
</a>
</td>
</tr>
</table>
</body>
</html>