var dir_marco = "/docs/marcos/m2";

function marco1() {
document.write('<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" align="center"><tr>');
document.write('<td bgcolor="#222222" background="'+dir_marco+'/esq_1.png" width="14" height="13"></td>');
document.write('<td background="'+dir_marco+'/esq_sup.png" width="*" height="13"></td>');
document.write('<td background="'+dir_marco+'/esq_2.png" width="22" height="13"></td></tr>');
document.write('<tr><td background="'+dir_marco+'/esq_iz.png" width="14" height="*"></td>');
document.write('<td bgcolor="#6C7E93" width="*">');
}

function marco2(tit1, tit2) {
document.write('</td><td background="'+dir_marco+'/esq_der.png" width="22" height="*"></td></tr>');
document.write('<tr><td background="'+dir_marco+'/esq_3.png" width="14" height="68"></td>');
document.write('<td bgcolor="#222222" background="'+dir_marco+'/esq_inf.png" width="*" height="68" align="middle" valign="middle"><B>'+tit1+'</b><br />'+tit2+'<font size="1"><BR>&nbsp;</font></td>');
document.write('<td background="'+dir_marco+'/esq_4.png" width="22" height="68"></td></tr></table>');
}

//El mateix pero el titol, al haver-hi només un, és mes gran:
function marco2H1(tit) {
document.write('</td><td background="'+dir_marco+'/esq_der.png" width="22" height="*"></td></tr>');
document.write('<tr><td background="'+dir_marco+'/esq_3.png" width="14" height="68"></td>');
document.write('<td bgcolor="#222222" background="'+dir_marco+'/esq_inf.png" width="*" height="68" align="middle" valign="middle"><h1>'+tit+'</h1></td>');
document.write('<td background="'+dir_marco+'/esq_4.png" width="22" height="68"></td></tr></table>');
}
