function o_down(theobject){
object=theobject
	while(object.filters.alpha.opacity>60){
		object.filters.alpha.opacity+=-10}
		}
function o_up(theobject){
object=theobject
	while(object.filters.alpha.opacity<100){
		object.filters.alpha.opacity+=10}
		}

function movstar1(a,time){
	movx=setInterval("mov1("+a+")",10)
	}
function movover1(){
	clearInterval(movx)
	}
function mov1(a){
	scrollx=new_date1.document.body.scrollLeft
	scrolly=new_date1.document.body.scrollTop
	scrolly=scrolly+a
	new_date1.window.scroll(scrollx,scrolly)
	}

function movstar2(b,time){
	movx=setInterval("mov2("+b+")",10)
	}
function movover2(){
	clearInterval(movx)
	}
function mov2(b){
	scrollx=new_date2.document.body.scrollLeft
	scrolly=new_date2.document.body.scrollTop
	scrolly=scrolly+b
	new_date2.window.scroll(scrollx,scrolly)
	}

function movstar3(b,time){
	movx=setInterval("mov3("+b+")",10)
	}
function movover3(){
	clearInterval(movx)
	}
function mov3(b){
	scrollx=new_date3.document.body.scrollLeft
	scrolly=new_date3.document.body.scrollTop
	scrolly=scrolly+b
	new_date3 .window.scroll(scrollx,scrolly)
	}