
var pas=1;

function StopScroll()
{
	document.getElementById("communication").stop();
}


function ActiveScroll()
{
	document.getElementById("communication").start();
}



