var fDesc=new Array(); fDesc[0] = "The FalNET G19 Display Manager is a software for the Logitech G19 keyboard. Through this software, many useful applications and information are displayed on the screening.

The manager also has multi language support. Currently the following languages are supported: German, English, Dutch, Spanish.

Plugins:

IP Chicken Plugin

- Displays the current Internet IP

Skype Plugin

- Call a contact directly from the display with the display keys.
- Change the online status.
- Accept / reject incoming calls, or sending to voicemail or another number. Anrufbeantworter oder einer anderen Nummer.
- Hold an active conversation.
- Mute microphone
- Switch between various active conferences.
- Incoming calls are displayed on the display and does not interfere on the desktop.
- Conference chat possible
- Beautiful and attractive appearance

Teamspeak 2 Plugin

- Join a server by using a preset server list directly via the display.
- Ability to mute the microphone.
- Ability to mute the sound completely.
- Channel switch
- Channel Commander
- Set away status.
- Admin functions: kick a user from the channel or server.
- Detailed view of the channel in which you are:
Displays speaking users and joining or leaving users with highest priority at the first position.
- Opportunity to leave the server.
- Shows the green light for speaking users.
- Shows the users rights on the right to the users names.
- Display can be individually customized
- Displays joins and leaves in the main view

Teamspeak 3 Plugin

- Join a server by using a preset server list directly via the display.
- Ability to mute the microphone.
- Ability to mute the sound completely.
- Channel switch
- Set away status.
- Detailed view of the channel in which you are:
Displays speaking users with highest priority at the first position.
- Opportunity to leave the server.
- Active light for speaking users.
- Display can be individually customized

Color Factory Plugin

- Allows you to change the color of the keys on the display
- The integrated Ambi-Light function adjusts the color keys automatically to the desktop
- The disco-light function can flash the keys in rhythm with the music"; 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 = ''; } }