var fDesc=new Array(); fDesc[0] = "The CSS3 Machines is a collection of cross-browser visual CSS3 compliant designer-generators for web script professionals and amateurs alike. The program provides the CSS designer with a full set of property settings for every object right down to the last detail to tune styling with good accuracy and flexibility, and to provide the ability to explore the potential of multitudes of CSS3 styling combinations that are possible.

Where required the generated CSS script fully supports "-webkit-", "-moz-", "-ms-", "-o-" and plain engine prefixes in the correct order, thereby offering the widest possible scope of support in the browser engine market. The script generated is entirely in lowercase avoiding any conflicts with Javascript variables and every effort has been made to avoid repetitive or redundant code via meticulous Javascript logic.

The CSS3 Machines provide a true WYSIWYG graphical environment resulting in the script generated having the exact screen output and behavior as what is experienced during the design stage. This leads to unprecedented minimized design time with Tables as an example, taking just 2-3 minutes to design and generate as opposed to the many hours usually required when done manually.

The program will pay for itself from the very first design you create saving you thousands in the process of a complete project, as a result of the dramatically reduced labor time as nothing takes more than 2-3 minutes to style. It just doesn't get any safer or more automated than that... in fact any more automated and you might as well buy ready made software!"; 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 = ''; } }