function init(){
	if(navigator.appName=="Netscape"){var w=innerWidth;document.test.left=0}
else{var w=document.body.offsetWidth;test.style.left=0}}
	var n = (document.layers) ? 1:0;var ie = (document.all) ? 1:0;var loop, timer1, timer2;function makeObj(obj,nest){
	nest=(!nest) ? '':'document.'+nest+'.'
	this.css=(n) ? eval(nest+'document.'+obj):eval(obj+'.style')
	this.up=goUp
	this.down=goDown
	this.obj = obj + "Object"
	eval(this.obj + "=this")
	return this}
function goDown(speed){
	clearTimeout(timer1);clearTimeout(timer2)
	this.css.top=parseInt(this.css.top)+3
	if(loop) timer1=setTimeout(this.obj+".down("+speed+")",speed)}
function goUp(speed){
	clearTimeout(timer2);clearTimeout(timer1)
	this.css.top=parseInt(this.css.top)-3
	if(loop) timer2=setTimeout(this.obj+".up("+speed+")",speed)}
function init1(){ testObj=makeObj('test2','test');init()}
	onload=init1;

