var dir_marco = "/docs/marcos/m1";

function marco1() {
document.write('<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" align="center"><tr>');
document.write('<td  width="14" height="13"></td>');
document.write('<td  width="*" height="13"></td>');
document.write('<td  width="22" height="13"></td></tr>');
document.write('<tr><td  width="14" height="*"></td>');
document.write('<td  width="*">');
}

function marco2(tit1, tit2) {
document.write('</td><td  width="22" height="*"></td></tr>');
document.write('<tr><td  width="14" height="68"></td>');
document.write('<td  width="*" height="68" align="middle" valign="middle"><B>'+tit1+'</b><br />'+tit2+'<font size="1"><BR>&nbsp;</font></td>');
document.write('<td  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  width="22" height="*"></td></tr>');
document.write('<tr><td  width="14" height="68"></td>');
document.write('<td  width="*" height="68" align="middle" valign="middle"><h1>'+tit+'</h1></td>');
document.write('<td  width="22" height="68"></td></tr></table>');
}
