Jetzt kostenlos Anmelden!

energun Männlich

findet sich zurecht

Beiträge: 144

Geschlecht: Männlich

PHPKIT Version: 1.6.1

1

Donnerstag, 16. Oktober 2008, 16:45

Auf und zu klappen von Menüs

Hallo,

kurzes Vorwort.

Wie man auf meiner Seite links sieht ist dort ein Quickmenü was auch gut funktioniert, nur leider wird dieses von Spiel zu Spiel immer länger und schaut dann irgendwann net mehr gut aus. Ich habe im Quickmenü derzeit 2 Spiele drin wo auch für jedes einzeln eine Kartenübersicht drin ist. Nun kommt bald eine neues Game raus was ich natürlich auch dort einfügen möchte nur dann wird das Quickmenü eben länger und unschöner.

Mein Vorhaben:

Ich möchte statt für jede Kartenübersicht eine Inhaltsseite nur noch eine Inhaltsseite wo man zb. im oberen Teil 5 Buttons hat, mehr sollte dort nicht zusehen sein. Mit einem klick auf einen dieser Buttons geht dann der besagte Content mit der Kartenübersicht des jeweiligen Spiels auf. Klickt man wieder auf diesen Button oder auf einen anderen geht es halt wieder zu und der nächste Content vorausgesetzt man drückt einen anderen Button auf. Also es sollte praktisch immer nur ein Spiel uns dessen Kartenübersicht zu sehen sein.


Wie und mit was kann man denn so etwas realisieren?


Gruss
  • Zum Seitenanfang
  • Zum Seitenende

moon

unregistriert

2

Donnerstag, 16. Oktober 2008, 17:21

Mit sowas :D

Ich empfehle dieses: http://www.ajax-frameworks.de/mootools-accordion/
Aber das geht auch (nur nicht so schön): http://www.hth-c.com/include.php?path=co…hp&contentid=76
  • Zum Seitenanfang
  • Zum Seitenende

energun Männlich

findet sich zurecht

Beiträge: 144

Geschlecht: Männlich

PHPKIT Version: 1.6.1

3

Donnerstag, 16. Oktober 2008, 17:36

Danke ich werds mir mal anschauen. :)
  • Zum Seitenanfang
  • Zum Seitenende

energun Männlich

findet sich zurecht

Beiträge: 144

Geschlecht: Männlich

PHPKIT Version: 1.6.1

4

Freitag, 17. Oktober 2008, 00:01

Hallo,

bin gerade dabei den ersten Link von Moon zu testen, hat echt gedauert bis ich den ganzen Kram begriffen hab und mir den Code anpassen konnte. :whistling:

Habe also bisher 4 Button mit Mouseover und es tut so wie ich es oben geschrieben und haben wollte.

Jetzt mein Problem, wie bekomme ich die Buttons nebeneinander, also die Button die man da sieht sind nicht die die ich dann einbauen werde die sind natürlich kleiner.

Hier mal mein Code...

Quellcode

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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />

<title>Verschachteltes Mootols-Accordion</title>

<!-- Mootools JS Framework | http://www.mootools.net -->
<script type="text/javascript" src="js/mootools-1.2.js"></script>

<!-- Verschachteltes Accordion -->
<script type="text/javascript" src="js/functions.js"></script>


</head>

<body>

<h1 style="color: #FF3333;"><center>Call of Duty 4 Uebersicht</center></h1>

<dl class="accordion">
<dt class="accordion_toggler_1"><img name="grafik01" onMouseOver="grafik01.src='images/style/gs_template05/1_k.png'" onMouseOut="grafik01.src='images/style/gs_template05/1.png'" src="images/style/gs_template05/1.png" width="160" height="40" border="0" alt="Maps" titel="Maps"></dt>
<dd class=" accordion_content_1"><p><center><img src="/kit/pot/mapover_cod4/balken/balken_ambush.gif" /><a href="pot/mapover_cod4/ambush/1.jpg" target="_blank"><img src="pot/mapover_cod4/ambush/1_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/ambush/2.jpg" target="_blank"><img src="pot/mapover_cod4/ambush/2_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/ambush/3.jpg" target="_blank"><img src="pot/mapover_cod4/ambush/3_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/ambush/4.jpg" target="_blank"><img src="pot/mapover_cod4/ambush/4_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/ambush/5.jpg" target="_blank"><img src="pot/mapover_cod4/ambush/5_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/ambush/6.jpg" target="_blank"><img src="pot/mapover_cod4/ambush/6_k.jpg" border="0" width="170" height="128" alt="bild"></a></center></p><p><center><span style="color: #FF0000; font-weight:bold;">Es spielen gegeneinander:</span> OpFor gegen Marines</center></p></dd>

<dt class="accordion_toggler_1"><img name="grafik02" onMouseOver="grafik02.src='images/style/gs_template05/1_k.png'" onMouseOut="grafik02.src='images/style/gs_template05/1.png'" src="images/style/gs_template05/1.png" width="160" height="40" border="0" alt="Maps" titel="Maps"></dt>
<dd class=" accordion_content_1"><p><center><img src="/kit/pot/mapover_cod4/balken/balken_ambush.gif" /><a href="pot/mapover_cod4/ambush/1.jpg" target="_blank"><img src="pot/mapover_cod4/ambush/1_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/ambush/2.jpg" target="_blank"><img src="pot/mapover_cod4/ambush/2_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/ambush/3.jpg" target="_blank"><img src="pot/mapover_cod4/ambush/3_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/ambush/4.jpg" target="_blank"><img src="pot/mapover_cod4/ambush/4_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/ambush/5.jpg" target="_blank"><img src="pot/mapover_cod4/ambush/5_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/ambush/6.jpg" target="_blank"><img src="pot/mapover_cod4/ambush/6_k.jpg" border="0" width="170" height="128" alt="bild"></a></center></p><p><center><span style="color: #FF0000; font-weight:bold;">Es spielen gegeneinander:</span> OpFor gegen Marines</center></p></dd>

<dt class="accordion_toggler_1"><img name="grafik03" onMouseOver="grafik03.src='images/style/gs_template05/1_k.png'" onMouseOut="grafik03.src='images/style/gs_template05/1.png'" src="images/style/gs_template05/1.png" width="160" height="40" border="0" alt="Maps" titel="Maps"></dt>
<dd class="accordion_content accordion_content_1"><p><center><img src="/kit/pot/mapover_cod4/balken/balken_ambush.gif" /><a href="pot/mapover_cod4/ambush/1.jpg" target="_blank"><img src="pot/mapover_cod4/ambush/1_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/ambush/2.jpg" target="_blank"><img src="pot/mapover_cod4/ambush/2_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/ambush/3.jpg" target="_blank"><img src="pot/mapover_cod4/ambush/3_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/ambush/4.jpg" target="_blank"><img src="pot/mapover_cod4/ambush/4_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/ambush/5.jpg" target="_blank"><img src="pot/mapover_cod4/ambush/5_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/ambush/6.jpg" target="_blank"><img src="pot/mapover_cod4/ambush/6_k.jpg" border="0" width="170" height="128" alt="bild"></a></center></p><p><center><span style="color: #FF0000; font-weight:bold;">Es spielen gegeneinander:</span> OpFor gegen Marines</center></p></dd>

<dt class="accordion_toggler_1"><img name="grafik04" onMouseOver="grafik04.src='images/style/gs_template05/1_k.png'" onMouseOut="grafik04.src='images/style/gs_template05/1.png'" src="images/style/gs_template05/1.png" width="160" height="40" border="0" alt="Maps" titel="Maps"></dt>
<dd class="accordion_content accordion_content_1"><p><center><img src="/kit/pot/mapover_cod4/balken/balken_ambush.gif" /><a href="pot/mapover_cod4/ambush/1.jpg" target="_blank"><img src="pot/mapover_cod4/ambush/1_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/ambush/2.jpg" target="_blank"><img src="pot/mapover_cod4/ambush/2_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/ambush/3.jpg" target="_blank"><img src="pot/mapover_cod4/ambush/3_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/ambush/4.jpg" target="_blank"><img src="pot/mapover_cod4/ambush/4_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/ambush/5.jpg" target="_blank"><img src="pot/mapover_cod4/ambush/5_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/ambush/6.jpg" target="_blank"><img src="pot/mapover_cod4/ambush/6_k.jpg" border="0" width="170" height="128" alt="bild"></a></center></p><p><center><span style="color: #FF0000; font-weight:bold;">Es spielen gegeneinander:</span> OpFor gegen Marines</center></p></dd>
</dl>

</body>
</html>



Ich weiß halt nicht wie genau ich nun vorgehen soll. Kann jemand helfen?


Gruss


Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »energun« (17. Oktober 2008, 00:11)

  • Zum Seitenanfang
  • Zum Seitenende

-=LCL=-|BuLLeT| Männlich

#1.6.1 - still alive #

Beiträge: 1 356

Geschlecht: Männlich

Wohnort: Leipzig

PHPKIT Version: 1.6.1

5

Freitag, 17. Oktober 2008, 10:09

öhm, was issn

<dt>,</dt>,<dd> und </dd>

grübel
  • Zum Seitenanfang
  • Zum Seitenende

moon

unregistriert

6

Freitag, 17. Oktober 2008, 12:49

Das frage ich mich auch!
Jedenfalls würde ich die Buttons, damit diese in einer Reihe sind, in Spalten Spacken:

PHP-Quelltext

1
2
3
4
5
6
7
8
9
<table width="100%" border="0">
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
</table>
  • Zum Seitenanfang
  • Zum Seitenende

energun Männlich

findet sich zurecht

Beiträge: 144

Geschlecht: Männlich

PHPKIT Version: 1.6.1

7

Samstag, 18. Oktober 2008, 13:16

Hallo,

im Moment schaut es so aus klick mich feste habe auf verschiedenen Seiten wie selfhtml geschaut und überall stand ein wenig :rolleyes: was man gebrauchen kann. Gibt zwar noch so kleinere Macken zb. das sich die Tabelle bei jedem klick auf einen anderen Button ein wenig nach unten verschiebt oder das man den Code bestimmt noch optimieren kann. Ist halt fürs erste zusammen geschustert kann man leider nicht anders sagen. Aber es ist schon mal so wie es sein soll.


Gruss
  • Zum Seitenanfang
  • Zum Seitenende

moon

unregistriert

8

Samstag, 18. Oktober 2008, 15:44

Du setzt das normale von HTH-C ein nun oder?
FInds gut und läuft doch super!!
  • Zum Seitenanfang
  • Zum Seitenende

energun Männlich

findet sich zurecht

Beiträge: 144

Geschlecht: Männlich

PHPKIT Version: 1.6.1

9

Samstag, 18. Oktober 2008, 16:19

Ne ist nicht HTH-C, der Code sieht so aus...

Quellcode

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
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
<script type="text/javascript">

var last = '';
var stat = 0;

function toggle(id){
	//1:
	if(stat==0){
  	document.getElementById(id).style.display = 'block';
  	document.hid1.src = "images/minus.gif";
  	stat = 1;
  	last = id;
	}else if((stat==1)&&(last==id)){
  	document.getElementById(last).style.display = 'none';
  	document.hid1.src = "images/plus.gif";
  	stat = 0;
  	last = id;
	}else{
  	document.getElementById(last).style.display = 'none';
  	document.getElementById(id).style.display = 'block';
  	document.hid1.src = "images/plus.gif";
  	stat = 1;
  	last = id;
	}
	
   
}

</script>

<center><img src="images/button/ovcod4.gif" border="0" width="468" height="60" alt="CoD4" title="CoD4 Übersicht"></center>
<br>
<table width="100%" cellpadding="0" cellspacing="3">

<td>
<table width="100%" cellpadding="0" cellspacing="0">
<tbody><tr>
<td width="100%" align="center">
<a class="titlelink_1" href="javascript:toggle('button1')"><img alt="CALL OF DUTY 4™" title="Hier klicken um die restlichen Infos anzuzeigen" src="images/button/map_cod4.gif" name="hid1" border="1"></a>
</td>
</tr>
</tbody></table>
</td>

<td>
<table width="100%" cellpadding="0" cellspacing="0">
<tbody><tr>
<td width="100%" align="center">
<a class="titlelink_2" href="javascript:toggle('button2')"><img alt="CALL OF DUTY 4™" title="Hier klicken um die restlichen Infos anzuzeigen" src="images/button/weapons_cod4.gif" name="hid1" border="1"></a>
</td>
</tr>
</tbody></table>
</td>

<td>
<table width="100%" cellpadding="0" cellspacing="0">
<tbody><tr>
<td width="100%" align="center">
<a class="titlelink_3" href="javascript:toggle('button3')"><img alt="CALL OF DUTY 4™" title="Hier klicken um die restlichen Infos anzuzeigen" src="images/button/perks_cod4.gif" name="hid1" border="1"></a>
</td>
</tr>
</tbody></table>
</td>

<td>
<table width="100%" cellpadding="0" cellspacing="0">
<tbody><tr>
<td width="100%" align="center">
<a class="titlelink_4" href="javascript:toggle('button4')"><img alt="CALL OF DUTY 4™" title="Hier klicken um die restlichen Infos anzuzeigen" src="images/button/tarnung_cod4.gif" name="hid1" border="1"></a>
</td>
</tr>
</tbody></table>
</td>



</tbody></table><br>
<table width="100%" border="0" cellpadding="2" cellspacing="0">

<tbody><tr><td colspan="4"><div style="display: none;" id="button1">
  <table width="100%" border="0" cellpadding="2" cellspacing="0">
    	<tbody><tr>

      	<td>
          	<center><br>
				
				
<img src="pot/mapover_cod4/balken/balken_ambush.gif" />
<p>
<a href="pot/mapover_cod4/ambush/1.jpg" target="_blank"><img src="pot/mapover_cod4/ambush/1_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/ambush/2.jpg" target="_blank"><img src="pot/mapover_cod4/ambush/2_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/ambush/3.jpg" target="_blank"><img src="pot/mapover_cod4/ambush/3_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/ambush/4.jpg" target="_blank"><img src="pot/mapover_cod4/ambush/4_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/ambush/5.jpg" target="_blank"><img src="pot/mapover_cod4/ambush/5_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/ambush/6.jpg" target="_blank"><img src="pot/mapover_cod4/ambush/6_k.jpg" border="0" width="170" height="128" alt="bild"></a>
<p>
<span style="color: #FF0000; font-weight:bold;">Es spielen gegeneinander:</span> OpFor gegen Marines
</center>
    	</td>
		 </tr>
		  	<tr>
				<td><center>

				
<img src="pot/mapover_cod4/balken/balken_backlot.gif" />
<p>
<a href="pot/mapover_cod4/backlot/1.jpg" target="_blank"><img src="pot/mapover_cod4/backlot/1_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/backlot/2.jpg" target="_blank"><img src="pot/mapover_cod4/backlot/2_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/backlot/3.jpg" target="_blank"><img src="pot/mapover_cod4/backlot/3_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/backlot/4.jpg" target="_blank"><img src="pot/mapover_cod4/backlot/4_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/backlot/5.jpg" target="_blank"><img src="pot/mapover_cod4/backlot/5_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/backlot/6.jpg" target="_blank"><img src="pot/mapover_cod4/backlot/6_k.jpg" border="0" width="170" height="128" alt="bild"></a>
<p>
<span style="color: #FF0000; font-weight:bold;">Es spielen gegeneinander:</span> OpFor gegen Marines
</center>
     	</td>
		  </tr>
			 <tr>
			 	<td><center>

				
<img src="pot/mapover_cod4/balken/balken_bloc.gif" />
<p>
<a href="pot/mapover_cod4/bloc/1.jpg" target="_blank"><img src="pot/mapover_cod4/bloc/1_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/bloc/2.jpg" target="_blank"><img src="pot/mapover_cod4/bloc/2_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/bloc/3.jpg" target="_blank"><img src="pot/mapover_cod4/bloc/3_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/bloc/4.jpg" target="_blank"><img src="pot/mapover_cod4/bloc/4_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/bloc/5.jpg" target="_blank"><img src="pot/mapover_cod4/bloc/5_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/bloc/6.jpg" target="_blank"><img src="pot/mapover_cod4/bloc/6_k.jpg" border="0" width="170" height="128" alt="bild"></a>
<p>
<span style="color: #FF0000; font-weight:bold;">Es spielen gegeneinander:</span> Speznas gegen SAS
</center>
     	</td>
		  </tr>
			 <tr>
			 	<td><center>

				
<img src="pot/mapover_cod4/balken/balken_bog.gif" />
<p>
<a href="pot/mapover_cod4/bog/1.jpg" target="_blank"><img src="pot/mapover_cod4/bog/1_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/bog/2.jpg" target="_blank"><img src="pot/mapover_cod4/bog/2_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/bog/3.jpg" target="_blank"><img src="pot/mapover_cod4/bog/3_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/bog/4.jpg" target="_blank"><img src="pot/mapover_cod4/bog/4_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/bog/5.jpg" target="_blank"><img src="pot/mapover_cod4/bog/5_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/bog/6.jpg" target="_blank"><img src="pot/mapover_cod4/bog/6_k.jpg" border="0" width="170" height="128" alt="bild"></a>
<p>
<span style="color: #FF0000; font-weight:bold;">Es spielen gegeneinander:</span> OpFor gegen Marines
</center>
     	</td>
		  </tr>
		   	<tr>
			 	<td><center>

				
<img src="pot/mapover_cod4/balken/balken_countdown.gif" />
<p>
<a href="pot/mapover_cod4/countdown/1.jpg" target="_blank"><img src="pot/mapover_cod4/countdown/1_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/countdown/2.jpg" target="_blank"><img src="pot/mapover_cod4/countdown/2_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/countdown/3.jpg" target="_blank"><img src="pot/mapover_cod4/countdown/3_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/countdown/4.jpg" target="_blank"><img src="pot/mapover_cod4/countdown/4_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/countdown/5.jpg" target="_blank"><img src="pot/mapover_cod4/countdown/5_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/countdown/6.jpg" target="_blank"><img src="pot/mapover_cod4/countdown/6_k.jpg" border="0" width="170" height="128" alt="bild"></a>
<p>
<span style="color: #FF0000; font-weight:bold;">Es spielen gegeneinander:</span> Speznas gegen SAS
</center>
     	</td>
		  </tr>
			 <tr>
			 	<td><center>

				
<img src="pot/mapover_cod4/balken/balken_crash.gif" />
<p>
<a href="pot/mapover_cod4/crash/1.jpg" target="_blank"><img src="pot/mapover_cod4/crash/1_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/crash/2.jpg" target="_blank"><img src="pot/mapover_cod4/crash/2_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/harbor/3.jpg" target="_blank"><img src="pot/mapover_cod4/crash/3_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/crash/4.jpg" target="_blank"><img src="pot/mapover_cod4/crash/4_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/crash/5.jpg" target="_blank"><img src="pot/mapover_cod4/crash/5_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/crash/6.jpg" target="_blank"><img src="pot/mapover_cod4/crash/6_k.jpg" border="0" width="170" height="128" alt="bild"></a>
<p>
<span style="color: #FF0000; font-weight:bold;">Es spielen gegeneinander:</span> OpFor gegen Marines
</center>
     	</td>
		  </tr>
			 <tr>
			 	<td><center>

				
<img src="pot/mapover_cod4/balken/balken_crossfire.gif" />
<p>
<a href="pot/mapover_cod4/crossfire/1.jpg" target="_blank"><img src="pot/mapover_cod4/crossfire/1_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/crossfire/2.jpg" target="_blank"><img src="pot/mapover_cod4/crossfire/2_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/crossfire/3.jpg" target="_blank"><img src="pot/mapover_cod4/crossfire/3_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/crossfire/4.jpg" target="_blank"><img src="pot/mapover_cod4/crossfire/4_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/crossfire/5.jpg" target="_blank"><img src="pot/mapover_cod4/crossfire/5_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/crossfire/6.jpg" target="_blank"><img src="pot/mapover_cod4/crossfire/6_k.jpg" border="0" width="170" height="128" alt="bild"></a>
<p>
<span style="color: #FF0000; font-weight:bold;">Es spielen gegeneinander:</span> OpFor gegen Marines
</center>
     	</td>
		  </tr>
    		   	<tr>
			 	<td><center>

				
<img src="pot/mapover_cod4/balken/balken_district.gif" />
<p>
<a href="pot/mapover_cod4/district/1.jpg" target="_blank"><img src="pot/mapover_cod4/district/1_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/district/2.jpg" target="_blank"><img src="pot/mapover_cod4/district/2_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/district/3.jpg" target="_blank"><img src="pot/mapover_cod4/district/3_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/district/4.jpg" target="_blank"><img src="pot/mapover_cod4/district/4_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/district/5.jpg" target="_blank"><img src="pot/mapover_cod4/district/5_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/district/6.jpg" target="_blank"><img src="pot/mapover_cod4/district/6_k.jpg" border="0" width="170" height="128" alt="bild"></a>
<p>
<span style="color: #FF0000; font-weight:bold;">Es spielen gegeneinander:</span> OpFor gegen Marines
</center>
     	</td>
		  </tr>
               	<tr>
				<td><center>

				
<img src="pot/mapover_cod4/balken/balken_downpour.gif" />
<p>
<a href="pot/mapover_cod4/downpour/1.jpg" target="_blank"><img src="pot/mapover_cod4/downpour/1_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/downpour/2.jpg" target="_blank"><img src="pot/mapover_cod4/downpour/2_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/downpour/3.jpg" target="_blank"><img src="pot/mapover_cod4/downpour/3_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/downpour/4.jpg" target="_blank"><img src="pot/mapover_cod4/downpour/4_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/downpour/5.jpg" target="_blank"><img src="pot/mapover_cod4/downpour/5_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/downpour/6.jpg" target="_blank"><img src="pot/mapover_cod4/downpour/6_k.jpg" border="0" width="170" height="128" alt="bild"></a>
<p>
<span style="color: #FF0000; font-weight:bold;">Es spielen gegeneinander:</span> Speznas gegen SAS
</center>
     	</td>
		  </tr>
               	<tr>
			 	<td><center>

				
<img src="pot/mapover_cod4/balken/balken_overgrown.gif" />
<p>
<a href="pot/mapover_cod4/overgrown/1.jpg" target="_blank"><img src="pot/mapover_cod4/overgrown/1_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/overgrown/2.jpg" target="_blank"><img src="pot/mapover_cod4/overgrown/2_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/overgrown/3.jpg" target="_blank"><img src="pot/mapover_cod4/overgrown/3_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/overgrown/4.jpg" target="_blank"><img src="pot/mapover_cod4/overgrown/4_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/overgrown/5.jpg" target="_blank"><img src="pot/mapover_cod4/overgrown/5_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/overgrown/6.jpg" target="_blank"><img src="pot/mapover_cod4/overgrown/6_k.jpg" border="0" width="170" height="128" alt="bild"></a>
<p>
<span style="color: #FF0000; font-weight:bold;">Es spielen gegeneinander:</span> Speznas gegen SAS
</center>
     	</td>
		  </tr>
               	<tr>
			 	<td><center>

				
<img src="pot/mapover_cod4/balken/balken_pipeline.gif" />
<p>
<a href="pot/mapover_cod4/pipeline/1.jpg" target="_blank"><img src="pot/mapover_cod4/pipeline/1_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/pipeline/2.jpg" target="_blank"><img src="pot/mapover_cod4/pipeline/2_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/pipeline/3.jpg" target="_blank"><img src="pot/mapover_cod4/pipeline/3_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/pipeline/4.jpg" target="_blank"><img src="pot/mapover_cod4/pipeline/4_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/pipeline/5.jpg" target="_blank"><img src="pot/mapover_cod4/pipeline/5_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/pipeline/6.jpg" target="_blank"><img src="pot/mapover_cod4/pipeline/6_k.jpg" border="0" width="170" height="128" alt="bild"></a>
<p>
<span style="color: #FF0000; font-weight:bold;">Es spielen gegeneinander:</span> Speznas gegen SAS
</center>
     	</td>
		  </tr>
               	<tr>
			 	<td><center>

				
<img src="pot/mapover_cod4/balken/balken_shipment.gif" />
<p>
<a href="pot/mapover_cod4/shipment/1.jpg" target="_blank"><img src="pot/mapover_cod4/shipment/1_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/shipment/2.jpg" target="_blank"><img src="pot/mapover_cod4/shipment/2_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/shipment/3.jpg" target="_blank"><img src="pot/mapover_cod4/shipment/3_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/shipment/4.jpg" target="_blank"><img src="pot/mapover_cod4/shipment/4_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/shipment/5.jpg" target="_blank"><img src="pot/mapover_cod4/shipment/5_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/shipment/6.jpg" target="_blank"><img src="pot/mapover_cod4/shipment/6_k.jpg" border="0" width="170" height="128" alt="bild"></a>
<p>
<span style="color: #FF0000; font-weight:bold;">Es spielen gegeneinander:</span> Speznas gegen SAS
</center>
     	</td>
		  </tr>
               	<tr>
			 	<td><center>

				
<img src="pot/mapover_cod4/balken/balken_showdown.gif" />
<p>
<a href="pot/mapover_cod4/showdown/1.jpg" target="_blank"><img src="pot/mapover_cod4/showdown/1_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/showdown/2.jpg" target="_blank"><img src="pot/mapover_cod4/showdown/2_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/showdown/3.jpg" target="_blank"><img src="pot/mapover_cod4/showdown/3_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/showdown/4.jpg" target="_blank"><img src="pot/mapover_cod4/showdown/4_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/showdown/5.jpg" target="_blank"><img src="pot/mapover_cod4/showdown/5_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/showdown/6.jpg" target="_blank"><img src="pot/mapover_cod4/showdown/6_k.jpg" border="0" width="170" height="128" alt="bild"></a>
<p>
<span style="color: #FF0000; font-weight:bold;">Es spielen gegeneinander:</span> OpFor gegen Marines
</center>
     	</td>
		  </tr>
               	<tr>
			 	<td><center>

				
<img src="pot/mapover_cod4/balken/balken_strike.gif" />
<p>
<a href="pot/mapover_cod4/strike/1.jpg" target="_blank"><img src="pot/mapover_cod4/strike/1_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/strike/2.jpg" target="_blank"><img src="pot/mapover_cod4/strike/2_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/strike/3.jpg" target="_blank"><img src="pot/mapover_cod4/strike/3_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/strike/4.jpg" target="_blank"><img src="pot/mapover_cod4/strike/4_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/strike/5.jpg" target="_blank"><img src="pot/mapover_cod4/strike/5_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/strike/6.jpg" target="_blank"><img src="pot/mapover_cod4/strike/6_k.jpg" border="0" width="170" height="128" alt="bild"></a>
<p>
<span style="color: #FF0000; font-weight:bold;">Es spielen gegeneinander:</span> OpFor gegen Marines
</center>
     	</td>
		  </tr>
               	<tr>
			 	<td><center>

				
<img src="pot/mapover_cod4/balken/balken_vacant.gif" />
<p>
<a href="pot/mapover_cod4/vacant/1.jpg" target="_blank"><img src="pot/mapover_cod4/vacant/1_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/vacant/2.jpg" target="_blank"><img src="pot/mapover_cod4/vacant/2_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/vacant/3.jpg" target="_blank"><img src="pot/mapover_cod4/vacant/3_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/vacant/4.jpg" target="_blank"><img src="pot/mapover_cod4/vacant/4_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/vacant/5.jpg" target="_blank"><img src="pot/mapover_cod4/vacant/5_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/vacant/6.jpg" target="_blank"><img src="pot/mapover_cod4/vacant/6_k.jpg" border="0" width="170" height="128" alt="bild"></a>
<p>
<span style="color: #FF0000; font-weight:bold;">Es spielen gegeneinander:</span> Speznas gegen SAS
</center>
     	</td>
		  </tr>
               	<tr>
			 	<td><center>

				
<img src="pot/mapover_cod4/balken/balken_wetwork.gif" />
<p>
<a href="pot/mapover_cod4/wetwork/1.jpg" target="_blank"><img src="pot/mapover_cod4/wetwork/1_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/wetwork/2.jpg" target="_blank"><img src="pot/mapover_cod4/wetwork/2_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/wetwork/3.jpg" target="_blank"><img src="pot/mapover_cod4/wetwork/3_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/wetwork/4.jpg" target="_blank"><img src="pot/mapover_cod4/wetwork/4_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/wetwork/5.jpg" target="_blank"><img src="pot/mapover_cod4/wetwork/5_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/wetwork/6.jpg" target="_blank"><img src="pot/mapover_cod4/wetwork/6_k.jpg" border="0" width="170" height="128" alt="bild"></a>
<p>
<span style="color: #FF0000; font-weight:bold;">Es spielen gegeneinander:</span> OpFor gegen Marines
</center>
     	</td>
		  </tr>
               	<tr>
			 	<td><center>

				
<img src="pot/mapover_cod4/balken/balken_cw.gif" />
<p>
<a href="pot/mapover_cod4/CrashSnow/1.jpg" target="_blank"><img src="pot/mapover_cod4/CrashSnow/1_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/CrashSnow/2.jpg" target="_blank"><img src="pot/mapover_cod4/CrashSnow/2_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/CrashSnow/3.jpg" target="_blank"><img src="pot/mapover_cod4/CrashSnow/3_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/CrashSnow/4.jpg" target="_blank"><img src="pot/mapover_cod4/CrashSnow/4_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/CrashSnow/5.jpg" target="_blank"><img src="pot/mapover_cod4/CrashSnow/5_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/CrashSnow/6.jpg" target="_blank"><img src="pot/mapover_cod4/CrashSnow/6_k.jpg" border="0" width="170" height="128" alt="bild"></a>
<p>
<span style="color: #FF0000; font-weight:bold;">Es spielen gegeneinander:</span> OpFor gegen Marines
</center>
     	</td>
		  </tr>
               	<tr>
			 	<td><center>

				
<img src="pot/mapover_cod4/balken/balken_creek.gif" />
<p>
<a href="pot/mapover_cod4/creek/1.jpg" target="_blank"><img src="pot/mapover_cod4/creek/1_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/creek/2.jpg" target="_blank"><img src="pot/mapover_cod4/creek/2_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/creek/3.jpg" target="_blank"><img src="pot/mapover_cod4/creek/3_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/creek/4.jpg" target="_blank"><img src="pot/mapover_cod4/creek/4_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/creek/5.jpg" target="_blank"><img src="pot/mapover_cod4/creek/5_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/creek/6.jpg" target="_blank"><img src="pot/mapover_cod4/creek/6_k.jpg" border="0" width="170" height="128" alt="bild"></a>
<p>
<span style="color: #FF0000; font-weight:bold;">Es spielen gegeneinander:</span> Speznas gegen SAS
</center>
     	</td>
		  </tr>
               	<tr>
			 	<td><center>

				
<img src="pot/mapover_cod4/balken/balken_broadcast.gif" />
<p>
<a href="pot/mapover_cod4/broadcast/1.jpg" target="_blank"><img src="pot/mapover_cod4/broadcast/1_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/broadcast/2.jpg" target="_blank"><img src="pot/mapover_cod4/broadcast/2_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/broadcast/3.jpg" target="_blank"><img src="pot/mapover_cod4/broadcast/3_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/broadcast/4.jpg" target="_blank"><img src="pot/mapover_cod4/broadcast/4_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/broadcast/5.jpg" target="_blank"><img src="pot/mapover_cod4/broadcast/5_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/broadcast/6.jpg" target="_blank"><img src="pot/mapover_cod4/broadcast/6_k.jpg" border="0" width="170" height="128" alt="bild"></a>
<p>
<span style="color: #FF0000; font-weight:bold;">Es spielen gegeneinander:</span> OpFor gegen Marines
</center>
     	</td>
		  </tr>
               	<tr>
			 	<td><center>

				
<img src="pot/mapover_cod4/balken/balken_carentan4.gif" />
<p>
<a href="pot/mapover_cod4/chinatown/1.jpg" target="_blank"><img src="pot/mapover_cod4/chinatown/1_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/chinatown/2.jpg" target="_blank"><img src="pot/mapover_cod4/chinatown/2_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/chinatown/3.jpg" target="_blank"><img src="pot/mapover_cod4/chinatown/3_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/chinatown/4.jpg" target="_blank"><img src="pot/mapover_cod4/chinatown/4_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/chinatown/5.jpg" target="_blank"><img src="pot/mapover_cod4/chinatown/5_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/chinatown/6.jpg" target="_blank"><img src="pot/mapover_cod4/chinatown/6_k.jpg" border="0" width="170" height="128" alt="bild"></a>
<p>
<span style="color: #FF0000; font-weight:bold;">Es spielen gegeneinander:</span> Speznas gegen SAS
</center>
     	</td>
		  </tr>
               	<tr>
			 	<td><center>

				
<img src="pot/mapover_cod4/balken/balken_killhouse.gif" />
<p>
<a href="pot/mapover_cod4/killhouse/1.jpg" target="_blank"><img src="pot/mapover_cod4/killhouse/1_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/killhouse/2.jpg" target="_blank"><img src="pot/mapover_cod4/killhouse/2_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/killhouse/3.jpg" target="_blank"><img src="pot/mapover_cod4/killhouse/3_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/killhouse/4.jpg" target="_blank"><img src="pot/mapover_cod4/killhouse/4_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/killhouse/5.jpg" target="_blank"><img src="pot/mapover_cod4/killhouse/5_k.jpg" border="0" width="170" height="128" alt="bild"></a> <a href="pot/mapover_cod4/killhouse/6.jpg" target="_blank"><img src="pot/mapover_cod4/killhouse/6_k.jpg" border="0" width="170" height="128" alt="bild"></a>
<p>
<span style="color: #FF0000; font-weight:bold;">Es spielen gegeneinander:</span> Speznas gegen SAS
</center>
     	</td>
		  </tr>
               	</tbody>
                       	</table> 
                               	</div>
                                     	</td>
                                          	</tr>

<table width="100%" border="0" cellpadding="2" cellspacing="0">

<tbody><tr><td colspan="4"><div style="display: none;" id="button2">
  <table width="100%" border="0" cellpadding="2" cellspacing="0">
    	<tbody><tr>

      	<td>
          	<center><br>
			
<table>
<tr>
	<td colspan="3">
  	<img src="pot/weapons_cod4/balken/stg.gif" />
	<br /><br />
	</td>
</tr>
<tr>
	<td>
  	<img src="pot/weapons_cod4/sturmgewehre/1.jpg" />
	</td>
	<td>
  	<img src="pot/weapons_cod4/sturmgewehre/2.jpg" />
	</td>
</tr>
<tr>
	<td>
  	<img src="pot/weapons_cod4/sturmgewehre/3.jpg" />
	</td>
	<td>
  	<img src="pot/weapons_cod4/sturmgewehre/4.jpg" />
	</td>
</tr>
<tr>
	<td>
  	<img src="pot/weapons_cod4/sturmgewehre/5.jpg" />
	</td>
	<td>
  	<img src="pot/weapons_cod4/sturmgewehre/6.jpg" />
	</td>
</tr>
<tr>
	<td>
  	<img src="pot/weapons_cod4/sturmgewehre/7.jpg" />
	</td>
</tr>
<tr>
	<td colspan="3">
	<br /><br />
  	<img src="pot/weapons_cod4/balken/lm.gif" />
	<br /><br />
	</td>  
  </tr>
<tr>
	<td>
  	<img src="pot/weapons_cod4/leichte_m/1.jpg" />
	</td>
	<td>
  	<img src="pot/weapons_cod4/leichte_m/2.jpg" />
	</td>
</tr>
<tr>
	<td>
  	<img src="pot/weapons_cod4/leichte_m/3.jpg" />
	</td>
</tr>
<tr>
	<td colspan="3">
	<br /><br />
  	<img src="pot/weapons_cod4/balken/sg.gif" />
	<br /><br />
	</td>
</tr>
<tr>
	<td>
  	<img src="pot/weapons_cod4/scharfschuetzengewehre/1.jpg" />
	</td>
	<td>
  	<img src="pot/weapons_cod4/scharfschuetzengewehre/2.jpg" />
	</td>
</tr>
<tr>
	<td>
  	<img src="pot/weapons_cod4/scharfschuetzengewehre/3.jpg" />
	</td>
	<td>
  	<img src="pot/weapons_cod4/scharfschuetzengewehre/4.jpg" />
	</td>
</tr>
<tr>
	<td>
  	<img src="pot/weapons_cod4/scharfschuetzengewehre/5.jpg" />
	</td>
</tr>
<tr>
	<td colspan="3">
	<br /><br />
  	<img src="pot/weapons_cod4/balken/sf.gif" />
	<br /><br />
	</td>
</tr>
<tr>
	<td>
  	<img src="pot/weapons_cod4/schrotflinten/1.jpg" />
	</td>
	<td>
  	<img src="pot/weapons_cod4/schrotflinten/2.jpg" />
	</td>
</tr>
<tr>
	<td colspan="3">
	<br /><br />
  	<img src="pot/weapons_cod4/balken/pistolen.gif" />
	<br /><br />
	</td>
</tr>
<tr>
	<td>
  	<img src="pot/weapons_cod4/pistolen/1.jpg" />
	</td>
	<td>
  	<img src="pot/weapons_cod4/pistolen/2.jpg" />
	</td>
</tr>
<tr>
	<td>
  	<img src="pot/weapons_cod4/pistolen/3.jpg" />
	</td>
	<td>
  	<img src="pot/weapons_cod4/pistolen/4.jpg" />
	</td>
</tr>
<tr>
	<td>
  	<img src="pot/weapons_cod4/pistolen/5.jpg" />
	</td>
</tr> 
<tr>
	<td colspan="3">
	<br /><br />
  	<img src="pot/weapons_cod4/balken/mp.gif" />
	<br /><br />
	</td>
</tr>
<tr>
	<td>
  	<img src="pot/weapons_cod4/maschinenpistolen/1.jpg" />
	</td>
	<td>
  	<img src="pot/weapons_cod4/maschinenpistolen/2.jpg" />
	</td>
</tr>
<tr>
	<td>
  	<img src="pot/weapons_cod4/maschinenpistolen/3.jpg" />
	</td>
	<td>
  	<img src="pot/weapons_cod4/maschinenpistolen/4.jpg" />
	</td>
</tr>
<tr>
	<td>
  	<img src="pot/weapons_cod4/maschinenpistolen/5.jpg" />
	</td>
</tr>
<tr>
	<td colspan="3">
	<br /><br />
  	<img src="pot/weapons_cod4/balken/granaten.gif" />
	<br /><br />
	</td>
</tr>
<tr>
	<td>
  	<img src="pot/weapons_cod4/spezialgranaten/1.jpg" />
	</td>
	<td>
  	<img src="pot/weapons_cod4/spezialgranaten/2.jpg" />
	</td>
</tr>
<tr>
	<td>
  	<img src="pot/weapons_cod4/spezialgranaten/3.jpg" />
	</td>
</tr> 
<tr>
	<td colspan="3">
	<br /><br />
  	<img src="pot/weapons_cod4/balken/ausr.gif" />
	<br /><br />
	</td>
</tr>
<tr>
	<td>
  	<img src="pot/weapons_cod4/ausruestung/1.jpg" />
	</td>
	<td>
  	<img src="pot/weapons_cod4/ausruestung/2.jpg" />
	</td>
</tr>
<tr>
	<td>
  	<img src="pot/weapons_cod4/ausruestung/3.jpg" />
	</td>
	<td>
  	<img src="pot/weapons_cod4/ausruestung/4.jpg" />
	</td>
</tr>
<tr>
	<td>
  	<img src="pot/weapons_cod4/ausruestung/5.jpg" />
	</td>
</tr>
</table>
</center>
     	</td>
		  </tr>
               	
                   	</tbody>
                           	</table> 
                                   	</div>
                                         	</td>
                                              	</tr>

<table width="100%" border="0" cellpadding="2" cellspacing="0">

<tbody><tr><td colspan="4"><div style="display: none;" id="button3">
  <table width="100%" border="0" cellpadding="2" cellspacing="0">
    	<tbody><tr>

      	<td>
          	<center><br>
				
<table>
<tr>
	<td colspan="3">
  	<img src="pot/weapons_cod4/balken/pe1.gif" />
	<br /><br />
	</td>
</tr>
<tr>
	<td>
  	<img src="pot/weapons_cod4/extra1/1.jpg" />
	</td>
	<td>
  	<img src="pot/weapons_cod4/extra1/2.jpg" />
	</td>
</tr>
<tr>
	<td>
  	<img src="pot/weapons_cod4/extra1/3.jpg" />
	</td>
	<td>
  	<img src="pot/weapons_cod4/extra1/4.jpg" />
	</td>
</tr>
<tr>
	<td>
  	<img src="pot/weapons_cod4/extra1/5.jpg" />
	</td>
	<td>
  	<img src="pot/weapons_cod4/extra1/6.jpg" />
	</td>
</tr>
<tr>
	<td>
  	<img src="pot/weapons_cod4/extra1/7.jpg" />
	</td>
</tr>
<tr>
	<td colspan="3">
	<br /><br />
  	<img src="pot/weapons_cod4/balken/pe2.gif" />
	<br /><br />
	</td>  
  </tr>
<tr>
	<td>
  	<img src="pot/weapons_cod4/extra2/1.jpg" />
	</td>
	<td>
  	<img src="pot/weapons_cod4/extra2/2.jpg" />
	</td>
</tr>
<tr>
	<td>
  	<img src="pot/weapons_cod4/extra2/3.jpg" />
	</td>
	<td>
  	<img src="pot/weapons_cod4/extra2/4.jpg" />
	</td>
</tr>
<tr>
	<td>
  	<img src="pot/weapons_cod4/extra2/5.jpg" />
	</td>
	<td>
  	<img src="pot/weapons_cod4/extra2/6.jpg" />
	</td>
</tr>
<tr>
	<td>
  	<img src="pot/weapons_cod4/extra2/7.jpg" />
	</td>
</tr>
<tr>
	<td colspan="3">
	<br /><br />
  	<img src="pot/weapons_cod4/balken/pe3.gif" />
	<br /><br />
	</td>
</tr>
<tr>
	<td>
  	<img src="pot/weapons_cod4/extra3/1.jpg" />
	</td>
	<td>
  	<img src="pot/weapons_cod4/extra3/2.jpg" />
	</td>
</tr>
<tr>
	<td>
  	<img src="pot/weapons_cod4/extra3/3.jpg" />
	</td>
	<td>
  	<img src="pot/weapons_cod4/extra3/4.jpg" />
	</td>
</tr>
<tr>
	<td>
  	<img src="pot/weapons_cod4/extra3/5.jpg" />
	</td>
	<td>
  	<img src="pot/weapons_cod4/extra3/6.jpg" />
	</td>
</tr>
<tr>
	<td>
  	<img src="pot/weapons_cod4/extra3/7.jpg" />
	</td>
	<td>
  	<img src="pot/weapons_cod4/extra3/8.jpg" />
	</td>
</tr>
</table>
</center>
     	</td>
		  </tr>
               	</tbody>
                       	</table> 
                               	</div>
                                     	</td>
                                          	</tr>

<table width="100%" border="0" cellpadding="2" cellspacing="0">

<tbody><tr><td colspan="4"><div style="display: none;" id="button4">
  <table width="100%" border="0" cellpadding="2" cellspacing="0">
    	<tbody><tr>

      	<td>
          	<center><br>
				
<table>
<tr>
	<td colspan="3">
  	<img src="pot/weapons_cod4/balken/ta.gif" />
	<br /><br />
	</td>
</tr>
<tr>
	<td>
  	<img src="pot/weapons_cod4/tarnung/1.jpg" />
	</td>
	<td>
  	<img src="pot/weapons_cod4/tarnung/2.jpg" />
	</td>
</tr>
<tr>
	<td>
  	<img src="pot/weapons_cod4/tarnung/3.jpg" />
	</td>
	<td>
  	<img src="pot/weapons_cod4/tarnung/4.jpg" />
	</td>
</tr>
<tr>
	<td>
  	<img src="pot/weapons_cod4/tarnung/5.jpg" />
	</td>
</tr>
</table>
</center>
     	</td>
		  </tr>
               	</tbody>
                       	</table> 
                               	</div>
                                     	</td>
                                          	</tr>
                                               	</tbody>
                                                       	</table>



Das ist jetzt der Code den ich für den Link oben verwendet habe. Wie gesagt ist bestimmt Verbesserungs würdig. ^^ Ich glaub jeder der html kann würd ausrasten wenn er das sieht. :whistling:
  • Zum Seitenanfang
  • Zum Seitenende