ah, mi sono reso conto che c'è un errore:

è
codice:
btm.style.top = (myHeight - 150)+"px";
non
codice:
btm.style.marginTop = (myHeight - 150)+"px";
Su IE6 però non funziona. Ammetto che non so come gestire il position:fixed in IE6...