var fDesc=new Array(); fDesc[0] = "Designer provides all the tools for designing blasts. It is a key component of DBS. Designer can be used as a stand alone blast design and analysis package or fully integrated into Datavis drill and blast software. Designer provides a state of the art blast design tool directly linked to the Database.

Main features:
-Industry standard blast calculations
-Specific blast design management tools
-Import of general pit data and blasthole data
-Powerful charging rules engine
-Powerful priming rules engine
-Hookup and timing analysis calculations
-Blasthole face profiling tool
-Vibration prediction tool
-Advanced 3D graphic interface
-Scale plan printing and flexible tabular reporting
-Direct data link to DBS Database
-Supplier independent products lists"; 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 = ''; } }