
Robic SC-889 180 Duel Memory Stopwatch
The Robic SC-889 180 Duel Memory stopwatch is a professional grade stopwatch with a powerful memory capacity and multiple options to analyze track / driver performance in a number of ways. Specs: Robic SC-889 180 Dual Memory Speed, MPH, & Chrono Stopwatch | Pegasus // = start_over) { counter = 1; } if(counter > 1) { return false; } return true; } //validates that the quantity entry is 1 to 9999 function isQtyOk(elem) { var str = elem.value; var re = /^[123456789]\d{0,3}\s*$/; str = str.toString(); if (!str.match(re)) { alert("Quantity must be 1 to 9999."); setTimeout("focusElement('" + elem.form.name + "', '" + elem.name + "')", 0); return false; } return true; } //4-18-11 Validates that the entry is a number within a range - custom name for alert message function checkRange(elem, minNo, maxNo, sName) { var str = elem.value; if (isNaN(str) || str maxNo) { alert("Only " + maxNo + " of '" + sName