<head>
<style>TD{font-family:verdana, arial,helvetica; font-size:8pt} BODY{background-color:#ffffff} A{color:Navy; text-decoration:none} A:hover{color:#000000} A:visited:{color:#000000} DIV{font-family:verdana,arial,helvetica; font-size:8pt;}</style><script>
ie=document.all?1:0
n=document.layers?1:0
lshow=60
var move=10;menuSpeed=40
var moveOnScroll=true
var tim;var ltop;function makeMenu(obj,nest){
nest=(!nest) ? '':'document.'+nest+'.'
this.css=(n) ? eval(nest+'document.'+obj):eval(obj+'.style')
this.state=1
this.go=0
this.width=n?this.css.document.width:eval(obj+'.offsetWidth')
this.left=b_getleft
this.obj = obj + "Object"; eval(this.obj + "=this")
}
function b_getleft(){
var gleft=(n) ? eval(this.css.left):eval(this.css.pixelLeft); return gleft;}
function moveMenu(){
if(!oMenu.state){
clearTimeout(tim)
mIn()
}else{
clearTimeout(tim)
mOut()
}
}
function mIn(){
if(oMenu.left()>-oMenu.width+lshow){
oMenu.go=1
oMenu.css.left=oMenu.left()-move
tim=setTimeout("mIn()",menuSpeed)
}else{
oMenu.go=0
oMenu.state=1
}
}
function mOut(){
if(oMenu.left()<0){
oMenu.go=1
oMenu.css.left=oMenu.left()+move
tim=setTimeout("mOut()",menuSpeed)
}else{
oMenu.go=0
oMenu.state=0
}
}
function checkScrolled(){
if(!oMenu.go) oMenu.css.top=eval(scrolled)+ltop
if(n) setTimeout('checkScrolled()',30)
}
function menuInit(){
oMenu=new makeMenu('divMenu')
scrolled=n?"window.pageYOffset":"document.body.scrollTop"
oMenu.css.left=-oMenu.width+lshow
ltop=(n)?oMenu.css.top:oMenu.css.pixelTop; oMenu.css.visibility='visible'
if(moveOnScroll) ie?window.onscroll=checkScrolled:checkScrolled();}
onload=menuInit;</script>
</head>
<body>
<div id=divMenu style="position:absolute; top:0; left:0; height:100; width:280; visibility:hidden"><a href="javascript://">Link1</a>
- <a href="javascript://">Link2</a> - <a href="javascript://">Link3</a>
- <a href="javascript://">Link4</a> <a href="javascript://" onClick="moveMenu()">MENU</a></div>
</body>
</html>