/*Combo Box Image Selector*/
function showimagefirst()
{
if (!document.images)
return
document.images.picturefirst.src=
document.calculatorfirst.carfirst.options[document.calculatorfirst.carfirst.selectedIndex].value
}
function showimagesecond()
{
if (!document.images)
return
document.images.picturesecond.src=
document.calculatorsecond.carsecond.options[document.calculatorsecond.carsecond.selectedIndex].value
}
