var fDesc=new Array(); fDesc[0] = "The easiest way to sort your collected and new recipes!
Main functions:
Archive printed recipes (magazines, books, ring binders)
Archive digital recipes (from internet, etc.)
Individual printing functions with own printing drafts
Define your own individual recipe categories
Optional: remark comments, last cooking date, cook devices, cooking defficulty, cooking time, number of servings, etc.
Many search functions! You are searching for ingredients? No problem! And much more!"; 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 = ''; } }