..
Dieses Script wurde erhalten bei www.mauscodes.de --
Ab hier muß kopiert werden--
In dem folgenden Abschnitt stehen Angaben für Breite und
Farben--
webbot bot="HTMLMarkup" startspan --
.. language="JavaScript1.2"if (document_all&&!window.print){
leftright.style.width=document_body.clientWidth-2
topdown.style.height=document_body.clientHeight-2
}
else if (document_layers){
document_leftright.clip.width=window.innerWidth
document_leftright.clip.height=1
document_topdown.clip.width=1
document_topdown.clip.height=window.innerHeight
}
function followmouse1(){
leftright.style.pixelTop=document_body.scrollTop+event.clien
tY+1
topdown.style.pixelTop=document_body.scrollTop
if (event.clientX
..