Podrías probar algo así:
Código PHP:
var ancho=Math.max(document.getElementById('firstrow').offsetWidth,document.getElementById('secondrow').offsetWidth);
document.getElementById('firstrow').style.width=document.getElementById('secondrow').style.width=ancho+'px';