function writeTop(text,rep){
	document.write('<table width=780 border=0 cellspacing="0" bgcolor="#000000" cellpadding="0" align="center" vspace="0" hspace="0">');
	document.write('<tr>');
	for (i=0;i<5;i++)
	document.write('<td bgcolor="#000000" height=2><img src="../images/black.gif"></td>');
	document.write('</tr><tr>');
	document.write('<td bgcolor="#000000" width=2><img src="../images/black.gif"></td>');
	document.write('<td width=100 valign=center align=center bgcolor="white" cellspacing="0" cellpadding="0" border=0>');
	document.write('<img src="../images/arbos_logo.gif" width=70 height="66"></td>');
	document.write('<td bgcolor="#000000" width=2><img src="../images/black.gif"></td>');
	document.write('<td valign=center align=center bgcolor="#918174" width=674>');
	document.write('<div id="title1" name="title1">' + text + '</div></td>');
	document.write('<td bgcolor="#000000" width=2><img src="../images/black.gif"></td>');
	document.write('</tr><tr>');
	document.write('<td bgcolor="#000000" width=2><img src="../images/black.gif"></td>');
	document.write('<td width=100 valign=center align=center bgcolor="black" cellspacing="0" cellpadding="0">');
	document.write('<img src="../images/www_arbos.gif" width=100 height="20"></td>');
	document.write('<td bgcolor="#000000" width=2><img src="../images/black.gif"></td>');
	document.write('<td valign=center align=center bgcolor="black"><center>        ');
	document.write('<a href="../index.html" target=_parent><small>Accueil</small></a> -');
	document.write('<a href="accueil.html"><small>Société</small></a> -'); 
	document.write('<a href="produits.html"><small>Services & Produits</small></a> -');
	document.write('<a href="clients.html"><small>Clients</small></a>  -');
	document.write('<a href="plan.html"><small>Plan d&#146;acc&egrave;s</small></a> -');
	document.write('<a href="contacts.html"><small>Contact</small></a> -');
	document.write('<a href="liens.html"><small>Liens</small></a>'); 
    document.write('</center></td>');
	document.write('<td bgcolor="#000000" width=2><img src="../images/black.gif"></td>');
	document.write('</tr><tr>');
	for (i=0;i<5;i++)
		document.write('<td bgcolor="#000000" height=2><img src="../images/black.gif"></td>');
	document.write('</tr>');
	document.write('</table>');
}