var fDesc=new Array();
fDesc[0] = "Alleycode HTML is an intuitive, robust and fully functional HTML editor. Alleycode introduces innovative features for rapid deployment such as Synchro View...Rreal time rendition with two way synchronized code/design view. Assignments... For quick access to projects. Turf View... An unusual real estate view of your documents with fast right click control. CSS Wizard... A comprehensive Style Sheet Wizard which creates/updates either internal or external style sheets (CSS1 - CSS2). Optimizer... Helps you keep your meta content accurate and search engine friendly. These features and many more sit atop a very fast and thoroughly tested HTML production engine with adjustable syntax highlighting and exhaustive Click'n'Insert HTM3.2 - 4.1, CSS and PHP function libraries. Alleycode is complete with strong Help Content including an excellent step by step Quick Start Tutorial. Details and Free Download at: http://www.alleycode.com";
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 = '';
}
}