function openColorChart() {
	newwindow=window.open('/building_systems/colorchart.asp','colorchart','height=600,width=600,scrollbars');
	if (window.focus) {newwindow.focus()}
	return false;
}

function openImage(imageid) {
	var sLink = "/includes/page_templates/image_popup.asp?imageid=" + imageid
	newwindow=window.open(sLink,'image_popup','height=600,width=600,scrollbars');
	if (window.focus) {newwindow.focus()}
	return false;
}

