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:
|
<html>
<head>
</head>
<body>
<img src="rauseditiert" usemap="#rauseditiert border=0>
<p align="center">
<map name="rauseditiert">
<area shape=rect (rect,circle,polygon) coords="81,140,79,115" href="1.php">
</map>
<map name="rauseditiert2">
<area shape=rect (rect,circle,polygon) coords="163,141,78,113" href="2.php">
</map>
<map name="rauseditiert3">
<area shape=rect (rect,circle,polygon) coords="246,143,79,112" href="2.php">
</map>
</body>
</html>
|