// This scripts available from - http://www.viewsource.dk
// LOts of free Java Applets, DHTML and Javascript

// *****   This goes in the head section   *****

<SCRIPT LANGUAGE="JavaScript">

<!-- Begin
function setVariables() {
if (navigator.appName == "Netscape") {
v=".top=";
dS="document.";
sD="";
y="window.pageYOffset";
}
else {
v=".pixelTop=";
dS="";
sD=".style";
y="document.body.scrollTop";
   }
}
function checkLocation() {
object="object1";
yy=eval(y);
eval(dS+object+sD+v+yy);
setTimeout("checkLocation()",10);
}
//  End -->
</script>



// *****   This goes in the body section   *****

<body OnLoad="setVariables();checkLocation()">


 <div id="object1" style="position:absolute; visibility:show; left:20px; top:0px; z-index:2">
<br><br><br><br>
<table width=130 border=0 cellspacing=3 cellpadding=0>
<tr>
<td class=format>Menu</td>
</tr>
<tr>
<td class=format><a href="http://www.viewsource.dk">Link 1</a></td>
</tr>
<tr>
<td class=format><a href="http://www.viewsource.dk">Link 2</a></td>
</tr><tr>
<td class=format><a href="http://www.viewsource.dk">Link 3</a></td>
</tr><tr>
<td class=format><a href="http://www.viewsource.dk">Link 4</a></td>
</tr>
</table>
</div>

Rest of page goes here