var fDesc=new Array(); fDesc[0] = "It is in your interest to add metatags to your web pages in order to improve your listing with those search engines that use this kind of data as part of their indexing process. With version 2.2 Pixel Persuasion has built on the success of previous incarnations to offer greater functionality and a more complete set of generated metatags. Version 2.2 includes the following features:· As well as title, description, keywords and robots, version 2 added the following extra tags: Category, author, author e-mail, copyright, rating, plus the optional 'refresh' tag. · The ability has been added to save tags created using the wizard and to load them back into it for future editing."; 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 = ''; } }