function stopScroller() {
	document.getElementById("jsDsc").setAttribute("scrollamount", 1, 0) 
}  
function startScroller() {
	document.getElementById("jsDsc").setAttribute("scrollamount", 3, 0) 
}