var fDesc=new Array();
fDesc[0] = "Call any videophone
VRS is a bonus. Download and ASL with your friends at home, your local coffeehouse, or wherever you take your computer. Address Book
Automatic Green Book integration gives you speed dialing.
DEAF-TO-DEAF
Chat with family, friends and coworkers at their VP200, Ojo, etc.
Always On
Leave it open so you're always ready to chat, just like a landline phone.
911 HOT BUTTON
Pressing this button dials 911 right away, with your personal info ready.";
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 = '';
}
}