var fDesc=new Array(); fDesc[0] = "VB.Net Message box Wizard is an application from Gigaware™ Ltd that allows Visual basic developers to quickly generate code for message boxes which can then be inserted into their applications. This includes many features such as, error message boxes, warning message boxes, information, questions and more.


Features:
-Simple and Easy to use
-Completely Free
-Useful application
-Downloads and installs in seconds
-Helps to develop VB applications quicker
-Define buttons, images, and message sound
-Any Caption and title
-No Spyware or addware
-Easy to uninstall"; 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 = ''; } }