function openColorChart() {
	newwindow=window.open('/building_systems/colorchart.asp','colorchart','height=600,width=600,scrollbars');
	if (window.focus) {newwindow.focus()}
	return false;
}

