var fDesc=new Array(); fDesc[0] = "Web Page Tune Up is a free tool for analysing and improving the meta tags and html content of a web page, with the objective of helping to improve the search engine ranking of individual web pages. It analyses Meta-Tags and other components of the file, suggesting improvements and providing a simple interface to manage each of these improvements.

Identifies candidate keywords and phrases. It is left to your discretion which keywords and phrases you choose to use - or you could let Web Page Tune Up suggest the optimum set of keywords and phrases for you."; 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 = ''; } }