-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgalerie.html
More file actions
488 lines (406 loc) · 15.4 KB
/
galerie.html
File metadata and controls
488 lines (406 loc) · 15.4 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
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
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
<html>
<head>
<title>Persenning Manufaktur Berlin - seit 1974</title>
<script src="//maps.google.com/maps?file=api&v=2&key=ABQIAAAAD7Xuyyq7viUCbAkL_FaKkBQIw6LrHAgbPo0Vl4gjSsA3I-WoexTBQUib5VxiOGsqY03o2tq-JzYAxw" type="text/javascript"></script>
<script type="text/javascript">
function playBlubb()
{
parent.frames[0].document.location.href = "blubb.html";
}
</script>
<style type="text/css">
body {
font-family:Verdana,Arial,_serif;
font-size:0.8em;
margin:0px;
padding:0px;
background-image:url("bg.gif");
}
h1 {
font-size:1.3em;
font-weight:bold;
}
h2 {
font-size:1.1em;
font-weight:normal;
}
h3 {
font-size:1.0em;
font-weight:bold;
}
table {
font-size:1.0em;
}
img {
border:0px;
}
a:link {
color:#FFF;
text-decoration:none;
}
a:visited {
color:#FFF;
text-decoration:none;
}
a:hover {
color:#FFF;
text-decoration:none;
}
#content a:link {
color:#000;
}
#content a:visited {
color:#000;
}
#content a:hover {
color:#777;
}
.small {
font-size:0.8em;
}
.big {
font-size:1.2em;
}
.bold {
font-weight:bold;
}
.centered {
text-align:center;
}
.left {
text-align:left;
}
.right {
text-align:right;
}
.clear {
clear:both;
}
.notbold {
font-weight:normal;
}
.angebot_bildbox {
float:left;
width:200px;
margin:7px;
}
.angebot_bild {
width:200px;
color:#FFF;
}
.angebot_text {
padding:0px;
}
#content {
background-image:url('cbg.jpg');
}
</style>
<!-- (* Another free JavaScript © from JavaScript-FX.com *) -->
<script language="javascript" type="text/javascript" src="JSFX_FadingRollovers.js"></script>
<script language="javascript" type="text/javascript">
<!--
JSFX.Rollover("b1", "nav05_12_over.gif");
JSFX.Rollover("b2", "nav05_06_over.gif");
JSFX.Rollover("b3", "nav05_03_over.gif");
JSFX.Rollover("b4", "nav05_16_over.gif");
//<![CDATA[
function load() {
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById("map"));
//Gets the available map types and then sets the map type
var x = map.getMapTypes();
map.setMapType(x[2]);
map.addControl(new GSmallMapControl());
map.addControl(new GMapTypeControl());
map.setCenter(new GLatLng(52.520592,13.209458), 15);
var bounds = map.getBounds();
var southWest = bounds.getSouthWest();
var northEast = bounds.getNorthEast();
var point = new GLatLng(52.520592,13.209458);
map.addOverlay(createMarker(point, 1));
//map.setMapType(G_HYBRID_TYPE);
}
}
// Creates a marker at the given point with the given number label
function createMarker(point, number) {
var marker = new GMarker(point);
GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml("<b>Persenning Manufaktur Berlin</b><br />Dorfstr. 20<br />13597 Berlin (Spandau)");
});
return marker;
}
//-->
</script>
</head>
<body onload="load()" onunload="GUnload()">
<table id="Table_01" width="791" height="201" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="9">
<img src="images/nav05_01.gif" width="790" height="4" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="4" alt=""></td>
</tr>
<tr>
<td colspan="7">
<img src="images/nav05_02.gif" width="674" height="4" alt=""></td>
<td rowspan="6" style="background-image:url('images/nav05_03.gif');">
<a href="kontakt.html" onclick="playBlubb();" onmouseover="JSFX.fadeIn('b3')" onmouseout="JSFX.fadeOut('b3')"><img src="images/nav05_03.gif" name="b3" width="37" height="36" alt="" class="imgFader"></a></td>
<td rowspan="2">
<img src="images/nav05_04.gif" width="79" height="9" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="4" alt=""></td>
</tr>
<tr>
<td colspan="3" rowspan="4">
<img src="images/nav05_05.gif" width="522" height="28" alt=""></td>
<td rowspan="6" style="background-image:url('images/nav05_06.gif');">
<a href="galerie.html" onclick="playBlubb();" onmouseover="JSFX.fadeIn('b2')" onmouseout="JSFX.fadeOut('b2')"><img src="images/nav05_06.gif" name="b2" width="47" height="45" alt="" class="imgFader"></a></td>
<td colspan="3" rowspan="2">
<img src="images/nav05_07.gif" width="105" height="10" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="5" alt=""></td>
</tr>
<tr>
<td rowspan="2" style="background-image:url('images/nav05_08.gif');">
<a href="kontakt.html" onclick="playBlubb();" onmouseover="JSFX.fadeIn('b3')" onmouseout="JSFX.fadeOut('b3')">Kontakt</a></td>
<td>
<img src="images/spacer.gif" width="1" height="5" alt=""></td>
</tr>
<tr>
<td colspan="3" rowspan="2" style="background-image:url('images/nav05_09.gif');">
<a href="galerie.html" onclick="playBlubb();" onmouseover="JSFX.fadeIn('b2')" onmouseout="JSFX.fadeOut('b2')">Galerie</a></td>
<td>
<img src="images/spacer.gif" width="1" height="12" alt=""></td>
</tr>
<tr>
<td rowspan="3">
<img src="images/nav05_10.gif" width="79" height="23" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="6" alt=""></td>
</tr>
<tr>
<td rowspan="7">
<img src="images/nav05_11.gif" width="426" height="164" alt=""></td>
<td rowspan="6" style="background-image:url('images/nav05_12.gif');">
<a href="wirueberuns.html" onclick="playBlubb();" onmouseover="JSFX.fadeIn('b1')" onmouseout="JSFX.fadeOut('b1')"><img src="images/nav05_12.gif" name="b1" width="54" height="55" alt="" class="imgFader"></a></td>
<td rowspan="2">
<img src="images/nav05_13.gif" width="42" height="17" alt=""></td>
<td colspan="3">
<img src="images/nav05_14.gif" width="105" height="4" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="4" alt=""></td>
</tr>
<tr>
<td>
<img src="images/nav05_15.gif" width="38" height="13" alt=""></td>
<td rowspan="4" style="background-image:url('images/nav05_16.gif');">
<a href="angebote.html" onclick="playBlubb();" onmouseover="JSFX.fadeIn('b4')" onmouseout="JSFX.fadeOut('b4')"><img src="images/nav05_16.gif" name="b4" width="42" height="42" alt="" class="imgFader"></a></td>
<td colspan="2">
<img src="images/nav05_17.gif" width="62" height="13" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="13" alt=""></td>
</tr>
<tr>
<td colspan="3" rowspan="2" style="background-image:url('images/nav05_18.gif');">
<a href="wirueberuns.html" onclick="playBlubb();" onmouseover="JSFX.fadeIn('b1')" onmouseout="JSFX.fadeOut('b1')">Wir über uns</a></td>
<td colspan="3" style="background-image:url('images/nav05_20.gif');">
<a href="angebote.html" onclick="playBlubb();" onmouseover="JSFX.fadeIn('b4')" onmouseout="JSFX.fadeOut('b4')">Unsere Angebote</a></td>
<!--<td colspan="3">
<img src="images/nav05_19.gif" width="141" height="15" alt=""></td>-->
<td>
<img src="images/spacer.gif" width="1" height="15" alt=""></td>
</tr>
<tr>
<td colspan="3" rowspan="4">
<img src="images/nav05_20.gif" width="141" height="132" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="8" alt=""></td>
</tr>
<tr>
<td colspan="3" rowspan="3">
<img src="images/nav05_21.gif" width="127" height="124" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="6" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="images/nav05_22.gif" width="42" height="118" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="9" alt=""></td>
</tr>
<tr>
<td>
<img src="images/nav05_23.gif" width="54" height="109" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="109" alt=""></td>
</tr>
<tr>
<td>
<img src="images/spacer.gif" width="426" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="54" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="42" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="47" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="38" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="42" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="25" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="37" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="79" height="1" alt=""></td>
<td></td>
</tr>
</table>
<div style="position:absolute;top:165px;left:0px;width:99%;padding-left:3px;">
<table cellpadding="0" cellspacing="0" style="width:96%;border:0px;background-color:#FFF;">
<tr>
<td>
<img src="images/content_border_01.gif" width="19" height="19" alt=""></td>
<td style="background-image:url('images/content_border_02.gif');"></td>
<td>
<img src="images/content_border_03.gif" width="19" height="19" alt=""></td>
</tr>
<tr>
<td style="background-image:url('images/content_border_04.gif');width:19px;"></td>
<td id="content" style="">
<!-- content -->
<h1>Galerie</h1>
<p class="centered" style="width:100%;">Bitte klicken Sie auf ein Bild, um es im Großformat anzusehen.</p>
<table style="width:90%;margin:10px;">
<td class="centered" style="padding-bottom:50px;">
<a href="galeriebild%2cSAVE0014.JPG.html"><img src="bilder/SAVE0014.jpg" width="150" alt="Sonnenverdeck
" title="Sonnenverdeck
" /></a><!--<br />Sonnenverdeck
-->
</td>
<td class="centered" style="padding-bottom:50px;">
<a href="galeriebild%2cSAVE0016.JPG.html"><img src="bilder/SAVE0016.jpg" width="150" alt="Klappverdeck über den oberen Steuerstand + Bimini
" title="Klappverdeck über den oberen Steuerstand + Bimini
" /></a><!--<br />Klappverdeck über den oberen Steuerstand + Bimini
-->
</td>
<td class="centered" style="padding-bottom:50px;">
<a href="galeriebild%2cSAVE0017.JPG.html"><img src="bilder/SAVE0017.jpg" width="150" alt="Klappverdeck über den oberen Steuerstand + Bimini
" title="Klappverdeck über den oberen Steuerstand + Bimini
" /></a><!--<br />Klappverdeck über den oberen Steuerstand + Bimini
-->
</td>
<td class="centered" style="padding-bottom:50px;">
<a href="galeriebild%2cSAVE0018.JPG.html"><img src="bilder/SAVE0018.jpg" width="150" alt="zweiteiliges Sprayhood + herausnehmbare Seitenteile
" title="zweiteiliges Sprayhood + herausnehmbare Seitenteile
" /></a><!--<br />zweiteiliges Sprayhood + herausnehmbare Seitenteile
-->
</td>
</tr><tr> <td class="centered" style="padding-bottom:50px;">
<a href="galeriebild%2cSAVE0019.JPG.html"><img src="bilder/SAVE0019.jpg" width="150" alt="Hafenplane über Windschutzscheibe
" title="Hafenplane über Windschutzscheibe
" /></a><!--<br />Hafenplane über Windschutzscheibe
-->
</td>
<td class="centered" style="padding-bottom:50px;">
<a href="galeriebild%2cSAVE0020.JPG.html"><img src="bilder/SAVE0020.jpg" width="150" alt="zweiteiliges Klappverdeck mit drei Reißverschlüssen vorne + Fensterfolie
" title="zweiteiliges Klappverdeck mit drei Reißverschlüssen vorne + Fensterfolie
" /></a><!--<br />zweiteiliges Klappverdeck mit drei Reißverschlüssen vorne + Fensterfolie
-->
</td>
<td class="centered" style="padding-bottom:50px;">
<a href="galeriebild%2cSAVE0021.JPG.html"><img src="bilder/SAVE0021.jpg" width="150" alt="zweiteiliges Klappverdeck mit drei Reißverschlüssen vorne + Fensterfolie
" title="zweiteiliges Klappverdeck mit drei Reißverschlüssen vorne + Fensterfolie
" /></a><!--<br />zweiteiliges Klappverdeck mit drei Reißverschlüssen vorne + Fensterfolie
-->
</td>
<td class="centered" style="padding-bottom:50px;">
<a href="galeriebild%2cSAVE0022.JPG.html"><img src="bilder/SAVE0022.jpg" width="150" alt="Bayliner-Klappverdeck
" title="Bayliner-Klappverdeck
" /></a><!--<br />Bayliner-Klappverdeck
-->
</td>
</tr><tr> <td class="centered" style="padding-bottom:50px;">
<a href="galeriebild%2cSAVE0023.JPG.html"><img src="bilder/SAVE0023.jpg" width="150" alt="zweiteiliges Klappverdeck
" title="zweiteiliges Klappverdeck
" /></a><!--<br />zweiteiliges Klappverdeck
-->
</td>
<td class="centered" style="padding-bottom:50px;">
<a href="galeriebild%2cSAVE0024.JPG.html"><img src="bilder/SAVE0024.jpg" width="150" alt="Hardtop-Klappverdeck
" title="Hardtop-Klappverdeck
" /></a><!--<br />Hardtop-Klappverdeck
-->
</td>
<td class="centered" style="padding-bottom:50px;">
<a href="galeriebild%2cSAVE0026.JPG.html"><img src="bilder/SAVE0026.jpg" width="150" alt="zweiteiliges Klappverdeck mit vier Reißverschlüssen vorne und hinten
" title="zweiteiliges Klappverdeck mit vier Reißverschlüssen vorne und hinten
" /></a><!--<br />zweiteiliges Klappverdeck mit vier Reißverschlüssen vorne und hinten
-->
</td>
<td class="centered" style="padding-bottom:50px;">
<a href="galeriebild%2cSAVE0027.JPG.html"><img src="bilder/SAVE0027.jpg" width="150" alt="zweiteiliges Klappverdeck mit vier Reißverschlüssen vorne und hinten
" title="zweiteiliges Klappverdeck mit vier Reißverschlüssen vorne und hinten
" /></a><!--<br />zweiteiliges Klappverdeck mit vier Reißverschlüssen vorne und hinten
-->
</td>
</tr><tr> <td class="centered" style="padding-bottom:50px;">
<a href="galeriebild%2cSAVE0028.JPG.html"><img src="bilder/SAVE0028.jpg" width="150" alt="Kanadierplane
" title="Kanadierplane
" /></a><!--<br />Kanadierplane
-->
</td>
<td class="centered" style="padding-bottom:50px;">
<a href="galeriebild%2cSAVE0029.JPG.html"><img src="bilder/SAVE0029.jpg" width="150" alt="Schlauchboot-Klappverdeck
" title="Schlauchboot-Klappverdeck
" /></a><!--<br />Schlauchboot-Klappverdeck
-->
</td>
<td class="centered" style="padding-bottom:50px;">
<a href="galeriebild%2cSAVE0030.JPG.html"><img src="bilder/SAVE0030.jpg" width="150" alt="Hafenplane
" title="Hafenplane
" /></a><!--<br />Hafenplane
-->
</td>
<td class="centered" style="padding-bottom:50px;">
<a href="galeriebild%2cSAVE0031.JPG.html"><img src="bilder/SAVE0031.jpg" width="150" alt="Vollpersenning mit Knöpfen
" title="Vollpersenning mit Knöpfen
" /></a><!--<br />Vollpersenning mit Knöpfen
-->
</td>
</tr><tr> <td class="centered" style="padding-bottom:50px;">
<a href="galeriebild%2cSAVE0032.JPG.html"><img src="bilder/SAVE0032.jpg" width="150" alt="Vollpersenning mit Gummizug
" title="Vollpersenning mit Gummizug
" /></a><!--<br />Vollpersenning mit Gummizug
-->
</td>
<td class="centered" style="padding-bottom:50px;">
<a href="galeriebild%2cSAVE0033.JPG.html"><img src="bilder/SAVE0033.jpg" width="150" alt="zweiteiliges Criscraft-Klappverdeck
" title="zweiteiliges Criscraft-Klappverdeck
" /></a><!--<br />zweiteiliges Criscraft-Klappverdeck
-->
</td>
<td class="centered" style="padding-bottom:50px;">
<a href="galeriebild%2csegelboot14.4.06%202.JPG.html"><img src="bilder/segelboot14.4.06%202.jpg" width="150" alt="zweiteiliges Sprayhood mit vier Seitenteilen
" title="zweiteiliges Sprayhood mit vier Seitenteilen
" /></a><!--<br />zweiteiliges Sprayhood mit vier Seitenteilen
-->
</td>
<td class="centered" style="padding-bottom:50px;">
<a href="galeriebild%2csegelboot14.4.06%204.JPG.html"><img src="bilder/segelboot14.4.06%204.jpg" width="150" alt="zweiteiliges Sprayhood mit vier Seitenteilen" title="zweiteiliges Sprayhood mit vier Seitenteilen" /></a><!--<br />zweiteiliges Sprayhood mit vier Seitenteilen-->
</td>
</tr><tr></table> <!-- /content -->
</td>
<td style="background-image:url('images/content_border_06.gif');width:19px;"></td>
</tr>
<tr>
<td>
<img src="images/content_border_07.gif" width="19" height="19" alt=""></td>
<td style="background-image:url('images/content_border_08.gif');"></td>
<td>
<img src="images/content_border_09.gif" width="19" height="19" alt=""></td>
</tr>
</table>
<a href="impressum.html">Impressum</a> | letzte Aktualisierung: 24.06.2018</div>
</body>
</html>