var fDesc=new Array(); fDesc[0] = "URL Trigger is a free Windows timer that launches any URL of your choice, including videos, and MP3 music songs.
To set your URL Trigger clock's time, just change your Windows time at the bottom right corner of your screen. Double click in the time numbers, set the time and click <OK>. To set your timer, just use the arrows at the bottom right to set the timer hour, minutes and seconds. Use the URL button to select a file to launch. URL Trigger runs in WS 2000 and XP. Vista and Windows 7 users should run File Trigger in Compatibility Mode.
URL Trigger is spyware and virus free and is free for public use and distribution from any website or in any media format."; 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 = ''; } }