var fDesc=new Array(); fDesc[0] = "L2PVPEnchancer is able to detect if Lineage II® is the currently active window and automatically enables the program while you are in game. Though, you can choose to manually activate the program.
L2PVPEnchancer warns you about the current program state with ballons in the notification area (usually at the bottom right corner of your screen).
If you play in fullscreen these ballons might not be visible, though notifications sounds can be enabled in the configuration."; 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 = ''; } }