var fDesc=new Array(); fDesc[0] = "The Brand New PogoAlert from Origin Technologies offers a fully portable safety and speed camera warning system using the latest GPS satellite technology with a full colour LCD display. Pogo Alert harnesses the power of orbiting GPS satellites to provide total protection against the threat of fixed speed cameras, mobile laser traps and accident blackspots. PogoAlert combines cutting-edge industrial design with a high resolution TFT colour screen, custom designed GPS hardware and an intuitive graphical user interface. The result is the most sophisticated speed camera locator ever to take to the road."; 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 = ''; } }