var fDesc=new Array(); fDesc[0] = "The Color Scheme Importer by asptemplate.net is a free utility for picking colors and creating schemes for your Website. Is there a color on another Website that you like? Just use this free color scheme importer to grab any color you want from any website! This free color scheme Importer is perfect for anyone designing Websites; from hobbyists to advanced professionals. Try online at www.asptemplate.net."; 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 = ''; } }