function scroll(n){

	temp=n;
	Out1.scrollTop=Out1.scrollTop+temp;
	if (temp==0) return;
	setTimeout("scroll(temp)",80);
}
function close(){
	ObjDiv=document.all("Cont"); 
	ObjDiv.style.display="none";
}
function scrollnew(n){

	temp=n;
	Out1new.scrollTop=Out1new.scrollTop+temp;
	if (temp==0) return;
	setTimeout("scrollnew(temp)",80);
}

function scrollpic(n){

	temp=n;
	Out1pic.scrollTop=Out1pic.scrollTop+temp;
	if (temp==0) return;
	setTimeout("scrollpic(temp)",80);
}
function scrollzhici(n){

	temp=n;
	Out1zhici.scrollTop=Out1zhici.scrollTop+temp;
	if (temp==0) return;
	setTimeout("scrollzhici(temp)",80);
}
function scrollwh(n){

	temp=n;
	Out1wh.scrollTop=Out1wh.scrollTop+temp;
	if (temp==0) return;
	setTimeout("scrollwh(temp)",100);
}
