var fDesc=new Array(); fDesc[0] = "Daolnwod RSS Submitter is a FREE, small and intelligent software that can aid webmasters to easily submit their RSS Feeds to RSS distribution sites across the Internet. It has built-in IE, and large collection of the RSS distribution sites, which can be updated online. First, webmaster should input RSS information like category, XML url, contact email ect. Then, with one click Daolnwod RSS Submitter will automatically fill in the online forms at each RSS distribution site. You can also directly drag your RSS information to submission forms, your submission will then be absolutely accurate."; 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 = ''; } }