function selectImage() {
with (document.reserveform) {
imageChoice = vehicle.options[vehicle.selectedIndex].value
}
document.picture.src = "img/" + imageChoice + ".gif";
}