var fDesc=new Array(); fDesc[0] = "The Visual J# is designed to assist the users in running their Visual J# applications on a computer that already has the Microsoft .NET Framework v2.0 installed.
The Visual J# Redistributable Package is not developed to run applications written with other Java-language development tools.
Applications and services built with Visual J# will run only on the .NET Framework and will not run on any Java Virtual Machine.
Visual J# has been independently developed by Microsoft."; 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 = ''; } }