var txt_defil_width = 650;
var txt_defil_height = 60;
var txt_defil_bgcolor = "";
var txt_defil_background = "";
var txt_defil_pause = 5000; 
var txt_defil_info = new Array;

txt_defil_info[0]='<font color="#555555" align="center">Exclusive distributor and agent for the</font>&nbsp;<a href="http://www.rhodia.com/fr/home_tunel.asp" target="_blank"><img border="0" src="images/LogoRhodia.gif" alt="Rhodia"></a> <font color="#555555" align="center">Group throughout the region.&nbsp;</font>';
txt_defil_info[1]='<font color="#555555" align="center">Distributor & agent of</font> <a href="http://www.roquette.com" target="_blank"><img border="0" src="images/LogoRoquette.gif" alt="ROQUETTE : world\'s leader of polyols - an extensive range of high-quality starch derivatives for the whole industry"></a> <font color="#555555" align="center">products for the Middle East & Africa.&nbsp;</font>';
txt_defil_info[2]='<font color="#555555" align="center">Exclusive Distributor and Agent for</font> <a href="http://www.bluestarsilicones.com" target="_blank"><img border="0" src="images/LogoBlueStar.gif" alt="BLUESTAR SILICONES est l\’un des premiers fabricants de silicone complètement intégré dans le monde."></a> <font color="#555555" align="center">for the Middle East & Africa.&nbsp;</font>';
txt_defil_info[3]='<font color="#555555" align="center">Exclusive distributor and agent for </font> <a href="http://www.adisseo.com" target="_blank"><img border="0" src="images/LogoAdisseo.gif" alt="Adisseo"></a> <font color="#555555" align="center">in Egypt, Morocco, Syria, Jordan, Lebanon and Gulf region.&nbsp;</font>';
txt_defil_info[4]='<font color="#555555" align="center">Exclusive distributor and agent for </font> <a href="http://www.perstorp.com" target="_blank"><img border="0" src="images/perstorpblack petit.jpg"> </a> <font color="#555555" align="center">products in the Middle East and Africa.&nbsp;</font>';

function writext(texdef)
	{
	document.write(texdef);
	}

writext('<DIV ID=txt_defil_relativ onMouseOver="txt_defil_stop()" onMouseOut="txt_defil_rstart()" STYLE="position:relative;width:'+txt_defil_width +';height:'+txt_defil_height+';background-color:'+txt_defil_bgcolor+';background-image:url('+txt_defil_background+')">');
writext('<DIV ID=txt_defil_cadre STYLE="position:absolute;width:'+(txt_defil_width -8)+';height:'+(txt_defil_height-8)+';top:4;left:4;clip:rect(0 '+(txt_defil_width -8)+' '+(txt_defil_height-8)+' 0)">');
writext('<div id=txt_defiler_1 style="position:absolute;width:'+(txt_defil_width -8)+';left:0;top:0;" CLASS=txt_defil >'+txt_defil_info[0]+'</DIV>');
writext('<div id=txt_defiler_2 style="position:absolute;width:'+(txt_defil_width -8)+';left:'+txt_defil_width+';top:0;" CLASS=txt_defil >'+txt_defil_info[1]+'</DIV>');
writext('</DIV></DIV>');

txt_defil_1 = 1;
txt_defil_2 = 0;
stop_mouss=0;

function txt_defil_f1()
	{
	if(txt_defil_1 == 1) 
		{
		txt_defil_haut = "txt_defiler_1";
		txt_defil_bas = "txt_defiler_2";
		txt_defil_1 = 0;
		}
	else
		{
		txt_defil_bas = "txt_defiler_1";
		txt_defil_haut = "txt_defiler_2";
		txt_defil_1 = 1;
		}
	txt_defil_nb_info = txt_defil_info.length-1; 
	if(txt_defil_2 == txt_defil_nb_info)
		txt_defil_next = 0;
	else
		txt_defil_next = txt_defil_2+1;
	if(document.getElementById)
		document.getElementById(txt_defil_bas).innerHTML = txt_defil_info[txt_defil_next];
	txt_defil_left = 0;
	txt_defil_top = 0;
	if(document.getElementById)
	move1=setTimeout("txt_defil_f2 ()",txt_defil_pause)
	}

function txt_defil_f2 ()
	{
if (stop_mouss == 0)
{
	txt_defil_left -= 5;
	txt_defil_top += .5;
	document.getElementById(txt_defil_haut).style.top = txt_defil_top;
	document.getElementById(txt_defil_bas).style.left = txt_defil_left+txt_defil_width;
	if((txt_defil_left+txt_defil_width) > 0)
	move2=setTimeout("txt_defil_f2 ()",10)
	else
		{
			document.getElementById(txt_defil_haut).style.left = txt_defil_left;
			document.getElementById(txt_defil_haut).style.top = 0;
			txt_defil_f3();
		}
}
else	move1=setTimeout("txt_defil_f2 ()",1000)	
	}

function txt_defil_f3()
	{
	txt_defil_2 = txt_defil_next;
	txt_defil_f1()
	}
function txt_defil_stop()
	{
	stop_mouss=1;
	}
function txt_defil_rstart()
	{
	stop_mouss=0;
	}	
window.onload = txt_defil_f1;


