var fDesc=new Array(); fDesc[0] = "The Stockpile Blender tool is a training tool intended for use in experimenting with different stockpile blends. It is designed as a tool for use during production and training sessions.

With the Stockpile Blender you have the capability to:

-Select from one of the standard Superpave specifications or create your own custom specification
-Enter your own stockpiles into the Blender for a realistic look at your operations
-Perform blending by selecting the desired stockpiles and then "dragging" the subsequent blend into the proper gradation
-Examine costs of different blends based on stockpile generation costs"; 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 = ''; } }