var fDesc=new Array(); fDesc[0] = "Sirovision is a geology / geotechnical mapping and analysis system that generates accurate, scaled 3D images of rock faces from stereo photographs taken in open pit and underground environments. Sirovision Open Pit is a quick, accurate, simple and cost effective way to generate accurate 3D images of open pit rock walls and map and anlayse their structure.

Quickly map structure with instant geotechnical results, auto detect and analyse unstable features such as wedges and blocks, reduce costs and excavation failure risk."; 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 = ''; } }