<!-- 

// **************************************************************************	
// **************************************************************************
// ******** 
// ******** HTML ImageMapper Config file.
// ******** 
// ******** Modify the values of variables in order to change the
// ******** color of highlighted shapes. 
// ******** 
// **************************************************************************
// **************************************************************************


FILL_COLOR_RED 		= 255;	// integer value from 0 to 255
FILL_COLOR_GREEN 	= 255;	// integer value from 0 to 255
FILL_COLOR_BLUE 	= 0;	// integer value from 0 to 255

BORDER_COLOR_RED 	= 0;	// integer value from 0 to 255
BORDER_COLOR_GREEN 	= 0;	// integer value from 0 to 255
BORDER_COLOR_BLUE 	= 0;	// integer value from 0 to 255

TRANSPARENCY_LEVEL	= 0.6;  // real value from 0 to 1

BORDER_WIDTH		= 3;   // integer value from 0 to 10

//-->

