function callOutlets() {
	if (document.f1.s3.options[document.f1.s3.options.selectedIndex].text != "Select City") {
		document.f1.submit();
	}
}