// JavaScript Document
function over(dir,speed)
{
	scrollNews.trueSpeed=true;
	scrollNews.scrollAmount=1;
	scrollNews.direction=dir;
	scrollNews.scrollDelay=speed;
	scrollNews.stop();
	scrollNews.start();
}

function out()
{
	scrollNews.trueSpeed=true;
	scrollNews.scrollAmount=1;
	scrollNews.scrollDelay=50;
	scrollNews.stop();
	scrollNews.start();
	}