maxscrollNum = myText.maxscroll;
if(maxscrollNum <= 1){
	myTextScrollBar.visible = false;
} else {
	myTextScrollBar.visible = true;
}