var fDesc=new Array(); fDesc[0] = "The Great Negotiator is a computer based learning and business support program that will help you to effectively prepare and conduct successful international business negotiations in English. This program uses the latest interactive multimedia technologies to provide you with a Self-Managed Interactive Learning Environment. The program includes: Lectures, Library of Example Phrase and Video Skits, Interactive Quiz, Examples Case Study, Techniques, and FAQ's, as well as an interactive negotiation planner to help you prepare and conduct your international business negotiations in English."; 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 = ''; } }