function alertemail2(which){
if (confirm("IMPORTANT: We will be emailing you the dealership information and the location of the application for download, so a correct e-mail address is necessary.  You entered \""+which.value+"\" as your email address. If this is correct, please click OK to continue.  If not, please click CANCEL and try again."))
return true
else{
which.focus()
return false
}
}