function category_selected(TabID, CategoryID, Name) {
	if (CategoryID == "W5338") {
		window.location.href = "http://www.creativehandbook.com/page-sunrise_sunset.html";
	} else if (CategoryID == "W5177") {
		window.location.href = "http://www.creativehandbook.com/" + Name + "page-display-info-tabid-" + TabID + ".html";
	} else if (TabID == "T5618") {
		window.location.href = "http://www.creativehandbook.com/" + Name + "page-display-info-tabid-T5175-regid-1-prodid-W5619-catid-" + CategoryID + ".html";
	} else if (TabID == "T5175") {
		window.location.href = "http://www.creativehandbook.com/" + Name + "page-display-info-tabid-T5175-regid-" + CategoryID + ".html";
	} else if (TabID == "T5852") {
		window.location.href = "http://www.creativehandbook.com/" + Name + "page-display-info-tabid-T5852-srcid-" + CategoryID + ".html";
	} else {
		window.location.href = "http://www.creativehandbook.com/" + Name + "page-display-info-tabid-" + TabID + "-catid-" + CategoryID + ".html";
	}
}