<!-- NOTE: function script for top of Poll for 125 Width Added on 1-18-09-->
<!-- NOTE: remember to change pop up window dimensions also as the current on is large plus ad this back to website toolbox :http://www.housingpredictor.com/logo/toolbox.gif-->

<!-- Begin
<!-- Website Toolbox Poll -->
<!-- function script for top - above the poll box>

<!-- Script >

	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 openPopup218636033572 (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=beck&id=21863"+answer, "resultswin", "width=850,height=700, 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=beck&id=21863"+answer, "resultswin", "width=850,height=700,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 checkMaxSelections218636033572 (frm) {
		return true;
	}
	




	
	
<!--/script>



























