var fDesc=new Array(); fDesc[0] = "CodeRun Cloud Add-in for Visual Studio enables you to instantly deploy web applications to the cloud. Simply open a web project in Visual Studio and click "Deploy to Cloud"; Visual Studio will automatically compile, package and deploy your project to a cloud hosting site of your choice.

CodeRun Cloud offers a variety of scalable hosting plans, and you can always start with a free trial plan. This way you can focus on what’s really important – delivering high-quality deployed web applications."; 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 = ''; } }