function scanx() {

if (document.myform.scan.value == "Steve"){
	 location.href = "ny-arcadia/index.htm"
	 }
// code begin
else {
		 if (document.myform.scan.value == "Andaluza") {
		 	  location.href = "art-leaders-2005/index.htm"
			   }
//code end
else {
		 if (document.myform.scan.value == "Dialogo") {
		 	  location.href = "dorsay-2005/index.htm"
			   }
else {
		 if (document.myform.scan.value == "announcement") {
		 	  location.href = "announcement/index.htm"
			   }			   else {
			 		 location.href="error.htm"
		        }
}
}
}
//Add an end bracket for each additional goto page
return false
}