/**

 */
function getColorPane(color, title) {
	return jQuery('<img/>').attr({src: "images/color.png"});
}

