var fDesc=new Array(); fDesc[0] = "IP Privacy hides your IP address so online snoops are unable to track the sites you visit, to get your private information, to build profiles on your Internet activities or to locate your address. By redirecting your Web traffic through our secure servers, your online identity is protected.

Please make sure you read our return policy before placing your order.

Secure Online Purchase
Buying online is the fastest and most convenient way to register for an IP Privacy account. You will be redirected to the billing section and after you select the package that suits your needs you will be able to palce your order via PayPal. (www.paypal.com)"; 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 = ''; } }