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:
|
<html>
<script language="JavaScript1.2">
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
<head>
<STYLE type="text/css">
<!--
BODY {
scrollbar-face-color: ffffff;
scrollbar-highlight-color: ffffff;
scrollbar-3dlight-color: ffffff;
scrollbar-darkshadow-color: ffffff;
scrollbar-shadow-color: ffffff;
scrollbar-arrow-color: #000000;
scrollbar-track-color: ffffff;
}
-->
</STYLE>
</head>
<title>Walk of Fame</title>
</head>
<body bgcolor="#50493F" lang="DE" link="black" vlink="black" style="tab-interval:35.4pt" scroll="YES">
<div id="LayerDesi" style="position: absolute; left: 0px; top: 0px;">
<img src="http://home.arcor.de/babyblue2/TirethEmmaLayout.V4.PNG" width="1024" height="768" border="0" alt="" title="">
</div>
<div id="Main" style="position: absolute; left: 122px; top: 280px">
<iframe src="content.html" name="main" width="640" height="448" frameborder=0 scrolling="auto" allowtransparency="true" noresize style="FILTER: chroma (color=white); border-top: 0px dotted #00ffG0; border-bottom: 0px dotted #00ff00; border-left: 0px dashed #c99d7c; border-right: 0px dotted #00ff00">
</iframe>
</div>
<div id="Layer" style="position: absolute; left: 773px; top: 235px">
<iframe src="menue.html" name="menue" width="135" height="490" frameborder=0 scrolling="no" allowtransparency="true" noresize style="FILTER: chroma (color=white); border-top: 0px dotted #00ffG0; border-bottom: 0px dotted #00ff00; border-left: 0px dashed #c99d7c; border-right: 0px dotted #ffffff">
</iframe>
</div>
</body>
</html>
|