-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathobject_water_utilitya.html
More file actions
218 lines (109 loc) · 3.98 KB
/
object_water_utilitya.html
File metadata and controls
218 lines (109 loc) · 3.98 KB
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html lang="en">
<head>
<title>The Zurich Water Game</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="author" content="Nigel Gilbert and Sarah Maltby, FIRMA project (C)">
<link rel="stylesheet" href="brief.css">
</head>
<body bgcolor="#FFFFFF" link="#003366" vlink="#333333" alink="#003366">
<!--Content designed for a window size of 760 by 420 (maximum size for a 800 by 600 screen)-->
<table width="750" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="30" rowspan=3><br></td>
<td width="175" align=center>
<p class=here>briefing
</td>
<td width="175" align=center>
<img src="images/firmatap.jpg" width="50" height="50">
</td>
<td width="175" align="center">
<a href="roles0.php" class=menu>start play</a>
</td>
<td width="175" align="center">
<img src="images/condensation.jpg" width="50" height="50">
</td>
</tr>
<tr>
<td width="175" align="center">
<img src="images/rain.jpg" width="50" height="50">
</td>
<td width="175" align="center">
<a href="contact.html" class=menu>contact us</a>
</td>
<td width="175" align="center">
<img src="images/streamwater.jpg" width="50" height="50">
</td>
<td width="175" align="center">
<a href="acknowledgements.html" class=menu>acknowledgements</a>
</td>
</tr>
<tr>
<td colspan="4">
<br>
<img src="./images/top_line.gif" height=1 width=700>
</td>
</tr>
<tr>
<td colspan="5">
<table width="100%" border="0" cellpadding="20" align="center">
<tr>
<td width="600" valign="top" align="left">
<!--BODY CONTENT GOES HERE-->
<!--use class=title for headings and class=body for copy-->
<table width="100%" border=0 cellpadding=10>
<tr>
<td>
<p class=title>OBJECTIVES OF THE WATER UTILITY (continued)</p>
</td>
<td>
<img src="./images/res_0.gif" alt="Reservoir icon" border="0" width="42" height="35" align="top">
</td>
</tr>
<tr valign=top>
<td width="50%">
<p class=sub-head>Tasks
</p>
<p class=body>Keep the water supply and demand in balance
</p>
<p class=body>
<ul>
<li class=body>if the supply is too high, costs are high and water quality is poor
<BR><i>Hint</i>: You can communicate with the housing associations and inform them
of this situation which may motivate them to convince their tenants to agree to
increased water costs. You can also communicate with the politician in order to gain
support for an increased price. They could also be useful in influencing the support
of the housing associations.
<li class=body>if the supply is too low, popularity falls
<BR><i>Hint</i>: You can communicate with the politician and the housing associations
in order to increase awareness of your supply situation which could, in turn, increase your popularity.
</ul></p>
</td>
<td valign=top>
<p class=sub-head>Income sources
</p>
<p class=body><ul>
<li class=body>charges to water consumers</ul>
</p>
<p class=sub-head>Expenses
</p>
<p class=body><ul>
<li class=body>repairing and building reservoirs and improving water quality.</ul>
</p>
</td>
</tr>
</table>
</td>
<td valign="top" align="left">
<!--SIDEBAR CONTENT GOES HERE-->
<!-- Use class=sidetitle for titles, class=body for content-->
<p class=sidetitle>next page<a href="email.php?id=water_utility">
<img src="./images/arrow.gif" alt="Arrow" width="30" height="26" align=absmiddle></a></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>