function cab(tit) {
document.write('<table width="100%" height="20" border="0" cellpadding="0" cellspacing="0"><tr>');
document.write('<td bgcolor=#000066><img src="trans.gif" width=4 border="0"></td>');
document.write('<td bgcolor=#000066 valign=center align=center><img src="Aitemin_cFA.png" border=0></td>');
document.write('<td bgcolor=#000066><img src="trans.gif" width=4 border="0"></td>');
document.write('<td width="90%" bgcolor=#000066><h1><font color="#ffffff">');
document.write(tit);
document.write('</font></td>');
document.write('<td background="tit1.png"><img src="tit1.png" border="0"></td>');
document.write('</tr></table>');
document.write('<table width="100%" border="0" cellpadding="0" cellspacing="0">');
document.write('<tr><td><img src="trans.gif" border="0" height="2" width="2"></td></tr>');
document.write('<tr bgcolor="#000066"><td><img src="trans.gif" border="0" height="1" width="1"></td></tr>');
document.write('<tr><td><img src="trans.gif" border="0" height="1" width="1"></td></tr>');
document.write('<tr bgcolor="#000066"><td><img src="trans.gif" border="0" height="1" width="1"></td></tr>');
document.write('</table>');
}
