// JavaScript Document
function change_shoe(what, image_src, tilt_direction)
{
	cvi_instant.remove(document.getElementById(what));
	document.getElementById(what).src=image_src;
	cvi_instant.add(document.getElementById(what), { tilt: tilt_direction });
}
