﻿function changePic(id)
{
	document.images["imgModel"].src = '../images/models/' + id + '/showroom.jpg';
}