<!--

function clicat(adreca) {
document.write("<HTML><HEAD></HEAD>");
document.write("<frameset framespacing='0' border='0' cols='20%,*' frameborder='0'>");
document.write("<frame name='esquerra' src='../menu.htm' target='dreta' marginwidth='0'");
document.write(" marginheight='0' noresize scrolling='auto'>");
document.write("<frame name='dreta' src='' marginwidth='0' marginheight='0' ");
document.write("scrolling='auto'><BODY><noframes></noframes>");
document.write("</BODY></HTML>");
dreta.location.href="../"+adreca+".htm";
}

function inici() {
}

//-->

