// Action script...
// [Action in Frame 1]
function loadEnd()
{
node = this.firstChild.childNodes;
textNum = node.length;
bText = [];
bText_link = [];
var _l1 = 0;
while (_l1 < textNum)
{
bText[_l1] = node[_l1].firstChild.firstChild.nodeValue;
bText_link[_l1] = node[_l1].firstChild.nextSibling.firstChild.nodeValue;
_l1++;
} // end while
loadEndOk = true;
} // End of the function
function rightMoving()
{
var _l3 = this;
var _l2 = 1;
while (_l2 <= textNum)
{
var _l1 = _l3.textMcD["textMc" + _l2];
if (_l1.stageVar == textNum)
{
_l1.stageVar = 1;
_l1._x = posx[1];
}
else
{
_l1.stageVar++;
} // end if
_l2++;
} // end while
delTimer = 0;
} // End of the function
function leftMoving()
{
var _l3 = this;
var _l2 = 1;
while (_l2 <= textNum)
{
var _l1 = _l3.textMcD["textMc" + _l2];
if (_l1.stageVar == 1)
{
_l1.stageVar = textNum;
_l1._x = posx[stageView];
}
// [Action in Frame 1]
function loadEnd()
{
node = this.firstChild.childNodes;
textNum = node.length;
bText = [];
bText_link = [];
var _l1 = 0;
while (_l1 < textNum)
{
bText[_l1] = node[_l1].firstChild.firstChild.nodeValue;
bText_link[_l1] = node[_l1].firstChild.nextSibling.firstChild.nodeValue;
_l1++;
} // end while
loadEndOk = true;
} // End of the function
function rightMoving()
{
var _l3 = this;
var _l2 = 1;
while (_l2 <= textNum)
{
var _l1 = _l3.textMcD["textMc" + _l2];
if (_l1.stageVar == textNum)
{
_l1.stageVar = 1;
_l1._x = posx[1];
}
else
{
_l1.stageVar++;
} // end if
_l2++;
} // end while
delTimer = 0;
} // End of the function
function leftMoving()
{
var _l3 = this;
var _l2 = 1;
while (_l2 <= textNum)
{
var _l1 = _l3.textMcD["textMc" + _l2];
if (_l1.stageVar == 1)
{
_l1.stageVar = textNum;
_l1._x = posx[stageView];
}