var fDesc=new Array(); fDesc[0] = "Convert any PSD layout into clean, W3C standards compliant XHTML with full CSS support, in an instant.
The code is clean and doesn't give you any headache with absolute positioning. It is XHTML compliant and ready for your customization. Some of the benefits include:
- No layer annotations needed
- No CSS absolute positioning
- Detection of floated columns"; 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 = ''; } }