function goTo(order, dir){
	window.location = "http://carfactorypa.com/inventory/1/" + order + "/" + dir;
}
