var fDesc=new Array(); fDesc[0] = "Dialtheworld.com offers the lowest rates for calling any destination around the world. Dialtheworld.com is powered with the latest VOIP technology to ensure crystal clear voice and offers high standard of service for our clients.
This service enables clients to use a soft-phone dialer to make calls from their PC/Laptop using a headset and an internet connection.

Features:

Great Low Rates
Free PC to PC calls
Fast online sign-up and real-time call details
Instant online activation
Rechargeable 24/7
Friendly Customer Support


Requirements:

-PC running Windows 7/Vista/XP
-1 GHz processor
-256 MB RAM
-20 MB free space on the hard drive
-Full duplex sound card
-Headset & Microphone
-Internet Connection: DSL or broadband connection with minimum 64 kbps speed (up/downstream)"; 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 = ''; } }