//*******************************
//* webvans.js                                         *
//*                                                    *

function fillDetails()
{

	wv_edit.Car_Title.value = wv_edit.Make.value + " " + wv_edit.Model.value + " " + wv_edit.Variant.value;
	
	return true;
}
