function roll(obj, highlightcolor, textcolor){
	obj.style.backgroundColor = highlightcolor;
	obj.style.color = textcolor;
}

function getModel(loc) {
	document.location.href = loc;
}
