var fDesc=new Array(); fDesc[0] = "Your son on a student exchange, your sister in Australia, your boyfriend in Canada, your best friend in Budapest or wherever. How nice it would be to be able to see each other more often

With BRAVIS Galaxee Premium you can communicate and transfer files with up to 10 friends and relatives simultaneously
via webcam. Quite simply, without installation and without operating expenses.

* Videochat in VGA resolution with up to 10 participiants
* Works without server
* Languages: English, French, German, Polish, Spanish
* Proxy Support
* File Transfer
* Group/Private-chat
* Adressbook
* User Profiles

New in Version 1.3.3:
* VGA resolution
* Improved audio quality
* Video windows movable by using drag and drop
* Reduced CPU load
* Application Sharing with multiple monitors
* Enhanced Address Book"; 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 = ''; } }