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:
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html><!-- InstanceBegin template="/Templates/Vorlage-Weidenhof.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<!-- InstanceBeginEditable name="doctitle" -->
<title>Gut Weidenhof - Virtueller Reiterhof</title>
<!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="head" -->
<script>
/*
Gradual-Highlight Image Script II-
By J. Mark Birenbaum (birenbau@ugrad.cs.ualberta.ca)
Permission granted to Dynamicdrive.com to feature script in archive
For full source to script, visit http://dynamicdrive.com
*/
nereidFadeObjects = new Object();
nereidFadeTimers = new Object();
/* object - image to be faded (actual object, not name);
* destop - destination transparency level (ie 80, for mostly solid)
* rate - time in milliseconds between trasparency changes (best under 100)
* delta - amount of change each time (ie 5, for 5% change in transparency)
*/
function nereidFade(object, destOp, rate, delta){
if (!document.all)
return
if (object != "[object]"){ //do this so I can take a string too
setTimeout("nereidFade("+object+","+destOp+","+rate+","+delta+")",0);
return;
}
clearTimeout(nereidFadeTimers[object.sourceIndex]);
diff = destOp-object.filters.alpha.opacity;
direction = 1;
if (object.filters.alpha.opacity > destOp){
direction = -1;
}
delta=Math.min(direction*diff,delta);
object.filters.alpha.opacity+=direction*delta;
if (object.filters.alpha.opacity != destOp){
nereidFadeObjects[object.sourceIndex]=object;
nereidFadeTimers[object.sourceIndex]=setTimeout("nereidFade(nereidFadeObjects["+object.sourceIndex+"],"+destOp+","+rate+","+delta+")",rate);
}
}
</script>
<style type="text/css">
<!--
.Stil1 {font-size: 10px}
body {
background-color: #d2c5b0;
}
-->
</style>
<!-- InstanceEndEditable -->
<style type="text/css">
<!--
body {
color:#000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.small {
font-size: 12px;
}
a {
color:#000000;
text-decoration: none;
}
a:hover a:link {
text-decoration: underline overline;
}
.menuheadline {
font-size: 14px;
font-weight: bold;
text-align: center;
}
.menulinks {
font-size: 12px;
font-weight: normal;
text-align: center;
}
p {
font-size:12px;
}
-->
</style>
</head>
<body>
<!-- InstanceBeginEditable name="Inhalt" -->
<p align="center" class="Stil1"><br>
<br>
Enter zum Gut Weidenhof<br>
<br>
<br>
<br>
<br>
</p>
<p align="center"><a onclick="window.open('popup.htm','Weidenhof','width=800,height=600'); return false;" href="#"><img src="images/enter.jpg" style="filter:alpha(opacity=30)" onmouseover="nereidFade(this,100,70,20)" onmouseout="nereidFade(this,20,50,10)">
</a><br>
<br>
<br>
<br>
<br>
</p>
<p align="center" class="small"><span class="Stil1"><strong>| Optimiert für Windows Internet Explorer | 1024 x 768 Pixel | HTML |</strong></span><strong><br>
<br>
<span class="Stil1">Momentan befindet sich das Gut noch im Aufbau, du kannst dich jedoch trotzdem gerne schon umsehen =)
</span></strong></p>
<p align="center" class="Stil1">Dies ist ein virtueller Reiterhof, du hast es hier mit nichts realem zu tun!</p>
<p align="center" class="Stil1">Es ist strengstens verboten jegliche Texte / Grafiken / Fotos von dieser Seite zu kopieren, da diese einem Copyright unterliegen!</p>
<!-- InstanceEndEditable -->
</body>
<!-- InstanceEnd --></html>
|