function GetResults (frm) { var type; var answer = ""; var obj = frm.Vote; if (obj[0]) { type = obj[0].type; } if (type == "radio" || type == "checkbox") { for (var i=0; i < obj.length; i++) { if (obj[i].checked) { answer += "&Vote="+obj[i].value; } } } else { answer = "&Vote="+obj.value; } return answer; } function openPopup21681241966 (frm,resultsLink) { var answer = ""; var popup; if (!resultsLink) { answer = GetResults(frm); } if (document.all) { popup = window.open("http://www.websitetoolbox.com/cgi/view/results.cgi?username=ltls&id=21681"+answer, "resultswin", "width=500,height=725, top="+((screen.height/2) - 200)+", left="+((screen.width/2) - 250)+", directories=no, toolbars=no, statusbar=no, location=no, scrollbars=yes, menubar=no"); } else { popup = window.open("http://www.websitetoolbox.com/cgi/view/results.cgi?username=ltls&id=21681"+answer, "resultswin", "width=500,height=725,directories=no, toolbars=no, statusbar=no, location=no, scrollbars=yes, menubar=no"); popup.moveTo(Math.round(((screen.width/2) - 250)), Math.round(((screen.height/2) - 200))); } // return true to open the full-sized window if the popup failed return (popup == null); } function checkMaxSelections21681241966 (frm) { return true; } document.write('' + '