function mover()
{
	document.all.mrq.scrollAmount = 0;
}
function mout()
{
	document.all.mrq.scrollAmount= 5;
}
