/* function findInList (value, anp) { cn = 1; found = false; while (cn<(anp.length-1) && found == false) { if (value>=anp[cn] && value<=anp[cn+1]) { found = true; } else { cn += 2; } } return found; } function findInDB (value1, sheet, azip) { //Is it in Canada? firstChar = value1.charAt(0).toLowerCase() if (value1.length >= 6) { num=0 while (num<26) { if (firstChar == letters[num]) { return "http://www.dustspot.com/levco/" } num++ } } //It's in US. Where in US? cn1 = 0; dist1 = "http://www.dustspot.com/filter1/"; found1 = false; while (cn1" return imgSrc } function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } function MM_callJS(jsStr) { //v2.0 return eval(jsStr) } function MM_popupMsg(msg) { //v1.0 alert(msg); }