var fDesc=new Array(); fDesc[0] = "CliffNet Wizard gives you real-time control of your G5 system and G4 / G5 accessories via your Windows-based PC.

One of the coolest things about Clifford's G5 technology is the ability to plug your Windows PC into the system/accessory chain and run the CliffNet Wizard. CliffNet Wizard allows you to customize and control your Clifford G5 system and accessories with point-and-click ease. It even adds features, such as selection from among 15 different Personalized Siren Sounds, that aren't available through the system's standard PlainView 2 code-protected programming."; 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 = ''; } }