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:
|
<html>
<head>
<title>Leo's Austauschseite</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
background-image: url(http://internatideaus.in.ohost.de/zip-65/bg.jpg);
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
<script>
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>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
<link href="http://internatideaus.in.ohost.de/zip-65/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="Layer1" style="position:absolute; width:200px; height:115px; z-index:1"><img src="http://internatideaus.in.ohost.de/zip-65/header.jpg" width="738" height="460"></div>
<div id="Layer2" style="position:absolute; width:365px; height:473px; z-index:2; left: 184px; top: 448px;">
<p> </p>
<table width="80%" height="217" border="0" align="center" cellpadding="0" cellspacing="0" style="background-image:url(http://internatideaus.in.ohost.de/zip-65/tb.gif); background-repeat:no-repeat; ">
<tr>
<td width="16%" height="36"> </td>
<td width="33%"> </td>
</tr>
<tr>
<td> </td>
<td colspan="2" rowspan="2" valign="top"><p class="header">
{PLACE_CONTENT}
</p></td>
</tr>
<tr>
<td> </td>
</tr>
</table>
<p> </p>
<table width="80%" height="217" border="0" align="center" cellpadding="0" cellspacing="0" style="background-image:url(http://internatideaus.in.ohost.de/zip-65/tb.gif); background-repeat:no-repeat; ">
<tr>
<td width="16%" height="36"> </td>
<td width="33%"> </td>
</tr>
<tr>
<td> </td>
</tr>
</table>
<p class="header"> </p>
</div>
<div id="Layer3" style="position:absolute; width:141px; height:444px; z-index:3; left: 12px; top: 481px;">{PLACE_NAVI}
<div id="navcontainer">
</div>
</body>
</html>
|