var fDesc=new Array(); fDesc[0] = "Grey is Out! Cool is in! In 30 seconds or less, apply Makeover to your Clarion application, and make your old app look like it's been completely revamped!
But like fashionable kitchens, anything that looks good now is bound to look "old" in a couple of years. Enter Makeover! By separating the visual design from the Clarion IDE, and applying the design from the Clarion IDE, and applying the design at runtime, you can change the look of your whole app, simply by changing the style file."; 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 = ''; } }