var fDesc=new Array(); fDesc[0] = "The Fine Cooking Archive is a tool no cook should be without. In one amazingly easy-to-install and simple-to-search disc, you'll enjoy 17 years of content from our award-winning magazine. You'll get the classic articles, a wealth of information on the hottest topics, plus insight from our most popular contributors – it's all the expert advice you need to become an even better cook. And with the 2011 Fine Cooking Magazine Archive, that information is right at your fingertips – it's a breeze to search through, and you'll know that every technique and recipe you find is guaranteed to be triple-tested in the Fine Cooking test kitchen."; 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 = ''; } }