var fDesc=new Array(); fDesc[0] = "Xamarin Remoted iOS Simulator lets you test and debug iOS applications entirely within Visual Studio Enterprise on Windows. The window toolbar includes a number of buttons to interact with the simulator, such as Home, Lock, Screenshot, and Settings. A variety of simulator options are available such as rotate, shake, or invoke other states in the simulator. Simply right-click anywhere in the simulator window to view all the options available in the simulator, such as rotation, triggering a shake gesture, and rebooting the simulator:"; 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 = ''; } }