<!--
/* 
FUNCIONS JAVASCRIPT 
*/
function obreFinestra(adresa,nom,parametres) { 
  window.open(adresa,nom,parametres);
}
//-->