Hi Everyone!

Im looking for a way to change descriptions fast Im currently using easy populate and all my descriptions are as tables see here:

HTML Code:
<table width="382"  border="0" ><tbody><tr><td><span style="color:#0000FF"><b>Size of Units:</b><br /></span></td><td><span style="color:#0000FF"><br /></span></td><td><br /></td><td><span style="color:#FF0000"><b>Frontages Included:</b><br /></span></td></tr><tr><td><span style="color:#0000FF">Width:<br /></span></td><td><span style="color:#0000FF">150mm<br /></span></td><td><br /></td><td><span style="color:#FF0000">1 * 147mm x 715mm</span></td></tr><tr><td><span style="color:#0000FF">Depth:<br /></span></td><td><span style="color:#0000FF">560mm<br /></span></td><td><br /></td><td><span style="color:#FF0000"><br /></span></td></tr><tr><td><span style="color:#0000FF">Height:<br /></span></td><td><span style="color:#0000FF">720mm<br /></span></td><td><br /></td><td><span style="color:#FF0000"><br /></span></td></tr></tbody></table>
I now only want them as simple lists:

HTML Code:
<b>Size of Units:</b><br />
Width:		150mm<br />
Depth:	560mm<br />
Height: 	720mm<br />
<b>Frontages Included:</b><br />
1 * 147mm x 715mm
What im looking for is a fast way to change the upper table html into the lower html somehow. I always try a series of careful search and replaces but I cant figure it out!