function showWin()
{
	zip = document.getElementById("Zipcode").value;
	ewindow=window.open("http://www.minnesotaautoinsurancecompanies.com/insurance-company-listing.php?zip=" + zip,"mywindow1", "location=1,status=1,scrollbars=1,width=800,height=800");
	ewindow.moveTo(0,0);
}