<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Unbenanntes Dokument</title>
</head>
<style type="text/css">
<!--
#menuDiv
{
position:absolute;
left:198px;
top:-185px;
width:550px;
height:205px;
z-index:5;
text-align:right;
}
-->
</style>
<script type="text/javascript">
<!--
function moveTo(obj, x, y) {
if (document.getElementById) {
document.getElementById('menuDiv').style.left = x + "px";
document.getElementById('menuDiv').style.top = y + "px";
}
}
function init(){
if(document.getElementById){
obj = document.getElementById("menuDiv");
obj.style.top = "-195px";
}
}
function slideDown(){
if(document.getElementById){
if(parseInt(obj.style.top) < 1){
obj.style.top = parseInt(obj.style.top) + 10 + "px";
setTimeout("slideDown()",15);
}
}
}
function slideUp(){
if(document.getElementById){
if(parseInt(obj.style.top) > -195){
obj.style.top = parseInt(obj.style.top) - 10 + "px";
setTimeout("slideUp()",15);
}
}
}
//-->
</script>
<body onload="init()" bgcolor="black">
<div id="menuDiv">
<script src="./replaceObjEmbed.js" type="text/javascript"></script>
<script language="JavaScript">
<!--
var jsval = '<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\" width=\"550\" height=\"190\" id=\"X\" align=\"middle\"><param name=\"allowScriptAccess\" value=\"sameDomain\" /><param name=\"movie\" value=\"X.swf\" /><param name=\"quality\" value=\"high\" /><param name=\"bgcolor\" value=\"#000000\" /><embed src=\"X.swf\" quality=\"high\" bgcolor=\"#000000\" width=\"550\" height=\"190\" name=\"X\" align=\"middle\" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" /></object>';
writethis(jsval);//-->
</script>
<noscript><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="550" height="190" id="X" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="X.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><embed src="X.swf" quality="high" bgcolor="#000000" width="550" height="190" name="X" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object></noscript>
</div>
[...]