var mida_taula = (40 * (screen.width / 800))
 
var linea_taula = '<td width="' + mida_taula + '">'
document.write(linea_taula)
