Below is top. js & nbsp; functionKB_keepItInIE (theName, theWantTop, theWantLeft) {theRealTopparseInt (document. body. scrollTop) contents + theRealTopdocument. all // below is top. js
Function KB_keepItInIE (theName, theWantTop, theWantLeft ){
TheRealTop = parseInt (document. body. scrollTop)
TheTrueTop = theWantTop + theRealTop
Document. all [theName]. style. top = theTrueTop
TheRealLeft = parseInt (document. body. scrollLeft)
TheTrueLeft = theWantLeft + theRealLeft
Document. all [theName]. style. left = theTrueLeft
}
Function KB_keepItInNN (theName, theWantX, theWantY ){
TheRealLay = document. layers [theName]
TheBadX = self. pageYOffset
TheBadY = self. pageXOffset
TheRealX = theBadX + theWantX
TheRealY = theBadY + theWantY
TheRealLay. moveTo (theRealY, theRealX)
}
IE4 = (document. all )? 1:0
NN4 = (document. layers )? 1:0
// If (IE4)
// SetInterval ('kb _ keepItInIE ("KBStatic", 0, 0) ', 1)
// If (NN4)
// SetInterval ('kb _ keepItInNN ("KBStatic", 0, 0) ', 1)
// Below is menu. php