function menubas()
{
	var url = 'http://www.plasti-ouest.com/site2/';
	document.write('	<table width="751" border="0" cellspacing="0" cellpadding="0">');
	document.write('	  <tr>');
	document.write('	    <td width="2"><img src="'+url+'images/mb_01.gif" width="184" height="31"></td>');
	document.write('	    <td width="100%" align="left" valign="top">');
	document.write('	      <table width="100%" border="0" cellspacing="0" cellpadding="0">');
	document.write('		  <tr> ');
	document.write('		    <td width="2" bgcolor="#FFFFFF"><img src="'+url+'images/pixel.gif" width="16" height="16"></td>');
	document.write('		    <td bgcolor="#FFFFFF"><img src="'+url+'images/pixel.gif" width="16" height="16"></td>');
	document.write('		  </tr>');
	document.write('		  <tr> ');
	document.write('		    <td background="'+url+'images/fond_jaune.gif"><img src="'+url+'images/pixel.gif" width="15" height="15"></td>');
	document.write('		    <td  background="'+url+'images/fond_jaune.gif"align="center" class="Signature">&copy;&nbsp;2003&nbsp;PLASTI-OUEST - R&eacute;alisation : <a href="http://www.lnet.fr" class="Signature" target="blank">Lnet  Multimedia</a></td>');
	document.write('		  </tr>');
	document.write('	      </table></td>');
	document.write('	  </tr>');
	document.write('	</table>');
}