var fDesc=new Array(); fDesc[0] = "With ever increasing demand for complex IT infrastructure, Cannon Virtual takes the hard work out of designing your particular cabinet or rack requirments and allows quick and easy draw configuration with auto component identity and BOM (Bill of Materials).
Features:
-Invaluable for IT infrastructure design - perfect for designing and validation
-Instant virtualisation - create a virtual rack in minutes, view all elevations
-Interactive rack populating - supports drag 'n' drop accessories
-Automatic parts list generation
-Provides high quality, fully configured drawings - can enhance technical submissions
-Quotes - price estimation is now simplified"; 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 = ''; } }