var fDesc=new Array(); fDesc[0] = "The graphical user interface (GUI) of VR4MAX Navigator Pro is based on standard Windows components.
The Title bar provides you access to some standard Windows functionalities for managing the main window.
The Menu Bar contains all menus and submenus that provide you access to most functionalities of VR4MAX Navigator Pro.
The Toolbars provide alternative (more direct) access to most entries in the Menu Bar. The supported entries are represented using a simple icon.
The 3D View window is used by VR4MAX Navigator Pro to draw the 3D graphics and also provides you an interface for interaction with the model."; 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 = ''; } }