<link rel=stylesheet type="text/css" href="formate.css"><style type="text/css">
<!-- ... Extra-Style-Sheet-Angaben ...//--></style>
</head>
<script RUNAT="Server" language="JScript"> 'Serverzeit bestimmen'
var now = new Date();
var today= now.toLocaleString(); 'Serverzeit bestimmen [Ende]'
</script>
<script language="JavaScript">
<!--
Normal1 = new Image();
Normal1.src = "Button1.gif";
Highlight1 = new Image();
Highlight1.src = "Button1%p.gif";
Normal2 = new Image();
Normal2.src = "Button2.gif";
Highlight2 = new Image();
Highlight2.src = "Button2%p.gif";
Normal3 = new Image();
Normal3.src = "Button3.gif";
Highlight3 = new Image();
Highlight3.src = "Button3%p.gif";
Normal4 = new Image();
Normal4.src = "Button4.gif";
Highlight4 = new Image();
Highlight4.src = "Button4%p.gif";
Normal5 = new Image();
Normal5.src = "Button5.gif";
Highlight5 = new Image();
Highlight5.src = "Button5%p.gif";
function Bildwechsel(Bildnr,Bildobjekt)
{
window.document.images[Bildnr].src = Bildobjekt.src;
}
//-->
//-->
</script>
<script RUNAT="Server" language="JScript"> 'Serverzeit bestimmen'
var now = new Date();
var today= now.toLocaleString(); 'Serverzeit bestimmen [Ende]'
</script>
<body background="Goethebg.jpg">
<!-- Verweise -->
<div style="position:absolute; top:114px; left:21px; width:0px;"><a href="Homepage.asp" onMouseOver="Bildwechsel(0,Highlight1)" onMouseOut="Bildwechsel(0,Normal1)"><img src="Button1.gif" border="0" alt="" ></a></div>
<div style="position:absolute; top:154px; left:28px; width:0px;"><a href="../Manual/Manual.htm" target="_new" onMouseOver="Bildwechsel(1,Highlight2)" onMouseOut="Bildwechsel(1,Normal2)"><img src="Button2.gif" border="0" alt="" ></a></div>
<div style="position:absolute; top:174px; left:38px; width:0x;"><a href="Studien.asp" onMouseOver="Bildwechsel(2,Highlight3)" onMouseOut="Bildwechsel(2,Normal3)"><img src="Button3.gif" border="0" alt="" ></a></div>
<div style="position:absolute; top:225px; left:52px; width:0px;"><a href="Patienten.asp" onMouseOver="Bildwechsel(3,Highlight4)" onMouseOut="Bildwechsel(3,Normal4)"><img src="Button4.gif" border="0" alt="" x></a></div>
<div style="position:absolute; top:280px; left:66px; width:0px;"><a href="Mitarbeiter.asp" onMouseOver="Bildwechsel(4,Highlight5)" onMouseOut="Bildwechsel(4,Normal5)"><img src="Button5.gif" border="0" alt=""></a> </div>
<div style="position:absolute; top:160px; left:220px; ">
<TABLE border="0">
<tr><td><div id="Begruessung">
div></td></tr>
</TABLE>
<div id="Serverzeit">Serverzeit: <% Response.Write( today) %> Uhr.</div> <!-- Serverzeit ausgeben -->
</body>
</html>