var scrollWidth = 200; scrollHeight = 220;
var aimLeft = 5; aimTop = 5;
var backColor = "#aadfff";
var nowTextId = 1;
var textArray = new Array();
var textHidden = "text1"; textVisible = "text2";
document.write("<div id = 'main_div' style = 'position:absolute; width:"'
+scrollerWidth+"; height:"+scrollerHeight+"; overflow:hidden; background-color:"
+backColor+"; clip:rect(0 "+scrollerWidth+" "+scrollerHeight+" 0); visibility:visible'>"
+"<div id = 'text1' style = 'position:absolute; left:"+aimLeft+"; width:'
+scrollerWidth+"; visibility:visible'></div>"
+"<div id = 'text2' style = 'position:absolute; left:"+aimLeft+"; width"'
+scrollerWidth+"; visibility:visible'></div>"
+"</div>");