var fDesc=new Array(); fDesc[0] = "VB Shaped Form Creator is a program which allows you to create shaped forms for Visual Basic 4 and 5, C# (.net), Delphi and C++. A shaped form is one which is not rectangular, such as the round clock in Microsoft's Power Toys.

VB Shaped Form Creator allows you to draw out the shape you want for the form using a combination of rectangle, rounded rectangle, oval and polygon tools."; 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 = ''; } }