var fDesc=new Array(); fDesc[0] = "Built has one job: making solid, compact headlines onscreen.

The Built family comes in five weights, from extra-light to bold. But not your typical thin to fat linear range. When you're designing for the screen, there are practical limitations with light fonts. These days, with variable resolutions and screen sizes, going lighter means going bigger. Much bigger. And it's no fun if your words end up falling off the line. Built actually gets narrower as it gets lighter.

Now you can scale way up and still have room to spare. Set attractive, oversize page titles without worrying if the words will fit."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }