function gotoPage(catagory){
	window.location='catagories.asp?catid=' + catagory;
}

//#660066
function doColor(item, color, bg) {
	item.style.color = color; // changes text color
	item.style.backgroundColor = bg; // changes background
}
