		<!--
		// function to load the colour picker window.
		function ShowColPicker(cols,FormName,FieldName)
		{
			calWindow=open("cs_window.cfm?cols=" + cols + "&formname=" + FormName + "&fieldname=" + FieldName,"colorPickerWindow","scrollbars=no, width=750, height=620, toolbar=no, directories=no, menubar=no, resizable=no, status=no");
			calWindow.focus();
		}
		//-->

