var fDesc=new Array();
fDesc[0] = "Voipian will offer cheap calls to following destinations at 1 cent per call to many countries.
Features:
-Call all Destinations for free*
-No basic fee, contract can be terminated at any time
-Full cost control with pre-paid credit account. Rate announcement before the call begins
-To charge the point account is easy & safe, with Paypal, giropay, ClickandBuy, Sofortüberweisung, credit card, Lastschrift, EPS, Moneybookers or advance payment.
-Free of charge phonebook use including speed-dial.
-Make calls abroad without roamingcosts - with our callback service
-Constantly changing discounts for our customers
-No pin codes or card numbers,easy identification process by access recognition.
-Free-sms: Send 2 free short messages a day (114 signs, plus bidderad).
-Free iPhone / Android App
-Itemised reports, credit top-up and personal data management are all possible at any time from the user account.
-Free SIP-Account
-SIP connectivity via Softphone";
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 = '';
}
}