
function cab(tit) {
ie=document.all?1:0
if ( ie ) {
document.write('<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td rowspan=2 valign=center>');
document.write('<img src="cubo_c_p.gif" border="0"></td><td>');
document.write('<span style="color:#ddddff;font-size:17px;line-height:18px;">');
document.write(tit);
document.write('</span></td></tr>');
document.write('<tr><td width="100%" bgcolor="#000055" align="right">');
document.write('<img src="a2b.png" border="0" height="2" width="300">');
document.write('</td></tr>');
document.write('<tr><td colspan=2><img src="trans1.gif" height=5>');
document.write('</td></tr></table>');
document.write('<div style="position:absolute; left:39px; top:15px">');
document.write('<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td width="100%">');
document.write('<span style="color:#000066;font-size:17px;line-height:18px;">');
document.write(tit);
document.write('</span></td></tr></table></div>');
document.write('</div>');
}
else {
document.write('<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td rowspan=2 valign=center>');
document.write('<img src="cubo_c_p.gif" border="0"></td><td>');
document.write('<h1>');
document.write(tit);
document.write('</h1></td></tr>');
document.write('<tr><td width="100%" bgcolor="#000055" align="right">');
document.write('<img src="a2b.png" border="0" height="2" width="300">');
document.write('</td></tr>');
document.write('<tr><td colspan=2><img src="trans1.gif" height=5>');
document.write('</td></tr></table>');
}
}

function cab_s(tit) {
ie=document.all?1:0
if ( ie ) {
document.write('<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td rowspan=2 valign=center>');
document.write('<img src="cubo_c_p.gif" border="0"></td><td>');
document.write('<span style="color:#000066;font-size:17px;line-height:18px;">');
document.write(tit);
document.write('</span></td></tr>');
document.write('<tr><td width="100%" bgcolor="#000055" align="right">');
document.write('<img src="a2b.png" border="0" height="2" width="300">');
document.write('</td></tr>');
document.write('<tr><td colspan=2><img src="trans1.gif" height=5>');
document.write('</td></tr></table>');
}
else {
document.write('<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td rowspan=2 valign=center>');
document.write('<img src="cubo_c_p.gif" border="0"></td><td>');
document.write('<h1>');
document.write(tit);
document.write('</h1></td></tr>');
document.write('<tr><td width="100%" bgcolor="#000055" align="right">');
document.write('<img src="a2b.png" border="0" height="2" width="300">');
document.write('</td></tr>');
document.write('<tr><td colspan=2><img src="trans1.gif" height=5>');
document.write('</td></tr></table>');
}
}
