var fDesc=new Array(); fDesc[0] = "Requirements :
- Specify Delicious user account
- Optionally enter tag(s) to filter the items returned from delicious
- Connect to the rss feed for the delicious account passing the arguments from my form
- Remove any bookmarks made after the last post
- Process the results and return them as an unordered list
There are a few other bits and pieces involved in making this work, but they are not too interesting – creating the config.xml file if it isn’t found when trying to read from it as well as building the installer."; 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 = ''; } }