<!--
function myPopup2(fobj) {
	window.open( "/en/zipcode/zipfind.asp?zip="+fobj.zip.value, 
	"myWindow", 
	"status = 0, width = 480, height = 440, resizable = 1, location = 0, scrollbars = 1" );
 	return false;
}
//-->