_whichField = "";
CLCPHandler = function(_hex) {
	if (_whichField != ""){
		document.getElementById(_whichField).value = _hex;
		document.getElementById("td_"+_whichField).style.background = ("#" + _hex);
	}
}


_CLCPdisplay = "none"; // Values: "none", "block". Default "none"
_CLCPisDraggable = true; // Values: true, false. Default true
_CLCPposition = "absolute"; // Values: "absolute", "relative". Default "absolute"
_CLCPinitHex = ""; // Values: Any valid hex value. Default "ffffff"
CLCPinitPicker();