function showad(){document.write(strad);}
function showct(){document.write(strct);}
function setBgColor(color){window.setcolor.bgColor=color;}
function setFontSize(size){window.setcolor.style.fontSize=size;}
function setFontstyle(bold){window.setcolor.style.fontWeight=bold;}
function setFontColor(color){window.setcolor.style.color=color;}

function click()
{
	if (event.button==1)
	{
		if(document.all.auto.status==true){document.all.auto.status=false;}
		scroller();
	}
}
document.onmousedown=click

var position = 0; 
function scroller()
{
	if (document.all.auto.status==true)
	{
		position++;
		scroll(0,position);
		clearTimeout(timer);
		var timer = setTimeout("scroller()",120);
		timer;
	}
	else
	{
		clearTimeout(timer);
	}
}

function Action(jsStr)
{
  return eval(jsStr)
}