
function moveText(which, start, finish, step, speed){  
  if (ie4 || ns4){
    if (start < finish){ 
      eval(layerRef + '["' + which +'"]' + styleRef + '.top = start');
      eval(layerRef + '["' + which +'"]' + styleRef + '.top = start');
      start=start+step; 
      setTimeout("moveText('"+which+"',"+start+","+finish+","+step+","+speed+")",speed);
    }     
  }
}

function TXTan()
	{
if (navVer >= 4)
	{
	if (pass == 0)
		{
		if (place2 != 0)
			{
			texte1.left = (place = place + x);
			texte2.left = (place2 = place2 - x);
			tempoText = setTimeout('TXTan()', 25);
			}
		else
			{
			pass = 1;
			tempoText = setTimeout('TXTan()', 2500);
			}
		}
	/*else
		{
		if (place2 != 1000)
			{
			texte1.left = (place = place - x);
			texte2.left = (place2 = place2 + x);
			tempoText = setTimeout('TXTan()', 25);
			}
		else
			{
			pass = 0;
			tempoText = setTimeout('TXTan()', 1);
			}
		}*/
	}
}
function files()
{
	alert("The contents of " + getCurrentFolder()); 
	fileName = findFirstFile("*.*"); // Find the first file matching the filter 
	while(fileName.length) 
	{	 
    	write(fileName); 
    	fileName = findNextFile();  // Find the next file matching the filter 
	}

	
}