var ns4up = (document.layers) ? 1 : 0
var ie4up = (document.all) ? 1 : 0
breite=0, hoehe=0, x1=0, y1=0, x2=0, y2=0
if (ns4up) {
 breite = self.innerWidth
 hoehe = self.innerHeight
} else if (ie4up) {
 breite = document.body.clientWidth
 hoehe = document.body.clientHeight
}
lay = document[document.all ? "all" : "layers"]["seite"]
x1=breite
y1=0
function page() {
x1=x1+(x2-x1)/20
if (ns4up) {
lay.left=x1
lay.top=y1
} else {
lay.style.pixelLeft=x1
lay.style.pixelTop=y1
}
}
if (document.all) {a=window.setInterval("page()",10)}
