<!--
//Per a obrir els links en construcció
function obri_uno() {
  window.open("construccio1.htm","","scrollbars=no, toolbar=no, height=420, width=640, resizable=no, screenX=100, screenY=100, left=100, top=100");
}

function obri_dos() {
  window.open("construccio2.htm","","scrollbars=no, toolbar=no, height=420, width=640, resizable=no, screenX=100, screenY=100, left=100, top=100");
}

function obri_es_uno() {
  window.open("construccion1.htm","","scrollbars=no, toolbar=no, height=420, width=640, resizable=no, screenX=100, screenY=100, left=100, top=100");
}

function obri_es_dos() {
  window.open("construccion2.htm","","scrollbars=no, toolbar=no, height=420, width=640, resizable=no, screenX=100, screenY=100, left=100, top=100");
}
//-->
