var fDesc=new Array(); fDesc[0] = "Endicia InstaRate provides a handy interface to your Pelouze USB scale, allowing you to display on your Mac or PC, what you see on the scale. InstaRate also calculates USPS postal shipping rates based on zip code.
When InstaRate starts up, it shows just the weight being read off the scale. There are several options on this screen:
Calculate Shipping Rates expands the window to show USPS rate calculation (see below).
Read Scale Continuously reads the weight off the scale every second, keeping the display in sync with what the scale says.
Read Weight from Scale reads the current weight off of the scale."; 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 = ''; } }