var fDesc=new Array(); fDesc[0] = "Make Excel work easier and faster. Blue Excel provides tools for making Gantt chart, Integration plan, resource plan and other useful Excel features. Such as update data, find between workbooks, sheet update etc. Excel is frequently used for making schedule and plan. Gantt Chart is the best way to show schedule.

Merge selected cells content into one cell. Enhanced current merge. Find the same cell in workbooks, switch between workbook. This is useful when you want to compare two workbooks or get a date from another workbook."; 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 = ''; } }