var fDesc=new Array(); fDesc[0] = "Call Sharp is a leading Voice over IP Solution (VoIP Solution) Provider and System Integrator. Call Sharp provides an opportunity for businesses and individuals around the world to start their own VoIP businesses in telecom industry without taking financial, marketing and other risks.

CALL SHARP works like a telephone to let you make calls through your computer. You can call anyone via the internet who also has a softphone installed."; 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 = ''; } }