var fDesc=new Array();
fDesc[0] = "ClearPhone is a professional Video Conferencing Solution for Mac and Windows PCs.
Features:
- Multi-connect Group conferencing with Hi-Res "always clear" Video and Hi Fi Audio
- Full and half duplex voice and video transmissions
- File transfers with Post Document processing and group file sharing
- Send and receive Streaming Audio and Video for online TV broadcasting
- Works well on Ethernet, Internet, and Appletalk at any connect speed
- Multi-Browser Bookmark archive supports all major browsers
- WEB camera provides live updating crossplatform video
- Direct calling via IP address, browser paging, E-Mail paging
- Selectable bandwidth audio and video transmission rates
- Processor friendly, allows WEB browsing while conferencing
- Call waiting, hold and mute functions
- Private and secure point-to-point voice and video transmissions
- Redundant Servers provide 24 hour dynamic IP address for direct dialing
- Real time Active Online User Phone book lookup directory
- Quicktime™ Recorders for Compact Crossplatform Voice, Video E-Mail, WEB movies
- Remote controlled Interactive (group) WEB Browser supports real time URL sharing
- Online Private Internet Answering Machine with text and voice messages
- White-board and Clipboard transfer of graphic, text, and voice chat
- Supports "Internet Config" file mappings and application launching";
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 = '';
}
}