
function make_top(background,taille,url){

		document.write('<table cellpadding="0" cellspacing="0" border="0" width="'+taille+'" bgcolor="'+background+'">');
		document.write('<tr>');
		document.write('	<td width="94" valign="top" height="100%">');
		document.write('	<!-- *********************************************************** -->');
		document.write('	<table cellpadding="0" cellspacing="0" border="0" width="94" height="100%">');
		document.write('	<tr><td height="95"><IMG SRC="Themes/Default/images/'+url+'.gif" WIDTH=94 HEIGHT=95></td></tr>');
		document.write('	<tr><td background="Themes/Default/images/vide_o.gif" height="100%"><img src="Themes/Default/images/espaceur.gif" WIDTH=94 HEIGHT=1></td></tr>');
		document.write('	<tr><td height="7"><img src="Themes/Default/images/coin_so.gif" width="94" height="7" border="0" alt=""></td></tr>');
		document.write('	</table></td>');
		document.write('	<!-- *********************************************************** -->	');
		document.write('	<td width="100%">');
		document.write('		<table cellpadding="0" cellspacing="0" border="0" width="100%">');
		document.write('		<tr><td height="26" colspan="2" bgcolor="white"><img src="Themes/Default/images/espaceur.gif" WIDTH=1 HEIGHT=26></td></tr>');
		document.write('		<tr>');
		document.write('			<td width="100%" height="7" background="Themes/Default/images/vide_n.gif"><img src="Themes/Default/images/espaceur.gif" WIDTH=1 HEIGHT=7></td>');
		document.write('			<td width="7" height="7"><img src="Themes/Default/images/coin_ne.gif" width="7" height="7" border="0" alt=""></td>');
		document.write('		</tr>');
		document.write('		<tr>');
		document.write('			<td width="100%" bgcolor="white" height="95">');
}	
		
function make_bot(){		
		document.write('&nbsp;</td>');
		document.write('			<td width="7" background="Themes/Default/images/vide_e.gif"><img src="Themes/Default/images/espaceur.gif" WIDTH=7 HEIGHT=1></td>');
		document.write('		</tr>	');	
		document.write('		<tr>');
		document.write('			<td width="100%" height="7" background="Themes/Default/images/vide_s.gif"><img src="Themes/Default/images/espaceur.gif" WIDTH=1 HEIGHT=7></td>');
		document.write('			<td width="7" height="7"><img src="Themes/Default/images/coin_se.gif" width="7" height="7" border="0" alt=""></td>');
		document.write('		</tr>		');
		document.write('		</table>		');
		document.write('	</td>');
		document.write('</tr>');
		document.write('</table>');
}		
